Created
September 6, 2014 01:47
-
-
Save Cameron-D/84c5de9601429533ef8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "discover.py", line 152, in <module> | |
main() | |
File "discover.py", line 44, in main | |
for shortcode in check_range(start_num, end_num): | |
File "discover.py", line 89, in check_range | |
text = fetch(url) | |
File "discover.py", line 119, in fetch | |
print('Got', response.status_code, response.reason) | |
AttributeError: 'Response' object has no attribute 'reason' | |
Process Scraper returned exit code 1 for Item image:493849000-493849999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment