Created
April 7, 2014 03:19
-
-
Save mtomwing/10014367 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Found one! "This woman is the worst", 5.0 MB - http://i.imgur.com/KnaUFmT.gif | |
Traceback (most recent call last): | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 143, in wrapped_func | |
return func() | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 161, in <lambda> | |
load_gif_f = lambda: run_reddit(args) | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 120, in run_reddit | |
return decode(post.url, benchmark=args.time) | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 128, in decode | |
return GIF.from_url(uri, force_deinterlace=force_deinterlace) | |
File "gifprime/core.py", line 77, in from_url | |
return cls(res.raw, res.url.rsplit('/', 1)[-1], **kwargs) | |
File "gifprime/core.py", line 93, in __init__ | |
parsed_data = gifprime.parser.gif.parse_stream(stream) | |
File "/Users/mtomwing/.virtualenvs/gifprime/lib/python2.7/site-packages/construct/core.py", line 197, in parse_stream | |
return self._parse(stream, Container()) | |
File "/Users/mtomwing/.virtualenvs/gifprime/lib/python2.7/site-packages/construct/core.py", line 661, in _parse | |
subobj = sc._parse(stream, context) | |
File "/Users/mtomwing/.virtualenvs/gifprime/lib/python2.7/site-packages/construct/core.py", line 591, in _parse | |
raise ArrayError("missing terminator", sys.exc_info()[1]) | |
ArrayError: ('missing terminator', FieldError(FieldError('expected 1, found 0',),)) | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 169, in <module> | |
main() | |
File "/Users/mtomwing/Projects/gifprime2/gifprime/__main__.py", line 165, in main | |
viewer.show() | |
File "gifprime/viewer.py", line 296, in show | |
self.check_loading() | |
File "gifprime/viewer.py", line 107, in check_loading | |
gif = self.async_result.get(False) | |
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 554, in get | |
raise self._value | |
construct.core.ArrayError: ('missing terminator', FieldError(FieldError('expected 1, found 0',),)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment