Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispynode crash because of socket module dispy_v4.7.4 #72

Open
oammous opened this issue Apr 7, 2017 · 0 comments
Open

dispynode crash because of socket module dispy_v4.7.4 #72

oammous opened this issue Apr 7, 2017 · 0 comments

Comments

@oammous
Copy link

oammous commented Apr 7, 2017

with dispy v4.7.4, dispynode crashes because of socket module:

2017-04-07 10:30:22 dispynode - dispynode version: 4.7.4, PID: 10612
2017-04-07 10:30:22 dispynode - node IP address fe80::71:f2e2:50bd:3c33%2 seems to be loopback address; this will prevent communication with clients on other machines.
2017-04-07 10:30:22 asyncoro - version 4.5.3 with IOCP I/O notifier
Traceback (most recent call last):
  File "C:\ext\dispy\dispynode.py", line 1883, in <module>
    _dispy_node = _DispyNode(**_dispy_config)
  File "C:\ext\dispy\dispynode.py", line 351, in __init__
    mreq = socket.inet_pton(addrinfo[0], addrinfo[4][0])
AttributeError: 'module' object has no attribute 'inet_pton'
2017-04-07 10:30:23 asyncoro - AsynCoro terminated

possible solution: mitsuhiko/python-geoip#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant