After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654637 - Jamendo and Magnatunes plugins are broken.
Jamendo and Magnatunes plugins are broken.
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-14 18:04 UTC by gostrc
Modified: 2012-02-05 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Full output of rhythmbox session. (3.06 KB, application/octet-stream)
2011-07-14 18:04 UTC, gostrc
Details

Description gostrc 2011-07-14 18:04:26 UTC
Created attachment 191990 [details]
Full output of rhythmbox session.

The relevant error message for the jamendo plugin is:

  • 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

The error message for the magnatunes plugin is:

  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'


Both errors happen after clicking on them in the rhythmbox gui.
I have also attached the full output of my rhythmbox session as the "log" attachment.
I am using the latest version in the master branch as of July 14th, 2011.

I'm using 64 bit archlinux.

Also, a forum post displaying the same error:
https://bbs.archlinux.org/viewtopic.php?id=121929

If you need any more info, please let me know, thanks.
Comment 1 Ben Asselstine 2011-08-11 14:51:21 UTC
This one affects me too (on 32-bit fedora 15) and I'd like to see it fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=709126

This bug bugged me so much that I wrote a tool to help me find songs on jamendo.  http://vcma.nongnu.org

I would have fixed it in rhythmbox but this comment makes it seem like we're waiting for an API change elsewhere:

plugins/rb/Loader.py
	def get_url_chunks (self, uri, chunksize, want_size, callback, *args):
		# this can't possibly work yet, we need to get annotations and
		# other stuff for g_input_stream_read_async right first.
		raise Exception("rb.ChunkLoader not implemented yet")
Comment 2 Jonathan Matthew 2012-02-05 10:01:32 UTC
In commits 391c983 and 53563b0 I've fixed or worked around these problems and the magnatune plugin mostly works again.  The jamendo plugin no longer exists.