Skip to content

socket.gaierror: [Errno 11001] getaddrinfo failed #3

@prkHack

Description

@prkHack

After doing some slight modifications to the code such that I get it to work, but I get this Error:

Traceback (most recent call last):
File "send_arp.py", line 195, in
main()
File "send_arp.py", line 177, in main
request_target_mac=bcast_mac)
File "send_arp.py", line 87, in send_arp
sock.bind((device, socket.SOCK_RAW))
File "C:\Anaconda2\lib\socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.gaierror: [Errno 11001] getaddrinfo failed

Thank you very much in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions