Active Topics

 



Notices


Reply
Thread Tools
dantonic's Avatar
Posts: 361 | Thanked: 108 times | Joined on Sep 2008
#711
well I'm having network error issues almost every time my internet connections switches from wifi to gprs or vice versa. The only way to fix it is to disable and re-enable the Gvoice account.

Also, when connected I now miss a lot of received texts, they just never show up

**EDIT** Btw, this pretty much started after PR1.2 I have the most current version of TOR available from the repositories

Last edited by dantonic; 2010-07-24 at 20:08.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#712
Originally Posted by ryanl33x1511 View Post
I got this debug message in log when using tor with firefox, it run sucess but get this message:
[warn] your application (using socks4 to port 80) is giving Tor only on an IP address. Application that do not DNS resolves themselves may leak information. COnsider using Socks4a (e.g via privoxy or socat) instead......

anyone ?
I think you are looking for the wrong Tor. This is The One Ring, a Google Voice chat program and not the proxy network

Originally Posted by fcrochik View Post
epage:
Is TOR supposed to provide contacts (Roster)?

Code:
    Tp::Features features;
    features << Tp::Connection::FeatureRoster;

    qDebug() << "create connection: wait to get ready (Roster)";
    connect(
        m_account.data()->connection().data()->becomeReady(features), SIGNAL(finished(Tp::PendingOperation*)),
        this, SLOT(onConnectionReady(Tp::PendingOperation*))
    );
I don't ever get the finished signal for TOR. I do get for "ring" even w/o getting any contacts and I do get for "spirit" (skype) with all the skype contacts.

Decide to ask before going too crazy trying to find the problem.

Thanks
I'm unsure what Roster is suppose to correspond to in Connection Manager terms

Originally Posted by dantonic View Post
well I'm having network error issues almost every time my internet connections switches from wifi to gprs or vice versa. The only way to fix it is to disable and re-enable the Gvoice account.

Also, when connected I now miss a lot of received texts, they just never show up

**EDIT** Btw, this pretty much started after PR1.2 I have the most current version of TOR available from the repositories
I'm looking through somebody else's log and am not really seeing what could cause a problem...
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#713
Been having the same issue for awhile as well, whenever I switch connections; 3.5G to 2.5G, I get the network error. I just open that account save it again and it reconnects. I have 4 other accounts for IM and TOR never reconnects automaticaly. I believe that its trying to reconnect when the other IM accounts are connecting so it fails,you had a script awhile ago that lengthend the time out or the time it took to reconnect, was that included in an update or was it a one off script/code?
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#714
Originally Posted by AgentZ View Post
Been having the same issue for awhile as well, whenever I switch connections; 3.5G to 2.5G, I get the network error. I just open that account save it again and it reconnects. I have 4 other accounts for IM and TOR never reconnects automaticaly. I believe that its trying to reconnect when the other IM accounts are connecting so it fails,you had a script awhile ago that lengthend the time out or the time it took to reconnect, was that included in an update or was it a one off script/code?
I've included it in an update. Mind sending me your log? Maybe another perspective on it will give me insiht but I'm not hopeful
__________________
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
#715
Status update on direct dial for my apps:

First off my time is spread very thin these days so I don't know how much investigation I will be able to put into this.

I've tried working on both automating of dialing out and requesting the dial-out number.

Sadly I've been getting forbidden requests when dialing out. I saw that at least in an older version of qgvdial that it passed in "gvx" in the POST data. I'm not seeing that cookie in my cookie jar:
https://garage.maemo.org/plugins/ggi...5009d3146bb474

For making calls I've been experimenting on the desktop. Empathy opens up the UI but at least for TOR it doesn't continue on for some reason in setting up the call so I just have to close it.
https://garage.maemo.org/plugins/ggi...f8dc977cf9cf27
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#716
Originally Posted by epage View Post
Status update on direct dial for my apps:

First off my time is spread very thin these days so I don't know how much investigation I will be able to put into this.

I've tried working on both automating of dialing out and requesting the dial-out number.

Sadly I've been getting forbidden requests when dialing out. I saw that at least in an older version of qgvdial that it passed in "gvx" in the POST data. I'm not seeing that cookie in my cookie jar:
https://garage.maemo.org/plugins/ggi...5009d3146bb474
To loop through cookies in QT, I have to request for all cookies associated with a specific url. Does python not have to do that? On this line I see you pulling cookies. Does it pull all stored cookies irrespective of url?

Originally Posted by epage View Post
For making calls I've been experimenting on the desktop. Empathy opens up the UI but at least for TOR it doesn't continue on for some reason in setting up the call so I just have to close it.
https://garage.maemo.org/plugins/ggi...f8dc977cf9cf27
I have *never* been able to get empathy (sofiasip) to dial out. Ever. Not even once. The desktop version of qgvdial shows sofiasip as a possible callout, but works *only* if you use the skype dialout.

As you mention, empathy shows me a window that claims to be dialing out, but nothing happens. Eventually I have to click hangup and dial out with skype.

In fact I haven't been able to successfully dial out using my gizmo account on n900 either. At least on the n900 it _does_ connect to the access number, but then the GV female announcer says "Could not complete your call, please try again"
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.

Last edited by uvatbc; 2010-07-26 at 20:04.
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#717
Originally Posted by uvatbc View Post
In fact I haven't been able to successfully dial out using my gizmo account on n900 either. At least on the n900 it _does_ connect to the access number, but then the GV female announcer says "Could not complete your call, please try again"
The outgoing callerid on the phone you are calling from needs to be listed as a phone in your google voice account.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#718
Originally Posted by xur17 View Post
The outgoing callerid on the phone you are calling from needs to be listed as a phone in your google voice account.
It is.

[more text to get rid of the lameness filter]
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#719
Originally Posted by uvatbc View Post
To loop through cookies in QT, I have to request for all cookies associated with a specific url. Does python not have to do that? On this line I see you pulling cookies. Does it pull all stored cookies irrespective of url?
I believe that is pulling all cookies. I'm printing them out, seeing the various ones you are filtering for (SID, SSID, gv, etc) but not gvx.

Originally Posted by uvatbc View Post
I have *never* been able to get empathy (sofiasip) to dial out. Ever. Not even once. The desktop version of qgvdial shows sofiasip as a possible callout, but works *only* if you use the skype dialout.

As you mention, empathy shows me a window that claims to be dialing out, but nothing happens. Eventually I have to click hangup and dial out with skype.

In fact I haven't been able to successfully dial out using my gizmo account on n900 either. At least on the n900 it _does_ connect to the access number, but then the GV female announcer says "Could not complete your call, please try again"
Its good to know that it is just Empathy and that my code should work fine on the device. It just concerns me that it will just break when the next set of devices come out and we have to deal with a drastically newer version of RTComm (like when switching from Maemo 4.1 to Maemo 5)
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#720
I don't know if this is an issue for anyone else. But has anyone been getting authentication failed? I know it's not my password or my account being compromised. My password still works and there's no unusual IP activity.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Reply

Tags
google voice, maemo 4, maemo 5


 
Forum Jump


All times are GMT. The time now is 23:03.