|
2012-03-17
, 23:54
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#1832
|
I searched for this problem but can't implement the suggestions I found. I had DC 1.3.6-0 running for SMS use only. I just got SIP configured successfully to be able to use DC for voice but had to change my GV password as part of the process. Now DC tries to login with old PW and hangs as a result.
I found a post that indicated there is a settings dialog for this but the drop down menu won't let me go to "account". Message says "must be online for settings". Um, if I was online I wouldn't need a settings dialog
Reinstall didn't help. Ideas welcome. Also, If I end up needing to edit a config file directly to fix this, can I get file manager to show me the OS file system rather than the basic view? I'm don't speak enough linux to dig it out via command line.
|
2012-03-18
, 00:13
|
Posts: 37 |
Thanked: 12 times |
Joined on Mar 2012
|
#1833
|
|
2013-02-06
, 19:28
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#1834
|
|
2013-02-07
, 07:01
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#1835
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2013-02-08
, 19:10
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#1836
|
sudo leafpad /opt/dialcentral/lib/backends/gvoice/gvoice.py
The Following User Says Thank You to buurmas For This Useful Post: | ||
|
2013-02-09
, 01:47
|
Posts: 26 |
Thanked: 12 times |
Joined on Dec 2008
|
#1837
|
Thanks, Addison, that was a big help. I got past that error by typing this into the terminal:
(I'm using LeafPad as my text editor.)Code:sudo leafpad /opt/dialcentral/lib/backends/gvoice/gvoice.py
Then, search for self._loginURL. Change the URL after it from https://www.google.com/accounts/ServiceLoginAuth to https://accounts.google.com/ServiceLoginAuth. Save. Close. Etc.
Now on to the next error. Edit: ah, next error magically went away. I appear to be fully operational. Yay!
|
2013-02-09
, 18:43
|
Posts: 26 |
Thanked: 12 times |
Joined on Dec 2008
|
#1838
|
Thanks, Addison, that was a big help. I got past that error by typing this into the terminal:
(I'm using LeafPad as my text editor.)Code:sudo leafpad /opt/dialcentral/lib/backends/gvoice/gvoice.py
Then, search for self._loginURL. Change the URL after it from https://www.google.com/accounts/ServiceLoginAuth to https://accounts.google.com/ServiceLoginAuth. Save. Close. Etc.
Now on to the next error. Edit: ah, next error magically went away. I appear to be fully operational. Yay!
|
2013-02-10
, 03:41
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#1839
|
I can't get that to work and I can't locate the file in emelfM2 either. Where can I find that file to modify the url in root? Thanks.
|
2013-04-15
, 01:34
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2013
@ Maine
|
#1840
|
I found a post that indicated there is a settings dialog for this but the drop down menu won't let me go to "account". Message says "must be online for settings". Um, if I was online I wouldn't need a settings dialog
Reinstall didn't help. Ideas welcome. Also, If I end up needing to edit a config file directly to fix this, can I get file manager to show me the OS file system rather than the basic view? I'm don't speak enough linux to dig it out via command line.