mail applet crash on login

Bug #433934 reported by Der Spion
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Awn Extras
Fix Released
Medium
Grega Podlesek

Bug Description

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/awn/extras/awnlib.py", line 1580, in init_start
    applet_class(applet)
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 74, in __init__
    self.login()
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 96, in login
    self.submitPWD(key)
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 106, in submitPWD
    self.mail = self.back(key) # Login
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 598, in __init__
    self.server = poplib.POP3_SSL(key.attrs["url"])
  File "/usr/lib/python2.6/poplib.py", line 350, in __init__
    raise socket.error, msg
error: [Errno 110] Connection timed out

Revision history for this message
andrukiss (andrukiss) wrote :

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/awn/extras/awnlib.py", line 1580, in init_start
    applet_class(applet)
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 74, in __init__
    self.login()
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 96, in login
    self.submitPWD(key)
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 109, in submitPWD
    self.mail.update() # Update
  File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 711, in update
    emails = [i for i in self.server.search(None, "(UNSEEN)")[1][0].split(" ") if i != ""]
AttributeError: 'NoneType' object has no attribute 'split'

Mark Lee (malept)
tags: added: applet mail traceback
Revision history for this message
Mark Lee (malept) wrote :

FYI, these are two separate bugs. Please file the second traceback in a separate bug, per our omnibus bug policy, which is mentioned in the bug reporting guidelines (shown when you filed the bug):

> Of special note is to make sure that you only report one issue per bug.
> See http://wiki.awn-project.org/OmnibusBugReportPolicy for details.

Changed in awn-extras:
assignee: nobody → Grega Podlesek (muscardinus)
importance: Undecided → Medium
Revision history for this message
Grega Podlesek (muscardinus) wrote :

What version of awn-extras are you using?

 - The pop3 bug has now been fixed in awn-extras 0.3.9. Please install 0.3.9 and if bug is still present, let us know.

 - I cannot reproduce the second bug. If it still happens in 0.3.9, report it as a separate bug.

Changed in awn-extras:
status: New → Fix Committed
onox (onox)
Changed in awn-extras:
milestone: none → 0.4.0
status: Fix Committed → Fix Released
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.