Bug 31431 - exception with content_roaming total_fail
Summary: exception with content_roaming total_fail
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-06 06:40 UTC by Riccardo (c10ud)
Modified: 2010-11-06 06:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.