GNOME Bugzilla – Bug 773750
magnatune: Handle service outages better
Last modified: 2018-05-24 19:18:39 UTC
.
Magnatune website was offline for a while today. Opening rhythmbox -> magnatune was just displaying the main splash screen. 1. There was no loading task progress bar nor a warning message about the issue. 2. I closed rhythmbox after a few seconds. The following python trace was seen in terminal ( triggered by the close action ) Traceback (most recent call last):
+ Trace 236789
(ok, contents, etag) = file.load_contents_finish(result)
Traceback (most recent call last):
During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/rb/Loader.py", line 32, in call_callback v = callback(data, *args) File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 219, in update_cb remote_changes = remote_changes.strip().decode("iso-8859-1") AttributeError: 'NoneType' object has no attribute 'strip'
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1541.