Pear0 / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Typo in settings.py prevents accessing "received" folder #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a logged-in Voice() instance
2. folder = voice.recieved()
3. print folder.messages

What is the expected output? What do you see instead?

Expected a list of messages from the received folder.
Instead, the list is zero-length.

What version of the product are you using? On what operating system?

pygooglevoice 0.4

Please provide any additional information below.

The "recieved" method/folder is incorrectly named. Should be "received". If
this was originally to work around a typo in Google Voice itself, they've
apparently fixed it now.

Changing every instance of "recieved" to "received" in settings.py fixed
this for me.

Attached is a (trivial) patch to fix this.

Original issue reported on code.google.com by smcgrat...@gmail.com on 26 Nov 2009 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
Nope, i just cant spell. It is fixed in the repo now and will be included on 
upcoming
0.5 release

http://code.google.com/p/pygooglevoice/source/diff?spec=svn3118b2fd35d7ac77fdc76
35b4fca4d137027d958&r=3118b2fd35d7ac77fdc7635b4fca4d137027d958&format=side&path=
/googlevoice/settings.py

Original comment by justquick on 29 Nov 2009 at 4:37