covergloobus stop woriing

Bug #691912 reported by yaseen
28
This bug affects 4 people
Affects Status Importance Assigned to Milestone
CoverGloobus
Fix Committed
Low
Alexandr Grigorcea

Bug Description

i installed covergloobus 1.7 on my ubuntu 10.10 and everything was right.but today covergloobus won't work.however i created a new user on my system and every thing is correct for new user.i removed all of covergloobus configs from home folder and reinstalled app but nothing changed.
it is output of covergloobus --debug when banshee is playing music:

yaseen@yaseen-Ubuntu:~$ covergloobus --debug
[DEBUG] Installed themes:
   * /usr/share/covergloobus/themes/Ibex ,
   * /usr/share/covergloobus/themes/ToolTip ,
   * /usr/share/covergloobus/themes/Polaroid ,
   * /usr/share/covergloobus/themes/BadChoice3 ,
   * /usr/share/covergloobus/themes/Vinyl ,
   * /usr/share/covergloobus/themes/corner ,
   * /usr/share/covergloobus/themes/BoxOfTricksMod ,
   * /usr/share/covergloobus/themes/BoxOfTricks ,
   * /usr/share/covergloobus/themes/simple ,
   * /usr/share/covergloobus/themes/LucidDark ,
   * /usr/share/covergloobus/themes/Coversutra ,
   * /usr/share/covergloobus/themes/45Controls ,
   * /usr/share/covergloobus/themes/iSticky ,
   * /usr/share/covergloobus/themes/BadChoice ,
   * /usr/share/covergloobus/themes/Dirty ,
   * /usr/share/covergloobus/themes/Postcard ,
   * /usr/share/covergloobus/themes/BadChoice2 ,
   * /usr/share/covergloobus/themes/Postcard2 ,
[DEBUG] Installed players:
   * Amarok2
   * Audacious2
   * Banshee
   * Clementine
   * DeaDBeeF
   * Exaile
   * Exaile3
   * Exaile3MPRIS
   * gmusicbrowser
   * Grooveshark
   * Guayadeque
   * Listen
   * MOC
   * MPD
   * Pithos
   * QuodLibet
   * Rhythmbox
   * Songbird
   * Spotify
   * Totem
   * VLC
[DEBUG] Prefix: /usr
[DEBUG] ABS_PATH: /usr/share/covergloobus
[DEBUG] Initializing dbus
[DEBUG] LYRICS: init done
[DEBUG] COVERSEARCH: loading engine Location
[DEBUG] COVERSEARCH: loading engine Amazon
[DEBUG] Loading player
[DEBUG] Connecting player
[DEBUG] Player loaded: Banshee
[WARNING] BANSHEE: name not found in current track
[WARNING] BANSHEE: album not found in current track
[WARNING] BANSHEE: artist not found in current track
[WARNING] BANSHEE: genre not found in current track
[WARNING] BANSHEE: year not found in current track
[WARNING] BANSHEE: track-number not found in current track
[WARNING] BANSHEE: rating not found in current track
[WARNING] BANSHEE: artwork-id not found in current track
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 97, in init
    self.init_player()
  File "/usr/share/covergloobus/covergloobus.py", line 129, in init_player
    self.check_song()
  File "/usr/share/covergloobus/covergloobus.py", line 283, in check_song
    track = self.player.get_track()
  File "/usr/share/covergloobus/players/Banshee.py", line 170, in get_track
    length = data['length']
KeyError: 'length'

Revision history for this message
yaseen (yaseenes) wrote :
Download full text (3.3 KiB)

Update:
this is output of app when i played song in banshee after covergloobus runned by this command.

yaseen@yaseen-Ubuntu:~$ covergloobus --debug
[DEBUG] Installed themes:
   * /usr/share/covergloobus/themes/Ibex ,
   * /usr/share/covergloobus/themes/ToolTip ,
   * /usr/share/covergloobus/themes/Polaroid ,
   * /usr/share/covergloobus/themes/BadChoice3 ,
   * /usr/share/covergloobus/themes/Vinyl ,
   * /usr/share/covergloobus/themes/corner ,
   * /usr/share/covergloobus/themes/BoxOfTricksMod ,
   * /usr/share/covergloobus/themes/BoxOfTricks ,
   * /usr/share/covergloobus/themes/simple ,
   * /usr/share/covergloobus/themes/LucidDark ,
   * /usr/share/covergloobus/themes/Coversutra ,
   * /usr/share/covergloobus/themes/45Controls ,
   * /usr/share/covergloobus/themes/iSticky ,
   * /usr/share/covergloobus/themes/BadChoice ,
   * /usr/share/covergloobus/themes/Dirty ,
   * /usr/share/covergloobus/themes/Postcard ,
   * /usr/share/covergloobus/themes/BadChoice2 ,
   * /usr/share/covergloobus/themes/Postcard2 ,
[DEBUG] Installed players:
   * Amarok2
   * Audacious2
   * Banshee
   * Clementine
   * DeaDBeeF
   * Exaile
   * Exaile3
   * Exaile3MPRIS
   * gmusicbrowser
   * Grooveshark
   * Guayadeque
   * Listen
   * MOC
   * MPD
   * Pithos
   * QuodLibet
   * Rhythmbox
   * Songbird
   * Spotify
   * Totem
   * VLC
[DEBUG] Prefix: /usr
[DEBUG] ABS_PATH: /usr/share/covergloobus
[DEBUG] Initializing dbus
[DEBUG] LYRICS: init done
[DEBUG] COVERSEARCH: loading engine Location
[DEBUG] COVERSEARCH: loading engine Amazon
[DEBUG] Loading player
[DEBUG] Player loaded: Banshee
[DEBUG] UI: Theme path: /usr/share/covergloobus/themes/ToolTip
[DEBUG] Showing status icon: True
[DEBUG] Init done
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/share/covergloobus/players/Banshee.py", line 219, in song_changed_handler
    self.cg.update(TRACK, self.get_track())
  File "/usr/share/covergloobus/players/Banshee.py", line 152, in get_track
    data = self.iface.GetCurrentTrack()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
    message, timeout)
DBusException: System.ArgumentException: An element with the same key already exists in the dictionary.
[WARNING] BANSHEE: name not found in current track
[WARNING] BANSHEE: album not found in current track
[WARNING] BANSHEE: artist not found in current track
[WARNING] BANSHEE: genre not found in current track
[WARNING] BANSHEE: year not found in current track
[WARNING] BANSHEE: track-number not found in current track
[WARNING] BANSHEE: rating not found in current track
[WARNING] BANSHEE: artwork-id not found in current track
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/share/covergl...

Read more...

Revision history for this message
yaseen (yaseenes) wrote :

second update:
it already work with rhythmbox, but stoped working with banshee.

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote :

the first one is weird, banshee does not sends song length, but ok, I've placed a check for that

the second one looks like a d-bus error not related to covergloobus

Revision history for this message
bogdan (rockbogdan) wrote :

covergloobus stoped working...it doesn't start at all...i tried to open it from the terminal and i received the next message

Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 95, in init
    self.init_lyrics()
  File "/usr/share/covergloobus/covergloobus.py", line 145, in init_lyrics
    self.lyrics.init()
  File "/usr/share/covergloobus/lyricsearch.py", line 95, in init
    engine = __import__('tabs.'+klass, fromlist=['tabs']).__dict__[klass]()
KeyError: ''

Revision history for this message
bogdan (rockbogdan) wrote :

i also tried

covergloobus --debug
[DEBUG] Installed themes:
   * /usr/share/covergloobus/themes/Slick ,
   * /usr/share/covergloobus/themes/45Controls ,
   * /usr/share/covergloobus/themes/corner ,
   * /usr/share/covergloobus/themes/Ibex ,
   * /usr/share/covergloobus/themes/Postcard ,
   * /usr/share/covergloobus/themes/Square One Black Frame (glassy) ,
   * /usr/share/covergloobus/themes/Kaori for CG ,
   * /usr/share/covergloobus/themes/Square One ,
   * /usr/share/covergloobus/themes/iSticky ,
   * /usr/share/covergloobus/themes/Dirty ,
   * /usr/share/covergloobus/themes/Postcard2 ,
   * /usr/share/covergloobus/themes/simple ,
   * /usr/share/covergloobus/themes/BoxOfTricks ,
   * /usr/share/covergloobus/themes/BadChoice ,
   * /usr/share/covergloobus/themes/Kaori Black ,
   * /usr/share/covergloobus/themes/MCF ,
   * /usr/share/covergloobus/themes/ToolTip ,
   * /usr/share/covergloobus/themes/BadChoice3 ,
   * /usr/share/covergloobus/themes/Pure ,
   * /usr/share/covergloobus/themes/Vinyl ,
   * /usr/share/covergloobus/themes/Square One Classy Dark80 ,
   * /usr/share/covergloobus/themes/Square One Classy Dark80 (glassy) ,
   * /usr/share/covergloobus/themes/Square One Black Frame ,
   * /usr/share/covergloobus/themes/BadChoice2 ,
   * /usr/share/covergloobus/themes/Polaroid ,
   * /usr/share/covergloobus/themes/Coversutra ,
   * /usr/share/covergloobus/themes/LucidDark ,
   * /usr/share/covergloobus/themes/Square One (glassy) ,
   * /usr/share/covergloobus/themes/BoxOfTricksMod ,
[DEBUG] Installed players:
   * Amarok2
   * Audacious2
   * Banshee
   * Clementine
   * DeaDBeeF
   * Exaile
   * Exaile3
   * Exaile3MPRIS
   * gmusicbrowser
   * Grooveshark
   * Guayadeque
   * Listen
   * MOC
   * MPD
   * Pithos
   * QuodLibet
   * Rhythmbox
   * Songbird
   * Spotify
   * Totem
   * VLC
[DEBUG] Prefix: /usr
[DEBUG] ABS_PATH: /usr/share/covergloobus
[DEBUG] Initializing dbus
[DEBUG] LYRICS: init done
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 95, in init
    self.init_lyrics()
  File "/usr/share/covergloobus/covergloobus.py", line 145, in init_lyrics
    self.lyrics.init()
  File "/usr/share/covergloobus/lyricsearch.py", line 95, in init
    engine = __import__('tabs.'+klass, fromlist=['tabs']).__dict__[klass]()
KeyError: ''

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote : Re: [Bug 691912] Re: covergloobus stop woriing
Download full text (5.8 KiB)

fix for this bug is in the trunk
it happens because you've disabled all tablatures search engines

to make it work try running configuration window:
$ covergloobus-config
and enable at least one lyric search engine

On Tue, Dec 21, 2010 at 4:40 PM, bogdan <email address hidden> wrote:

> i also tried
>
> covergloobus --debug
> [DEBUG] Installed themes:
> * /usr/share/covergloobus/themes/Slick ,
> * /usr/share/covergloobus/themes/45Controls ,
> * /usr/share/covergloobus/themes/corner ,
> * /usr/share/covergloobus/themes/Ibex ,
> * /usr/share/covergloobus/themes/Postcard ,
> * /usr/share/covergloobus/themes/Square One Black Frame (glassy) ,
> * /usr/share/covergloobus/themes/Kaori for CG ,
> * /usr/share/covergloobus/themes/Square One ,
> * /usr/share/covergloobus/themes/iSticky ,
> * /usr/share/covergloobus/themes/Dirty ,
> * /usr/share/covergloobus/themes/Postcard2 ,
> * /usr/share/covergloobus/themes/simple ,
> * /usr/share/covergloobus/themes/BoxOfTricks ,
> * /usr/share/covergloobus/themes/BadChoice ,
> * /usr/share/covergloobus/themes/Kaori Black ,
> * /usr/share/covergloobus/themes/MCF ,
> * /usr/share/covergloobus/themes/ToolTip ,
> * /usr/share/covergloobus/themes/BadChoice3 ,
> * /usr/share/covergloobus/themes/Pure ,
> * /usr/share/covergloobus/themes/Vinyl ,
> * /usr/share/covergloobus/themes/Square One Classy Dark80 ,
> * /usr/share/covergloobus/themes/Square One Classy Dark80 (glassy) ,
> * /usr/share/covergloobus/themes/Square One Black Frame ,
> * /usr/share/covergloobus/themes/BadChoice2 ,
> * /usr/share/covergloobus/themes/Polaroid ,
> * /usr/share/covergloobus/themes/Coversutra ,
> * /usr/share/covergloobus/themes/LucidDark ,
> * /usr/share/covergloobus/themes/Square One (glassy) ,
> * /usr/share/covergloobus/themes/BoxOfTricksMod ,
> [DEBUG] Installed players:
> * Amarok2
> * Audacious2
> * Banshee
> * Clementine
> * DeaDBeeF
> * Exaile
> * Exaile3
> * Exaile3MPRIS
> * gmusicbrowser
> * Grooveshark
> * Guayadeque
> * Listen
> * MOC
> * MPD
> * Pithos
> * QuodLibet
> * Rhythmbox
> * Songbird
> * Spotify
> * Totem
> * VLC
> [DEBUG] Prefix: /usr
> [DEBUG] ABS_PATH: /usr/share/covergloobus
> [DEBUG] Initializing dbus
> [DEBUG] LYRICS: init done
> Traceback (most recent call last):
> File "/usr/share/covergloobus/covergloobus.py", line 95, in init
> self.init_lyrics()
> File "/usr/share/covergloobus/covergloobus.py", line 145, in init_lyrics
> self.lyrics.init()
> File "/usr/share/covergloobus/lyricsearch.py", line 95, in init
> engine = __import__('tabs.'+klass, fromlist=['tabs']).__dict__[klass]()
> KeyError: ''
>
> --
> You received this bug notification because you are a member of Gloobus
> Developers, which is the registrant for CoverGloobus.
> https://bugs.launchpad.net/bugs/691912
>
> Title:
> covergloobus stop woriing
>
> Status in CoverGloobus:
> New
>
> Bug description:
> i installed covergloobus 1.7 on my ubuntu 10.10 and everything was
> right.but today covergloobus won't work.however i created a new user on my
> system and ever...

Read more...

Revision history for this message
bogdan (rockbogdan) wrote :

i deleted the lines with the errors and covergloobus started but i couldn't open the lyrics tab. i reinstalled covergloobus, i followed your instructions and i enabled the tablatures search engine and everything works now. thanks

Changed in covergloobus:
status: New → Fix Committed
importance: Undecided → Low
assignee: nobody → Alexandr Grigorcea (cahr-gr)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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