View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#428
Originally Posted by corsac View Post
Hhmh, using tcpdump on the n900 I'm trying to debug things. When starting witter, it seems that it requests:

/api/statuses/friend_timeline.json
/api/statuses/replies.json
/api/statuses/direct_messages.json

and the server replies with 200OK but the json look empty. It doesn't seem to request public_timeline.json.
ok, so all of those requests should have worked, they are teh ones that would provide you your user timeline, mentions of you and dms, public timeline is something available but you'd have to manually refresh in the public timeline.

but if the server is responding with 200's but not sending anything, presumably witter is no longer reporting 404s?

obviously if witter isn't being sent any content, there is not a lot it can do about it.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.