View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#357
Originally Posted by cy8aer View Post
I am happy with witter and an own ("Other") status.net server since 0.3.1-11 now. But...

... just some new problem since 0.3.1-13:

Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/user/src/witter/fremantle/src/opt/witter/witter/refresh_thread.py", line 41, in _start
File "/opt/witter/witter.py", line 705, in getMentionsWrapper
self.activeAccount.getMentions(auto=autoval, older=get_older, get_count=more)
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 298, in getMentions
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 995, in parse_time
File "/usr/lib/python2.5/_strptime.py", line 330, in strptime
(data_string, format))
ValueError: time data did not match format: data=Sun Apr 04 23:39:48 +0200 2010 fmt=%a, %d %b %Y %H:%M:%S +0000


So I have the question again: Bug or feature? Localising problem? And: Do you prefer bug reports in garage?
this is fine as a bug report. it seems twitter is frustratingly inconsistent in the timestamps it reports back, so the parsing is breaking due to some wrong assumptions. I *thought* it always gave UTC timestamps with a certain format. apprently for you it is a) giving an offset (which the python time parsing routine doesn't support)
b) it doesn't have a comma after the day, but it does for me.

back to the drawing board....
__________________
----------
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.