this fixes the issue --- a/papyon/service/ContentRoaming/storage.py +++ b/papyon/service/ContentRoaming/storage.py @@ -138,7 +138,7 @@ class Storage(SOAPService): callback[0](type, data, *callback[1:]) def total_fail(transport, error_code): - errback[0](*errback[1:]) + errback[0](error_code) def request_static_tile(transport, error_code): # Request using the PreAuthURL didn't work, try with static tilephot
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.