Skip to content

Instantly share code, notes, and snippets.

Created July 14, 2011 17:24
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
(rhythmbox:10633): Rhythmbox-WARNING **: Unable to start mDNS browsing: MDNS service is not running
(rhythmbox:10633): libdmapsharing-WARNING **: Unable to initialize mDNS: Daemon not running
(rhythmbox:10633): libdmapsharing-WARNING **: Unable to notify network of media sharing: The avahi MDNS service is not running
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 178, in check_for_update
lfi = lf.query_info(Gio.FILE_ATTRIBUTE_TIME_MODIFIED, Gio.FileQueryInfoFlags.NONE, None)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 44, in function
return info.invoke(*args)
glib.GError: Error stating file '/home/tom/.cache/rhythmbox/magnatune/song_info.xml': No such file or directory
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 138, in do_selected
self.__update_catalogue()
File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 364, in __update_catalogue
self.__catalogue_check.check_for_update(magnatune_song_info, magnatune_song_info_uri.get_uri(), update_cb)
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 185, in check_for_update
self.callback(True, *self.args)
File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 229, in update_cb
download_catalogue()
File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 282, in download_catalogue
magnatune_song_info_uri.copy_async(dest,
AttributeError: '__main__.GDaemonFile' object has no attribute 'copy_async'
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 178, in check_for_update
lfi = lf.query_info(Gio.FILE_ATTRIBUTE_TIME_MODIFIED, Gio.FileQueryInfoFlags.NONE, None)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 44, in function
return info.invoke(*args)
glib.GError: Error stating file '/home/tom/.cache/rhythmbox/jamendo/dbdump.xml': No such file or directory
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 127, in do_selected
self.__update_catalogue()
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 234, in __update_catalogue
self.__catalogue_check.check_for_update(self.__local_catalogue_path, jamendo_song_info_uri, update_cb)
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 185, in check_for_update
self.callback(True, *self.args)
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 229, in update_cb
self.__download_catalogue()
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 223, in __download_catalogue
self.__catalogue_loader.get_url_chunks(jamendo_song_info_uri, 4*1024, True, self.__download_catalogue_chunk_cb, out)
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 135, in get_url_chunks
raise Exception("rb.ChunkLoader not implemented yet")
Exception: rb.ChunkLoader not implemented yet
(rhythmbox:10633): Rhythmbox-WARNING **: Unable to stop mDNS browsing: MDNS service is not running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment