View Single Post
Posts: 23 | Thanked: 26 times | Joined on Jan 2010 @ Edmonton, Canada
#58
Originally Posted by OzyWizard View Post
I like this program but yesterday it stopped working for me. After finding this thread I tried /usr/bin/mevemon and got this.

Code:
back (most recent call last):
  File "/usr/bin/mevemon", line 371, in <module>
    app = mEveMon()
  File "/usr/bin/mevemon", line 72, in __init__
    self.gui.run()
  File "/opt/maemo/usr/share/mevemon/ui/fremantle/gui.py", line 257, in run
    self.char_model = models.CharacterListModel(self.controller)
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 40, in __init__
    self.get_characters()
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 49, in get_characters
    self.set(liter, self.C_PORTRAIT, self._set_pix(icon), self.C_NAME, name, self.C_UID, uid)
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 52, in _set_pix
    pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
glib.GError: Couldn't recognise the image file format for file '/root/.mevemon/imgs/90427276.jpg'
Looking at the file 90427276.jpg in vim I found it was a 'file not found web page'. So I uninstalled and tried it all again to get the same error.

Please help
Hi,

From the traceback it looks like you're still using mEveMon 0.4-9. The Incursion patch changed some of the API, particularly the url to retrieve the portraits.

You'll have to upgrade to 0.5-1 in extras-devel or extras-testing for a working version. And you may also have to remove the files in ~/.mevemon/imgs/

Let me know if that helps.

Ryan