-
Notifications
You must be signed in to change notification settings - Fork 119
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
Message id not a SHA1 hash #4
Comments
The line can be commented out as shown by https://github.com/MikeRixWolfe/pygooglevoice/commit/247c138627ba9a8771f792608011baaf953c990a |
It's not enough to comment out that line. I removed that line in 8058606, but still:
|
Issue is fixed in googlevoice 2.0.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can login easily.
When I try to fetch my voicemail messages using pretty much exactly the example in example/voicemail.py I get
File "test_voice.py", line 11, in
print voice.voicemail().messages
File "/mnt/refractthelight/pygooglevoice/googlevoice/util.py", line 242, in messages
return [Message(self, *i) for i in self['messages'].items()]
File "/mnt/refractthelight/pygooglevoice/googlevoice/util.py", line 181, in init
assert is_sha1(id), 'Message id not a SHA1 hash'
AssertionError: Message id not a SHA1 hash
The text was updated successfully, but these errors were encountered: