Bug 29965

Summary: content roaming get profile picture returns 404
Product: papyon Reporter: Riccardo (c10ud) <c10ud.dev>
Component: generalAssignee: papyon-bugs
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Riccardo (c10ud) 2010-09-02 02:24:40 UTC
Traceback (most recent call last):
File "/home/gabriel/Documentos/SoftLibre/Emesene/emesene2/emesene-emesene/emesene/e3/papylib/papyon/papyon/service/ContentRoaming/storage.py", line 138, in request_callback
type = http_response.get_header('Content-Type')#.split('/')[1]
File "/home/gabriel/Documentos/SoftLibre/Emesene/emesene2/emesene-emesene/emesene/e3/papylib/papyon/papyon/gnet/message/HTTP.py", line 51, in get_header
return self.headers[name]
File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'Content-Type'


this is not the "real" error, it's just 404 is unhandled in papyon/gnet/message/HTTP.py

there's something wrong with the PreAuthURL (used for fetching the dp in content roaming) or the host
Comment 1 Louis-Francis Ratté-Boulianne 2010-09-13 08:38:04 UTC
Fixed in papyon 0.5.1

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.