Comment 3 for bug 1261890

Revision history for this message
Robert Bruce Park (robru) wrote :

Please use debug_slave.py to find the raw value in the model... eg:

bzr branch lp:friends
cd friends
./tools/debug_slave.py

it will spit out a bunch of messages like this:

protocol : facebook
account_id : 2
message_id : 5826871351...
stream : reply_to/5152326
sender : Bob Bobbington
sender_id : 6471
sender_nick : Bob Bobbington
from_me : False
timestamp : 2013-12-13T04:36:44Z
message : Blah blah,

Second paragraph down here.
icon_uri : https://graph.facebook.com/647/picture?width=840&height=840
url : https://www.facebook.com/647/posts/39
likes : 0
liked : False
link_picture:
link_name :
link_url :
link_desc :
link_caption:
link_icon :
location :
latitude : 0.0
longitude : 0.0
ROWS: 321

Search through the output for the problematic message, and let me know if it all apears on one line there or not. If it has newlines, then the bug is in friends-app message display; if it doesn't then the bug is in friends message retrieval.