Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#101
Originally Posted by mrdally204 View Post
Thanks for the speedy recovery
I just promoted 0.9.5 which fixes this.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#102
Thanks for the update, works great on my n800.

I've been noticing lately when trying to run this on my desktop (Ubuntu 9.04) it hangs after I start it up but before I'm able to provide credentials:

Code:
$ ./dialcentral.py 
/home/user/coding/svn/gc-dialer/trunk/src/dc_glade.py:91: GtkWarning: gtk_widget_grab_default: assertion `GTK_WIDGET_CAN_DEFAULT (widget)' failed
  self._widgetTree = gtk.glade.XML(path)
/home/user/coding/svn/gc-dialer/trunk/src/gv_backend.py:379: UserWarning: Performing download of https://www.google.com/voice/mobile/phones
  page = self._browser.download(self._forwardURL)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0" />
<title>Google Voice - One phone number, online voicemail, and enhanced call features</title>
</head>
<body style="font-size:small;font-weight:normal;">
<span style="color:#666688;font-size:small;">Google Voice - One phone number, online voicemail, and enhanced call features</span>
<div style="background-color:#E8EEFA;padding:4px;">
  <img src="https://www.google.com/accounts/google_transparent.gif" alt="Google"/> Account
<br />
<div id="gaia_loginbox" class="body">
  <form id="gaia_loginform"
  action=
    "https://www.google.com/accounts/ServiceLoginAuth?service=grandcentral"
  method="post"
    >
  <input type="hidden" name="ltmpl"
           value="mobile" />
<div align="left">
  <font color="red">
  </font>
</div>
<div align="left">
  <font color="red">
  </font>
</div>
<div align="left">
  <font color="red">
  </font>
</div>
<div>
  <span class="gaia le lbl">
  Email:
  </span>
</div>
<div>
  <input type="hidden" name="continue" id="continue"
           value="https://www.google.com/voice/account/signin/?prev=%2Fmobile%2Fphones" />
  <input type="hidden" name="service" id="service"
           value="grandcentral" />
  <input type="hidden" name="ltmpl" id="ltmpl"
           value="mobile" />
  <input type="hidden" name="btmpl" id="btmpl"
           value="mobile" />
  <input type="hidden" name="ltmpl" id="ltmpl"
           value="mobile" />
</div>
  <input type="hidden"
         name="GALX"
         value="ZubbmQQqxMQ" />
  <input type="text" name="Email"  id="Email"
  size="18" value=""
  
    class="gaia le val"
  
  />
<div>
  <span class="gaia le lbl">
  Password:
  </span>
</div>
  <input type="password"
   name="Passwd" id="Passwd"
  size="18" 
  
    class="gaia le val" autocomplete="off"
  
  />
  <div align="left">
  <input type="checkbox" name="PersistentCookie" id="PersistentCookie"
    value="yes"
  
    checked='checked'
  
  />
  <input type="hidden" name='rmShown' value="1" />
  <label for="PersistentCookie" class="gaia le rem">
  Remember me
  </label>
  </div>
<div align="left">
  <input type="submit" class="gaia le button" name="signIn"
         value="Sign in" />
</div>
 </form>
</div>
Need an account?
<br />
Go to google.com/accounts on your computer.<br />
<span style="font:smaller">&copy;2009 Google</span><br />
</div>
</body>
</html>

/home/user/coding/svn/gc-dialer/trunk/src/gv_backend.py:126: UserWarning: Traceback (most recent call last):
  File "/home/user/coding/svn/gc-dialer/trunk/src/gv_backend.py", line 124, in is_authed
    self._grab_account_info()
  File "/home/user/coding/svn/gc-dialer/trunk/src/gv_backend.py", line 384, in _grab_account_info
    raise RuntimeError("Could not extract authentication token from GoogleVoice")
RuntimeError: Could not extract authentication token from GoogleVoice

  warnings.warn(traceback.format_exc())
Not a huge deal, since I'm easily able to just use the web interface, but I thought I'd see if anyone had any ideas. Perhaps I'm missing some dependency?

-SG
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#103
Originally Posted by tlacuache View Post
Thanks for the update, works great on my n800.

I've been noticing lately when trying to run this on my desktop (Ubuntu 9.04) it hangs after I start it up but before I'm able to provide credentials:

Not a huge deal, since I'm easily able to just use the web interface, but I thought I'd see if anyone had any ideas. Perhaps I'm missing some dependency?

-SG
Oops, accidentally left in one of my debug prints, but I guess that kind of helps.

This debug output is saying that you haven't successfully logged in yet. I'm unsure as to why its hanging though. I do all of my development on my desktop computer (Ubuntu 9.04 right now also).

One nice thing about desktops though: Do you feel trusting enough to create me a low privileged account with ssh access enabled so that I can try and debug it?
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#104
I'm gonna be on the road for a few days, so I'm not gonna be able to do that right away. I'll take a crack at the code myself in the meantime and see if I can maybe figure out what's going on, and if not I'll see if I can set you up an account when I get back. Thanks.
 
Posts: 105 | Thanked: 10 times | Joined on Jun 2008
#105
to: epage Are u working with sms app? Sorry, but i just can't wait for that app, i definitely will donate $$$, so hurry up please!!!!
 
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#106
epage, I updated from subversion, blew away my .dialcentral directory and tried again and now it's not hanging, so disregard my earlier comment, I suppose.

cheers!
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#107
Originally Posted by tlacuache View Post
epage, I updated from subversion, blew away my .dialcentral directory and tried again and now it's not hanging, so disregard my earlier comment, I suppose.

cheers!
Wasn't originally going to say anything till the changes were complete and in extras-devel but since someone is looking at the SVN version anyways...

Latest SVN? Then you've started to see my (not so) secret changes I started yesterday. Still a little buggy, one tab isn't working at all yet, and still some UI improvements I need to make. Keeping those in mind, feedback would be appreciated.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#108
As for the new layout, I'm a big fan. Looks really good.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#109
Note: 0.9.6 is in extras-devel, it works on desktop linux (Ubuntu) but seems to fail on Maemo.

If you are on the desktop, feel free to play with the new UI tweaks. Otherwise, wait till I figure out what broke.

Feedback on the UI tweaks is welcome.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#110
I dislike the way I have to log in again after a period of time. I would like to be able to log in once and forget about it. I want to leave a tablet running DialCentral beside the kitchen phone for my wife to use to call her mother long distance, but when she goes to use it, everything is grey and I have to log in again.
 
Reply


 
Forum Jump


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