Comment 4 for bug 354821

Revision history for this message
Pedro Villavicencio (pedro) wrote :

rodomiro, may you please get a rhythmbox log with rhythmbox --debug &> rhythmbox-debug.txt perform the operation to reproduce the bug and attach that resulting file to the report? thanks.

What i'm getting here is:

Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 85, in _read_cb
    if (self._callback_gdk(data) is not False) and data:
  File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 73, in _callback_gdk
    v = self._callback(result)
  File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 69, in _callback
    return self.callback(result, self.total, *self.args)
  File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 322, in __catalogue_chunk_cb
    parser.feed(result)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 211, in feed
    self._err_handler.fatalError(exc)
  File "/usr/lib/python2.6/xml/sax/handler.py", line 38, in fatalError
    raise exception
xml.sax._exceptions.SAXParseException: <unknown>:1658:24: not well-formed (invalid token)

could it be due to that the plugin is not supporting the new api? there's a bug upstream about it: http://bugzilla.gnome.org/show_bug.cgi?id=533727