Unknown log message

I have syncthing running on three computers:

dell laptop: connected by Google wifi dhcp

inet 192.168.86.30/24 brd 192.168.86.255 scope global dynamic noprefixroute wlp58s0

The dell is set to sync with my freenas box at 192.168.0.10 and tvheadend at 192.168.0.5. Google Wifi is set to use my internal DNS server as its DNS. I am assuming it’s doing some sort of NAT to communicate with my 192.168.0.x network. The Google Wifi is plugged into my router at 192.168.0.1.

This has all been working fine until the last few days, when I started getting the error below on tvheadend. Restarting syncthing leads to the same error. Syncthing is working synchronising OK on the Freenas box.

Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (1.999975 failures of 2.000000), restarting: true, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: Entering the backoff state.
Aug 22 10:54:01 tvheadend syncthing[50761]: [UWO5T] INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (2.999927 failures of 2.000000), restarting: false, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]

It can’t connect to that endpoint, whether its because of firewalls, dns, or bad certificatw verification is for you to work out.

I can ping the dell from the tvheadend box. However, as it’s connected via Google WiFi it’s in a different network, so Google WiFi must be doing some sort of NAT. I’ll try giving dell a fixed ip in the same network as tvheadend and the freenas server.

I could understand it if both tvheadend and freenas didn’t work as they are in the same network (different to Google WiFi) and Google WiFi must be using NAT to be able to see them.

I might return the Google WiFi boxes. They work very well if you let Google control everything, but have some problems if you want to integrate them into an existing network.

Your log excerpt only tells us, that the devices cannot connect to the relay server(s). As you don’t want them (or shouldn’d want them) to use relay, as they are all in the same network, those connection errors are irrelevant.

As your devices are in different LANs, local discovery doesn’t work. Did you try putting the IPs of the devices outside the Google Wifi into the addresses fields in the remote devices settings on the device inside the Google Wifi?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.