Exaile not starting: EOFError

Bug #596067 reported by Jānis Kangarooo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Unassigned
exaile (Ubuntu)
Incomplete
Medium
Unassigned
Natty
Won't Fix
Medium
Unassigned
Oneiric
Won't Fix
Medium
Unassigned

Bug Description

Binary package hint: exaile

After updates yesterday cant start Exaile.
In synaptic i got this info that was updated yesterday:

evolution-data-server (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
evolution-data-server-common (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
fglrx-modaliases (2:8.723.1-0ubuntu3) to 2:8.723.1-0ubuntu4
gstreamer0.10-plugins-good (0.10.21-1ubuntu2) to 0.10.21-1ubuntu3
gstreamer0.10-pulseaudio (0.10.21-1ubuntu2) to 0.10.21-1ubuntu3
libcamel1.2-14 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libebackend1.2-0 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libebook1.2-9 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libecal1.2-7 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libedata-book1.2-2 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libedata-cal1.2-6 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libedataserver1.2-11 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libegroupwise1.2-13 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libgdata-google1.2-1 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libgdata1.2-1 (2.28.3.1-0ubuntu2) to 2.28.3.1-0ubuntu3
libgssapi-krb5-2 (1.8.1+dfsg-2) to 1.8.1+dfsg-2ubuntu0.1
libk5crypto3 (1.8.1+dfsg-2) to 1.8.1+dfsg-2ubuntu0.1
libkrb5-3 (1.8.1+dfsg-2) to 1.8.1+dfsg-2ubuntu0.1
libkrb5support0 (1.8.1+dfsg-2) to 1.8.1+dfsg-2ubuntu0.1
libsdl1.2debian (1.2.14-4ubuntu1) to 1.2.14-4ubuntu1.1
libsdl1.2debian-alsa (1.2.14-4ubuntu1) to 1.2.14-4ubuntu1.1
software-center (2.0.4) to 2.0.5
udisks (1.0.1-1build1) to 1.0.1-1ubuntu1
xserver-common (2:1.7.6-2ubuntu7.1~xtesting~glxfix) to 2:1.7.6-2ubuntu7.1
xserver-xorg-core (2:1.7.6-2ubuntu7.1~xtesting~glxfix) to 2:1.7.6-2ubuntu7.1

when starting in terminal exaile i get:

dima@dima-desktop:~$ exaile
INFO : Loading Exaile 0.3.1.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/plugins.py", line 123, in enable_plugin
    plugin.enable(self.exaile)
  File "/usr/share/exaile/plugins/lyricwiki/__init__.py", line 21, in enable
    raise NotImplementedError('BeautifulSoup is not available.')
NotImplementedError: BeautifulSoup is not available.
WARNING : Unable to enable plugin lyricwiki
INFO : Loading collection...
INFO : Loading devices...
INFO : HAL Providers: [<cd.CDHandler object at 0xa47774c>]
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 52, in <module>
    main()
  File "/usr/lib/exaile/exaile.py", line 49, in main
    exaile = main.Exaile()
  File "/usr/lib/exaile/xl/main.py", line 84, in __init__
    self.__init()
  File "/usr/lib/exaile/xl/main.py", line 189, in __init
    location=os.path.join(xdg.get_data_dirs()[0], "covers"))
  File "/usr/lib/exaile/xl/cover.py", line 121, in __init__
    self.load()
  File "/usr/lib/exaile/xl/cover.py", line 330, in load
    data = pickle.load(f)
EOFError
dima@dima-desktop:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: exaile 0.3.1.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Fri Jun 18 21:31:24 2010
InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: exaile

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :
Revision history for this message
Jānis Kangarooo (kangarooo) wrote : Re: [Bug 596067] Re: Exaile not starting

Still not working :(

Revision history for this message
Johannes Sasongko (sjohannes) wrote : Re: Exaile not starting

I think it's fixed in the development version.

If you want to try fixing it on your version, have a look at the load() method in xl/covers.py. Here is what it looks like in the dev version:

http://bazaar.launchpad.net/~exaile-devel/exaile/exaile-0.3.x/view/head:/xl/covers.py#L331

Changed in exaile:
importance: Undecided → Medium
milestone: none → 0.3.x
status: New → Fix Committed
summary: - Exaile not starting
+ Exaile not starting: EOFError
Changed in exaile (Ubuntu):
milestone: none → ubuntu-11.04
Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

Ill just wait till its with update fixed. That comp is for testing fixes on updates. Thx then it will be in March updated i understand from milestone tag.

Revision history for this message
Kate Stewart (kate.stewart) wrote :

Can you please confirm you're still seeing this?

Changed in exaile (Ubuntu):
status: New → Incomplete
importance: Undecided → Medium
Changed in exaile (Ubuntu Natty):
status: New → Incomplete
importance: Undecided → Medium
milestone: none → natty-updates
Changed in exaile (Ubuntu Oneiric):
milestone: ubuntu-11.04 → none
Changed in exaile:
status: Fix Committed → Fix Released
Revision history for this message
Rolf Leggewie (r0lf) wrote :

natty has seen the end of its life and is no longer receiving any updates. Marking the natty task for this ticket as "Won't Fix".

Changed in exaile (Ubuntu Natty):
status: Incomplete → Won't Fix
Revision history for this message
Rolf Leggewie (r0lf) wrote :

oneiric has seen the end of its life and is no longer receiving any updates. Marking the oneiric task for this ticket as "Won't Fix".

Changed in exaile (Ubuntu Oneiric):
status: Incomplete → Won't Fix
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.