Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created January 3, 2013 20:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ELLIOTTCABLE/4446898 to your computer and use it in GitHub Desktop.
> python googlevoice_read_all.py
2160
Traceback (most recent call last):
File "googlevoice_read_all.py", line 11, in <module>
for message in folder.messages:
File "/usr/local/lib/python2.7/site-packages/googlevoice/util.py", line 242, in messages
return [Message(self, *i) for i in self['messages'].items()]
File "/usr/local/lib/python2.7/site-packages/googlevoice/util.py", line 181, in __init__
assert is_sha1(id), 'Message id not a SHA1 hash'
AssertionError: Message id not a SHA1 hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment