We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, cool that you release your project online:)
I've tested it and have error:
('Beginning update cycle for', u'alt.binaries.teevee') ('Group', 'alt.binaries.teevee', 'has', '528246261', 'articles, range', '2', 'to', '528246262') ('(', u'alt.binaries.teevee', ')', 'Retrieving', 100000, 'articles.') Traceback (most recent call last): File "index.py", line 399, in headers() File "index.py", line 359, in headers resp, overviews = s.over((last - 100000, last)) AttributeError: NNTP instance has no attribute 'over'
update: I used python2 and not python3.2 :/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, cool that you release your project online:)
I've tested it and have error:
('Beginning update cycle for', u'alt.binaries.teevee')
('Group', 'alt.binaries.teevee', 'has', '528246261', 'articles, range', '2', 'to', '528246262')
('(', u'alt.binaries.teevee', ')', 'Retrieving', 100000, 'articles.')
Traceback (most recent call last):
File "index.py", line 399, in
headers()
File "index.py", line 359, in headers
resp, overviews = s.over((last - 100000, last))
AttributeError: NNTP instance has no attribute 'over'
update: I used python2 and not python3.2 :/
The text was updated successfully, but these errors were encountered: