I have 2 devices I would like to use Syncthing on - android phone, raspberry pi.
Syncthing app installed on phone, Pi has syncthing package installed from apt. Both devices on the same local network.
I then on the pi ran syncthing to generate config file, closed it, edited config file just to add the ip address so I could access the web portal.
Then in both apps I added the other device (the respective device IDs were suggested so I know the devices can talk to each other).
Neither device ever connects, both show “last seen: never”.
On the pi I can see these logs looping over and over:
I have googled these errors without any luck.
[NOOFM] 21:28:20 INFO: Dialer for quic://101.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:28:20 INFO: Dialer for quic://101.xx.xxx.xxx:26682: unknown address scheme "quic"
[NOOFM] 21:28:20 INFO: Dialer for quic://192.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:28:46 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:29:13 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:29:30 INFO: Dialer for quic://101.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:29:30 INFO: Dialer for quic://101.xx.xxx.xxx:26682: unknown address scheme "quic"
[NOOFM] 21:29:30 INFO: Dialer for quic://192.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:29:56 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:30:13 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:30:41 INFO: Dialer for quic://101.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:30:41 INFO: Dialer for quic://101.xx.xxx.xxx:26682: unknown address scheme "quic"
[NOOFM] 21:30:41 INFO: Dialer for quic://192.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:30:57 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:31:13 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
[NOOFM] 21:31:51 INFO: Dialer for quic://101.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:31:51 INFO: Dialer for quic://101.xx.xxx.xxx:26682: unknown address scheme "quic"
[NOOFM] 21:31:51 INFO: Dialer for quic://192.xx.xxx.xxx:22000: unknown address scheme "quic"
[NOOFM] 21:32:07 INFO: Listen (BEP/tcp): TLS handshake: tls: no cipher suite supported by both client and server
Any tips or help appreciated!