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
If the target machine network interface do not have the ipv4 attribute or AF_INET, the client.py will crash. The error tracer below show the gdog client.py error.
C:\Users\xxxxxxxxx\Desktop\gdog>python client.py
Traceback (most recent call last):
File "client.py", line 229, in <module>
sysInfo = SystemInfo()
File "client.py", line 198, in __init__
self.IPv4 = netifaces.ifaddresses(iface).get(netifaces.AF_INET, [])[0]['addr']
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
bongtrop
pushed a commit
to siamthanathack/gdog
that referenced
this issue
Jan 13, 2019
If the target machine network interface do not have the ipv4 attribute or AF_INET, the client.py will crash. The error tracer below show the gdog
client.py
error.The text was updated successfully, but these errors were encountered: