|
|
2009-03-21
, 16:55
|
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#32
|
|
|
2009-03-21
, 17:35
|
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#33
|
|
|
2009-03-21
, 17:57
|
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#34
|
|
|
2009-03-22
, 05:49
|
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#35
|
That error you are getting is very perplexing to me. It was able to find some but not all of the information on the webpage it was looking for. It found the login token but not what your account number is. I'm tempted to just allow it to be ignored but concerned about what else might behave in strange ways.
Oh, I have a guess as to whats going on. Does your data plan include any "phone optimizing" of webpages? DialCentral is very dumb. Until there is an API, it just downloads the GrandCentral/GoogleVoice webpages and searches them for relevant information. If your cell service that you are using when you are tethered modifies webpages, it might change the GrandCentral mobile pages just enough that we cannot find all of the relevant information. If you are able to download the following link through wifi and through tethering and PM me with it, hopefully that'll give me the clue I need to make it flexible enough to still work with your data plan.
http://www.grandcentral.com/mobile/s...warding_select
As for arbitrary forwarding numbers, you should be allowed to. The forward selection combo box is editable and I just read the code and its theoretically possible though I don't have extra phones to try it with. If there are issues let me know.
Also, thanks for all of your efforts in working with me on resolving these issues.
|
|
2009-03-27
, 01:03
|
|
|
Posts: 12 |
Thanked: 2 times |
Joined on Oct 2008
@ SLC, UT / Bakersfield, CA
|
#36
|
|
|
2009-03-27
, 01:24
|
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#37
|
|
|
2009-03-27
, 01:40
|
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#38
|
|
|
2009-03-27
, 05:28
|
|
Posts: 174 |
Thanked: 71 times |
Joined on Aug 2007
|
#39
|
/media/mmc1 $ python2.5 /usr/bin/dialcentral.py
/usr/lib/dialcentral/dc_glade.py:74: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
self._widgetTree = gtk.glade.XML(path)
python2.5[6506]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x195aa8, 75388a19-8943-4b2b-bb41-78c03f7ef734, DUN_GSM_PS, 0)
/usr/lib/dialcentral/dc_glade.py:250: UserWarning: Attempted to login before initialization is complete, did an event fire early?
"Attempted to login before initialization is complete, did an event fire early?"
/usr/lib/dialcentral/gc_backend.py:89: UserWarning: Performing download of http://www.grandcentral.com/mobile/s...warding_select
forwardSelectionPage = self._browser.download(self._forwardselectURL)
/usr/lib/dialcentral/dc_glade.py:270: UserWarning: Traceback (most recent call last):
File "/usr/lib/dialcentral/dc_glade.py", line 256, in attempt_login
if self._phoneBackend.is_authed():
File "/usr/lib/dialcentral/gc_backend.py", line 98, in is_authed
self._grab_token(forwardSelectionPage)
File "/usr/lib/dialcentral/gc_backend.py", line 323, in _grab_token
raise RuntimeError("Could not extract account number from GrandCentral")
RuntimeError: Could not extract account number from GrandCentral
warnings.warn(traceback.format_exc())
/usr/lib/dialcentral/gtk_toolbox.py:83: GtkWarning: gtk_box_pack_start: assertion `child->parent == NULL' failed
self.__parentBox.pack_start(self.__errorBox, False, False)