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
Traceback (most recent call last):
File "/usr/bin/newclient.py", line 385, in
main()
File "/usr/bin/newclient.py", line 376, in main
package_tail = login(username, password, server)
File "/usr/bin/newclient.py", line 303, in login
salt = challenge(svr,time.time()+random.randint(0xF,0xFF))
File "/usr/bin/newclient.py", line 88, in challenge
s.sendto("\x01\x02"+t+"\x09"+"\x00"*15, (svr, 61440))
socket.error: [Errno 128] Network is unreachable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/newclient.py", line 385, in
main()
File "/usr/bin/newclient.py", line 376, in main
package_tail = login(username, password, server)
File "/usr/bin/newclient.py", line 303, in login
salt = challenge(svr,time.time()+random.randint(0xF,0xFF))
File "/usr/bin/newclient.py", line 88, in challenge
s.sendto("\x01\x02"+t+"\x09"+"\x00"*15, (svr, 61440))
socket.error: [Errno 128] Network is unreachable
The text was updated successfully, but these errors were encountered: