Bug 31431

Summary: exception with content_roaming total_fail
Product: papyon Reporter: Riccardo (c10ud) <c10ud.dev>
Component: generalAssignee: papyon-bugs
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Riccardo (c10ud) 2010-11-06 06:40:35 UTC
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.