GNOME Bugzilla – Bug 788677
Magnatune: ValueError: not enough values to unpack (expected 2, got 0)
Last modified: 2017-11-16 07:31:33 UTC
Get the following trace during Magnatune album downloading completion. (rhythmbox:13402): libsoup-CRITICAL **: soup_server_run_async: assertion 'priv->legacy_iface != NULL' failed Traceback (most recent call last):
+ Trace 238030
update_progress(self)
complete, total = map(sum, zip(*self.__downloads.values()))
Created attachment 361139 [details] [review] Do not update progress if all downloads have finished
I fixed this and a few more problems in commit e0e3f4822.
(In reply to Jonathan Matthew from comment #2) > I fixed this and a few more problems in commit e0e3f4822. task_cancellable probably needs to be enabled. self.__download_progress.props.task_cancellable = True