Volker Wegert
Volker Wegert
@hvanderheide In your opinion, would this patch fix #1095 as well or is that a different issue?
> Have you tested it reliably? I have not tested this exact patch, but the modification outlined in #1095 which is similar in function, but not configurable. I've had this...
@WhyNotHugo That sounds plausible. In this case, the root cause would be a buggy server implementation that I can't do anything about... Is there a way to let vdirsyncer ignore...
I have temporarily fixed this by applying the following patch: ``` diff --git a/vdirsyncer/storage/dav.py b/vdirsyncer/storage/dav.py index 697ebf0..c12cab2 100644 --- a/vdirsyncer/storage/dav.py +++ b/vdirsyncer/storage/dav.py @@ -550,7 +550,8 @@ class DAVStorage(Storage): else: rv.append((href,...
A quick update: I have examined the code further and have not found any provisions to render the AST back to string form. I've made some progress in that regard...
Inspecting the generated page, I can see that `slotTitle` is set to "28.09." and `slotAltTitle` is set to "9/28". This is true for all slots. Apparently, the following block in...
Setting `slotAltTitleFormat` to the same value as `slotTitleFormat` solved the issue. However, `slotAltTitleFormat` is not documented - maybe it should be.
I believe (!) that `this.globalSettings.host` and `this.globalSettings.port` should have been changed to `this.globalSettings.connection.host` and `this.globalSettings.connection.port` respectively here https://github.com/openhab/openhab-vscode/blob/f470214bb382613566020786ed7bc21652f6d77c/serverJS/src/Server.js#L73 and here https://github.com/openhab/openhab-vscode/blob/f470214bb382613566020786ed7bc21652f6d77c/serverJS/src/Server.js#L90 Patching this locally makes the error disappear, but I'm...
Additional note: The issue only occurs on my macOS desktop system. On a Linux system, the download works.
On macOS, all files failed, all with the same error message. On Linux, all files downloaded without any issues at all.