[Papyon-bugs] [Bug 31431] New: exception with content_roaming total_fail
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Nov 6 06:40:35 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31431
Summary: exception with content_roaming total_fail
Product: papyon
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: general
AssignedTo: papyon-bugs at lists.freedesktop.org
ReportedBy: c10ud.dev at gmail.com
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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the papyon-bugs
mailing list