← Back to team overview

screenlets-dev team mailing list archive

[Bug 373438] [NEW] NowPlayingScreenlet 0.3 doesn't work in Jaunty

 

Public bug reported:

NowPlayingScreenlet 0.3 launch the player (exaile, rhythmbox, ...) but it doesn't work:
- No cover
- No song info
- FF, Play & FW buttons do nothing
It doesn't work in a fresh installation of Ubuntu 9.10 (Jaunty).

The console log for python
/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py is:

CachingBackend: Loading instances from cache
CachingBackend: Loading <NowPlaying1>
Found a running session of NowPlaying, adding new instance by service.
Error in screenlets.services.get_service_by_name: org.freedesktop.DBus.Error.ServiceUnknown: The name org.screenlets.NowPlaying was not provided by any .service files
Screenlet has already been added to /tmp/screenlets/screenlets.xplong.running
Loading instances in: /home/xplong/.config/Screenlets/NowPlaying/default/
File: NowPlaying1.ini
/home/xplong/.config/Screenlets/NowPlaying/default/NowPlaying1
LOAD NEW THEME: default
FOUND: /usr/share/screenlets/NowPlaying/themes/default
Set options in NowPlayingScreenlet
LOAD NEW THEME: default
FOUND: /usr/share/screenlets/NowPlaying/themes/default
rhythmbox
Screenlet has been initialized.
Restored instances from session 'default' ...
Traceback (most recent call last):
  File "/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py", line 316, in dbus_check_player
    if player and player.is_active(self.dbus_iface):
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/LastFMProxy.py", line 39, in is_active
    app = mpdclient2.connect()
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 329, in connect
    conn = mpd_connection(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 287, in __init__
    self.talker = socket_talker(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 22, in __init__
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Conexión rechazada
OK
Traceback (most recent call last):
  File "/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py", line 316, in dbus_check_player
    if player and player.is_active(self.dbus_iface):
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/LastFMProxy.py", line 39, in is_active
    app = mpdclient2.connect()
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 329, in connect
    conn = mpd_connection(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 287, in __init__
    self.talker = socket_talker(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 22, in __init__
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Conexión rechazada
Traceback (most recent call last):
  File "/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py", line 316, in dbus_check_player
    if player and player.is_active(self.dbus_iface):
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/LastFMProxy.py", line 39, in is_active
    app = mpdclient2.connect()
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 329, in connect
    conn = mpd_connection(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 287, in __init__
    self.talker = socket_talker(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 22, in __init__
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Conexión rechazada
Traceback (most recent call last):
  File "/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py", line 316, in dbus_check_player
    if player and player.is_active(self.dbus_iface):
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/LastFMProxy.py", line 39, in is_active
    app = mpdclient2.connect()
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 329, in connect
    conn = mpd_connection(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 287, in __init__
    self.talker = socket_talker(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 22, in __init__
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Conexión rechazada
Traceback (most recent call last):
  File "/usr/share/screenlets/NowPlaying/NowPlayingScreenlet.py", line 316, in dbus_check_player
    if player and player.is_active(self.dbus_iface):
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/LastFMProxy.py", line 39, in is_active
    app = mpdclient2.connect()
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 329, in connect
    conn = mpd_connection(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 287, in __init__
    self.talker = socket_talker(host, port)
  File "/usr/lib/python2.6/dist-packages/screenlets/plugins/mpdclient2.py", line 22, in __init__
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Conexión rechazada

Best Regards.
David

** Affects: screenlets
     Importance: Undecided
         Status: New

-- 
NowPlayingScreenlet 0.3 doesn't work in Jaunty
https://bugs.launchpad.net/bugs/373438
You received this bug notification because you are a member of
Screenlets Dev Team, which is subscribed to Screenlets.



Follow ups

References