-
Notifications
You must be signed in to change notification settings - Fork 2
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
crash in initialize_imgur_checking #3
Comments
here's install log. hope it helps /subdown2$ sudo python setup.py install Installed /usr/local/lib/python2.7/dist-packages/subdown2-0.9.0-py2.7.egg Using /usr/lib/python2.7/dist-packages Using /usr/local/lib/python2.7/dist-packages Using /usr/lib/python2.7/dist-packages Using /usr/local/lib/python2.7/dist-packages Using /usr/lib/python2.7/dist-packages Using /usr/lib/python2.7/dist-packages |
new user, just ran the subdown2 command after installing from git repo on ubuntu 12.10
I believe it's subdown2 .9
File "/usr/local/lib/python2.7/dist-packages/subdown2-0.9.0-py2.7.egg/subdown2/download.py", line 37, in init
self.bad_imgur = initialize_imgur_checking()
File "/usr/local/lib/python2.7/dist-packages/subdown2-0.9.0-py2.7.egg/subdown2/download.py", line 20, in initialize_imgur_checking
text = obj.read()
AttributeError: 'Response' object has no attribute 'read'
The text was updated successfully, but these errors were encountered: