| tlacuache |
2008-07-31 14:08 |
Re: Grandcentral Dialer
I've got the latest revision from subversion (currently 110) running on my laptop (running Ubuntu 8.04). I've noticed that lately I'm unable to make calls. I know I'm logged in, I can see the contacts and recent calls. I've tried clearing the authentication and reauthenticating. This is what I see on the terminal when I click "dial":
Code:
Traceback (most recent call last):
File "./gc_dialer.py", line 580, in _on_dial_clicked
if not loggedIn or not self._gcBackend.is_authed() or self._gcBackend.get_callback_number() == "":
UnboundLocalError: local variable 'loggedIn' referenced before assignment
Any ideas what I might be doing wrong? Or have I found a bug? I've considered just going back to an earlier version, but I thought I'd ask.
Thanks!
|