You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever I run the ./start-sync.sh command, I get the below error.
HTTPSConnectionPool(host='api6.ipify.org', port=443): Max retries exceeded with url: /?format=json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7473106160>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
To Reproduce
Go to directory.
Run ./start-sync.sh
See error.
Expected behavior
It connects and gets my IPV4 and IPV6 address?
Desktop (please complete the following information):
OS: Debian GNU/Linux 11 (bullseye)
Version: Linux 5.10.0-21-amd64
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever I run the
./start-sync.sh
command, I get the below error.HTTPSConnectionPool(host='api6.ipify.org', port=443): Max retries exceeded with url: /?format=json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7473106160>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
To Reproduce
./start-sync.sh
Expected behavior
It connects and gets my IPV4 and IPV6 address?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: