etesync-dav
etesync-dav copied to clipboard
ETESYNC_LISTEN_ADDRESS Issue (on Windows 7)
I'm trying to expose the etesync-dav service to my local lan (version 0.20.3 running on Windows 7). I'm using the ETESYNC_LISTEN_ADDRESS environment variable to set the address. It works fine when I specify localhost
but if I specify 127.0.0.1
, 0.0.0.0
or the actual IP address then the two etesync-dav process terminate soon after startup.
Weird! What happens if you set ETESYNC_SERVER_HOSTS
to 0.0.0.0:37358
instead?
No difference when specifying ETESYNC_SERVER_HOSTS. The process terminates soon after startup. Same with version 0.20.4.
Of course on my windows 10 it runs fine with the ETESYNC_LISTEN_ADDRESS
set to 0.0.0.0
.
It just seems to be an issue with something we are doing on Windows 7. I have no idea what it can be though. I'll try releasing a new version with proper logging for windows soon (as mentioned in https://github.com/etesync/etesync-dav/issues/162#issuecomment-683313029) maybe this can shed some light. Though it's unlikely to happen in the next few days unfortunately.
I forgot to comment here, sorry! There's been a version with windows logging for a while now! https://github.com/etesync/etesync-dav/blob/master/README.md#debugging