new versions of popper not work on ubuntu 10.04

Asked by gabry78

I've used popper for a long time but new versions of popper (>0.25) not works on Ubuntu 10.04: in practice, popper setup runs properly (email test is ok) but no indicators appear in title bar also when a new email is present. Why?

Which version run on 10.04?

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Popper Edit question
Assignee:
No assignee Edit question
Solved by:
Ralf Hersel
Solved:
Last query:
Last reply:
Revision history for this message
Ralf Hersel (ralf.hersel) said :
#1

It should work on Ubuntu 10.04. Can you please check the log files:
- home/user/.popper/popper.log
- home/user/.popper/popper_config.log
You also could run Popper in a Terminal to see what happens:
- go to: usr/share/popper
- and run: python popper.py
- check the terminal output for errors

Revision history for this message
gabry78 (gabriele-ciuti) said :
#2

Popper.log:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "popper.py", line 1215, in <module>
    if __name__ == '__main__': main()
  File "popper.py", line 1205, in main
    indicator.timeout() # immediate check, firstcheck=True
  File "popper.py", line 536, in timeout
    self.mail_list = self.mails.get_mail(self.sort_order) # get all mails from all inboxes
  File "popper.py", line 222, in get_mail
    status, data = srv.search(None, 'UNSEEN') # ALL or UNSEEN
  File "/usr/lib/python2.6/imaplib.py", line 620, in search
    typ, dat = self._simple_command(name, *criteria)
  File "/usr/lib/python2.6/imaplib.py", line 1060, in _simple_command
    return self._command_complete(name, self._command(name, *args))
  File "/usr/lib/python2.6/imaplib.py", line 818, in _command
    ', '.join(Commands[name])))
imaplib.error: command SEARCH illegal in state AUTH, only allowed in states SELECTED
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Popper_config.log: empty
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I've tried to run python popper .py in /usr/share/popper but... the file doesn't exist.. probably this is the problem (how can solve it?)
Note: popper setup and email ran successflully.

Thanks for your help!

Revision history for this message
Best Ralf Hersel (ralf.hersel) said :
#3
Revision history for this message
gabry78 (gabriele-ciuti) said :
#4

https://bugs.launchpad.net/popper/+bug/648930 resolved my problem:

Just removing ARCHIVE from FOLDERS in Accounts page resolved the problem (I've a google account)

Thanks a lot!