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
File "/home/arlene_m/skipper/skipper/venv/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 186, in connect_tcp
addr_obj = ip_address(remote_host)
File "/usr/lib/python3.10/ipaddress.py", line 54, in ip_address
raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
ValueError: 'rpc-juno-ia.cosmosia.notional.ventures' does not appear to be an IPv4 or IPv6 address
I am running the bot on ArchLinux FYI. Only envs/juno.env throws this error. terra works fine
The text was updated successfully, but these errors were encountered:
File "/home/arlene_m/skipper/skipper/venv/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 186, in connect_tcp
addr_obj = ip_address(remote_host)
File "/usr/lib/python3.10/ipaddress.py", line 54, in ip_address
raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
ValueError: 'rpc-juno-ia.cosmosia.notional.ventures' does not appear to be an IPv4 or IPv6 address
I am running the bot on ArchLinux FYI. Only envs/juno.env throws this error. terra works fine
The text was updated successfully, but these errors were encountered: