View Single Post
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#99
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!