Summary: | telepathy-butterfly crashed with ValueError in parse() | ||
---|---|---|---|
Product: | papyon | Reporter: | Pedro Villavicencio <pvillavi> |
Component: | general | Assignee: | Ali Sabil <ali.sabil> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | guillaume.desmottes |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/olethanh/papyon.git;a=shortlog;h=refs/heads/fix_22553 | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: |
Description
Pedro Villavicencio
2009-06-30 07:09:50 UTC
this is still an issue with papyon, reassigning there, new stacktrace: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/papyon/msnp2p/session_manager.py", line 53, in <lambda> lambda tr, blob: self._on_blob_received(blob)) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/session_manager.py", line 112, in _on_blob_received session = self._blob_to_session(blob) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/session_manager.py", line 96, in _blob_to_session message = SLPMessage.build(slp_data) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/SLP.py", line 120, in build slp_message.parse(content) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/SLP.py", line 93, in parse self.body = SLPMessageBody.build(content_type, raw_body) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/SLP.py", line 229, in build body.parse(content) File "/usr/lib/pymodules/python2.6/papyon/msnp2p/SLP.py", line 212, in parse HTTPMessage.parse(self, data) File "/usr/lib/pymodules/python2.6/papyon/gnet/message/HTTP.py", line 70, in parse name, value = line.split(":", 1) ValueError: need more than 1 value to unpack *** Bug 24121 has been marked as a duplicate of this bug. *** this branch should fixes the problem (In reply to comment #3) > this branch should fixes the problem Good catch. Get merging! Reviewed, mergeable. thanks thanks, merged |
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.