Created
July 30, 2014 03:46
-
-
Save Cameron-D/315834b8f3906c0c5d77 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
Blocking task: Get video URLs. Please wait... | |
Traceback (most recent call last): | |
File "video.py", line 71, in <module> | |
main() | |
File "video.py", line 22, in main | |
assert response.geturl() == HTML_PAGE.format(video_id) | |
AssertionError | |
Command '['python', 'video.py', u'ideal-garage-doors-2720066']' returned non-zero exit status 1 | |
Blocking task: Get video URLs. Please wait... | |
Traceback (most recent call last): | |
File "video.py", line 71, in <module> | |
main() | |
File "video.py", line 22, in main | |
assert response.geturl() == HTML_PAGE.format(video_id) | |
AssertionError | |
Command '['python', 'video.py', u'ideal-garage-doors-2720066']' returned non-zero exit status 1 | |
Blocking task: Get video URLs. Please wait... | |
Traceback (most recent call last): | |
File "video.py", line 71, in <module> | |
main() | |
File "video.py", line 22, in main | |
assert response.geturl() == HTML_PAGE.format(video_id) | |
AssertionError | |
Command '['python', 'video.py', u'ideal-garage-doors-2720066']' returned non-zero exit status 1 | |
Failed WgetDownload for Item video:ideal-garage-doors-2720066 | |
Traceback (most recent call last): | |
File "/home/cameron/.local/lib/python2.7/site-packages/seesaw/pipeline.py", line 55, in _enqueue_with_except | |
task.enqueue(item) | |
File "/home/cameron/.local/lib/python2.7/site-packages/seesaw/externalprocess.py", line 83, in enqueue | |
self.process(item) | |
File "/home/cameron/.local/lib/python2.7/site-packages/seesaw/externalprocess.py", line 91, in process | |
args=realize(self.args, item), | |
File "/home/cameron/.local/lib/python2.7/site-packages/seesaw/config.py", line 27, in realize | |
return v.realize(item) | |
File "<string>", line 216, in realize | |
Exception: Failed to get video URL. | |
Waiting 10 seconds... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment