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

Query lists doesn't work #8

Open
ndias opened this issue Aug 13, 2016 · 3 comments
Open

Query lists doesn't work #8

ndias opened this issue Aug 13, 2016 · 3 comments

Comments

@ndias
Copy link

ndias commented Aug 13, 2016

./fedora_active_user.py --email "[email protected]" --debug
DEBUG:active-user:Searching mailing lists for email [email protected]
Last email on mailing list:
DEBUG:active-user:Searching list gmane.linux.redhat.fedora.devel
ERROR:active-user:[Errno socket error] [Errno -2] Name or service not known
Traceback (most recent call last):
File "./fedora_active_user.py", line 464, in main
_get_last_email_list(args.email)
File "./fedora_active_user.py", line 216, in _get_last_email_list
stream = urllib.urlopen(url)
File "/usr/lib64/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib64/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.7/urllib.py", line 350, in open_http
h.endheaders(data)
File "/usr/lib64/python2.7/httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 897, in _send_output
self.send(msg)
File "/usr/lib64/python2.7/httplib.py", line 859, in send
self.connect()
File "/usr/lib64/python2.7/httplib.py", line 836, in connect
self.timeout, self.source_address)
File "/usr/lib64/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

@pypingou
Copy link
Owner

Ah, with the deprecation of gmane this might need to be adjusted, thanks for the heads-up!

@sergiomb2
Copy link

yes , --email option doesn't work

@scfc
Copy link

scfc commented Jan 17, 2018

Workaround: --nolists.

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

4 participants