Thread: Dialcentral 1.0
View Single Post
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#479
Originally Posted by Addison View Post
No error but it pops up the login screen after first attempt. Then after pressing ok to try it again, it just hangs there doing nothing but with no crash.
I just realized. What does it mean to you "hangs there with no crash". Can you switch tabs? On the Accounts tab can you click "Login"? What does it do?

All your log shows is a failure to grab some authentication information.

Previously I've posted a script that can help in this situation. With Dialcentral installed, you run this script and it will download all of the raw HTML I am processing

The following is kind of what you would end up doing.
Code:
$ mkdir gvoice_junk
$ cd gvoice_junk
$ unzip PATH_TO_ZIP/generate.zip
$ python2.5 generate_gv_samples.py USERNAME PASSWORD
$ vi *.html # Or preferred text editor, to sanitize any sensitive information
$ zip PATH_TO_PLACE_ZIP/results.zip *.html
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2009-10-03 at 11:51. Reason: Updating version of script