prithv1 / pygooglevoice

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

Cannot view received folder #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to view received folder

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/local/bin/gvoice", line 5, in <module>
    pkg_resources.run_script('pygooglevoice==0.5', 'gvoice')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/pygooglevoice-0.5-py2.7.egg/EGG-INFO/scripts/gvoice", line 118, in <module>
    elif action in ('recieved','re'): pprint_folder('recieved')
  File "/usr/local/lib/python2.7/dist-packages/pygooglevoice-0.5-py2.7.egg/EGG-INFO/scripts/gvoice", line 65, in pprint_folder
    folder = getattr(voice, name)()
AttributeError: 'Voice' object has no attribute 'recieved'

Original issue reported on code.google.com by RPiOverf...@gmail.com on 10 Jan 2014 at 9:02