Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#71
Originally Posted by EL_EASY View Post
AfterI updated to version 0.9.3-0 my DialCentral stop working what happened if bc google voice or what?
There were a lot of changes that went in when adding GoogleVoice support so I ask for patience and forgiveness

The hard thing about this is we are using a technique called "screen scraping" where we download webpages and do searches on them. Unfortunately its hard to predict from one account to another what subtle things might be different that can break the screen scraping. My hope is eventually they will have an official API and this issue will go away.

With 0.9.3 you have a choice of whether to login to your GrandCentral account or your GoogleVoice account. Does either one work? Can you even get that far?

Do you feel comfortable running a program from the command line? Doing so can get a lot of diagnostic information that can help in resolving the issue. The program is
Code:
python2.5 /usr/bin/dialcentral.py
If you could run that, copy the text, and post it here for me (it should not have usernames or passwords)

I'm thinking I might want to add logging support to make this a bit easier.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 7 | Thanked: 3 times | Joined on Sep 2007
#72

/usr/lib/dialcentral/dc_glade.py:86: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
self._widgetTree = gtk.glade.XML(path)
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
File "/usr/lib/python2.5/threading.py", line 446, in run
File "/usr/lib/dialcentral/dc_glade.py", line 190, in _idle_setup
import gv_backend
File "/usr/lib/dialcentral/gv_backend.py", line 36, in <module>
from xml.sax import saxutils
ImportError: No module named sax


here is the output from my n800 diablo
 
Posts: 105 | Thanked: 10 times | Joined on Jun 2008
#73
Originally Posted by epage View Post
With 0.9.3 you have a choice of whether to login to your GrandCentral account or your GoogleVoice account. Does either one work? Can you even get that far?

I have no choice to login either one

Do you feel comfortable running a program from the command line? Doing so can get a lot of diagnostic information that can help in resolving the issue. The program is
Code:
python2.5 /usr/bin/dialcentral.py
If you could run that, copy the text, and post it here for me (it should not have usernames or passwords)

I'm thinking I might want to add logging support to make this a bit easier.
well, I'm not good running command line, but i tried:
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # python2.5 /usr/bin/dialcentral.py
/usr/lib/dialcentral/dc_glade.py:86: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
self._widgetTree = gtk.glade.XML(path)
process 4302: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#74
@EL_EASY: Interesting. I haven't been needing to run commands with "/usr/bin/run-standalone.sh" since I got my n810 with Diablo, but its looking like you're needing it. I'll test adding it back in tonight and try and get and update out, though that might not come till tomorrow. In the mean time could you try running "run-standalone.sh python2.5 /usr/bin/dialcentral.py"?
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 105 | Thanked: 10 times | Joined on Jun 2008
#75
Originally Posted by epage View Post
@EL_EASY: Interesting. I haven't been needing to run commands with "/usr/bin/run-standalone.sh" since I got my n810 with Diablo, but its looking like you're needing it. I'll test adding it back in tonight and try and get and update out, though that might not come till tomorrow. In the mean time could you try running "run-standalone.sh python2.5 /usr/bin/dialcentral.py"?
epage: i run what u wanted me 2 run in case i don't know what im doing ok resulted:
/home/user # "run-standalone.sh python2.5 /usr/bin/dialcentral.py"?
/bin/sh: run-standalone.sh python2.5 /usr/bin/dialcentral.py?: not found
 
Posts: 7 | Thanked: 3 times | Joined on Sep 2007
#76
I think the dependencies in your control file need to include python2.5-xml.
 
Posts: 105 | Thanked: 10 times | Joined on Jun 2008
#77
to:epage
I see u guys couldn't help me to fix my problem, but what i did went back 9.2 and it works now...I will update when u add sms, other than that i will leave it like that... thanks for u great work!!
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#78
Originally Posted by sw01 View Post
I think the dependencies in your control file need to include python2.5-xml.
Its a separate package? But its documented as part of the stdlib? How strange. I'll add it.

Hmm, somehow I missed this post
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#79
Originally Posted by EL_EASY View Post
to:epage
I see u guys couldn't help me to fix my problem, but what i did went back 9.2 and it works now...I will update when u add sms, other than that i will leave it like that... thanks for u great work!!
I'm sorry, I got distracted and lost track of your issue. I'm filing me some notes to take a look into this. I'm a bit busy this week but I'm hoping for some time tomorrow.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#80
As a side note, in my work on DoneIt, I've seen some seemingly random network issues. I've added a check in SVN to DialCentral to make sure we receive the whole response from them.

If anyone gets an error about response lengths once I get this package out, please let me know. If no one does, I'll hold off harassing the Python people about this issue since I'll assume only DoneIt has it and my hack in DoneIt works around it.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:01.