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