Bug 29965 - content roaming get profile picture returns 404
Summary: content roaming get profile picture returns 404
Status: RESOLVED FIXED
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-09-02 02:24 UTC by Riccardo (c10ud)
Modified: 2010-09-13 08:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.