gm-notify-config.py won't open; crashes with error

Bug #374094 reported by Lightbreeze
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GMail Notifier
Fix Released
Undecided
Alexander Hungenberg

Bug Description

gm-notify-config.py crashes with error:

Traceback (most recent call last):
  File "/usr/local/bin/gm-notify-config.py", line 246, in <module>
    t = Window()
  File "/usr/local/bin/gm-notify-config.py", line 50, in __init__
    self.check_credentials(None, None)
  File "/usr/local/bin/gm-notify-config.py", line 195, in check_credentials
    self.gmapi.connect().addCallback(self.check_credentials2)
AttributeError: GMail instance has no attribute 'connect'

Version: (bzr revision 25)

Changed in gm-notify:
assignee: nobody → Alexander Hungenberg (alexander-hungenberg-gmail)
milestone: none → 0.9
status: New → Fix Committed
Changed in gm-notify:
status: Fix Committed → Fix Released
Revision history for this message
Lightbreeze (nedhoy-gmail) wrote :

I'm still getting this - revision 32.

$ gm-notify-config.py
Traceback (most recent call last):
  File "/usr/local/bin/gm-notify-config.py", line 268, in <module>
    t = Window()
  File "/usr/local/bin/gm-notify-config.py", line 69, in __init__
    self.check_credentials(None, None)
  File "/usr/local/bin/gm-notify-config.py", line 217, in check_credentials
    self.gmapi.connect().addCallback(self.check_credentials2)
AttributeError: GMail instance has no attribute 'connect'

Revision history for this message
Lightbreeze (nedhoy-gmail) wrote :

scratch that. The 0.9 deb works fine. :D

Revision history for this message
abhiroopb (abhiroopb241088) wrote :

I am using ver 0.9 and get the following error:

$ gm-notify.py
Traceback (most recent call last):
  File "/usr/bin/gm-notify.py", line 261, in <module>
    cm = CheckMail()
  File "/usr/bin/gm-notify.py", line 109, in __init__
    self.addIndicator("dummy")
  File "/usr/bin/gm-notify.py", line 212, in addIndicator
    new_indicator = indicate.IndicatorMessage()
AttributeError: 'module' object has no attribute 'IndicatorMessage'

Revision history for this message
Lightbreeze (nedhoy-gmail) wrote :

abhiroopb: The messaging menu has some changes to the api in Ubuntu 9.10. Find and replace "IndicatorMessage" with "Indicator".

Revision history for this message
Lightbreeze (nedhoy-gmail) wrote :

abhiroopb: what you mention is a separate bug. See Bug #440504.

Revision history for this message
abhiroopb (abhiroopb241088) wrote :

Lightbreeeze: your fixed worked. many thanks!

(wish I'd seen it before but I didn't get a mail alert when you commented here!)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.