Pear0 / pygooglevoice

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

Unable to Change Password in Config File #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pygooglevoice-0.5 and working
2. Change associated account's password
3. Update password in the .gvoice ini config file in home directory
3. pygooglevoice-0.5 raises loginerror
4. enable debugging and shows old password being used

What is the expected output? What do you see instead?
should be able to update the ini file with new password, but still using the old

What version of the product are you using? On what operating system?
pygooglevoice-0.5 Rasbian Wheezy

Please provide any additional information below.
driving me nuts, please help if you know where the old password is stored - 
I've deleted all prior module files and reinstalled, but still no go.  
something is cached...

Original issue reported on code.google.com by miles.co...@gmail.com on 4 Apr 2014 at 2:44

GoogleCodeExporter commented 9 years ago
wouldn't know I would find an answer within an hour of posting the issue after 
fighting it for 3 nights...

updated line 12 of conf.py to pull path to home '/home/pi/.gvoice' instead of 
the '~/.gvoice'

boom.

Original comment by miles.co...@gmail.com on 4 Apr 2014 at 3:02