maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   DialCentral (https://talk.maemo.org/showthread.php?t=23357)

epage 2009-03-04 12:28

Re: DialCentral
 
Quote:

Originally Posted by Laughing Man (Post 268791)
Hmm I reinstalled it (though I wasn't using the -deval one) but I still can't get it to work anymore. I have to login twice, and then none of my contacts show up! Even if I switch from all to grandcentral to none and back.

Can you go into "About" and tell me what version you are running?

Do you feel comfortable with the command line? If so could you launch it from there
"python2.5 /usr/bin/dialcentral.py"
And let me know what it prints out on the command line?

One issue I can think of is it doesn't handle requesting an internet connection all that well. That is an issue I am working on.

Laughing Man 2009-03-04 15:33

Re: DialCentral
 
0.8.0
Code:


BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ python2.5 /usr/bin/dialcentral.py
/usr/lib/dialcentral/gc_dialer.py:314: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
  self._widgetTree = gtk.glade.XML(path)
/usr/lib/dialcentral/gc_dialer.py:392: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
  self._widgetTree.get_widget("dial").grab_default()
python2.5[1563]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x1986a8, UmbrellaCo, WLAN_INFRA, 0)
/usr/lib/dialcentral/gc_backend.py:94: UserWarning: Performing download of http://www.grandcentral.com/mobile/settings/forwarding_select
  forwardSelectionPage = self._browser.download(GCDialer._forwardselectURL)
/usr/lib/dialcentral/gc_backend.py:289: UserWarning: Performing download of http://www.grandcentral.com/mobile/contacts
  contactsPage = self._browser.download(contactsPageUrl)
/usr/lib/dialcentral/gc_dialer.py:622: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
  dialog.set_default_response(0)
/usr/lib/dialcentral/gc_backend.py:118: UserWarning: Performing download of https://www.grandcentral.com/mobile/account/login
  loginSuccessOrFailurePage = self._browser.download(GCDialer._loginURL, loginPostData)
/usr/lib/dialcentral/gc_backend.py:232: UserWarning: Performing download of http://www.grandcentral.com/mobile/settings/set_forwarding?from=settings
  callbackSetPage = self._browser.download(GCDialer._setforwardURL, callbackPostData)
/usr/lib/dialcentral/gc_dialer.py:567: UserWarning: Callback number already is 17472733110
  combobox.get_child().set_text(make_pretty(self._gcBackend.get_callback_number()))
/usr/lib/dialcentral/gc_dialer.py:565: GtkWarning: gtk_combo_box_entry_set_text_column: assertion `entry_box->priv->text_column == -1' failed
  combobox.set_text_column(0)
/usr/lib/dialcentral/gc_backend.py:289: UserWarning: Performing download of http://www.grandcentral.com/mobile/contacts?page=2
  contactsPage = self._browser.download(contactsPageUrl)
/usr/lib/dialcentral/gc_backend.py:289: UserWarning: Performing download of http://www.grandcentral.com/mobile/contacts?page=3
  contactsPage = self._browser.download(contactsPageUrl)

It downloaded oddly this way. Though still took two logins...

epage 2009-03-05 03:20

Re: DialCentral
 
Oops, forgot in 0.8.3 I didn't update the About menu's version

I don't like to just ignore problems and hope they disappear but in SVN I am changing how log in is handled and am hoping it will make things a lot more robust

epage 2009-03-05 03:41

Re: DialCentral
 
I hope I can get my changes into extras-devel tomorrow. Changes include
* Caching of contacts
* Refactoring to make working with the code easier
* Filesystem backed contacts but currently only supporting a specific csv format
* Gracefully handle lack of connection and connection transitions
* Gracefully handle failed login
* A tiny bit better error reporting

epage 2009-03-06 04:33

Re: DialCentral
 
I have now released DialCentral 0.9.0

Please move on to the new thread especially to report if your problems persist. I am hoping login and contact issues are resolved with the rework of login/contact handling.


All times are GMT. The time now is 20:57.

vBulletin® Version 3.8.8