View Single Post
Posts: 281 | Thanked: 679 times | Joined on Feb 2010
#382
hm, I tried the new 0.3.2-0 today but unfortunately...
... there is the time problem again:


time data did not match format: data=Sat May 08 11:13:59 +0200 2010 fmt=%a %b %d %H:%M:%S +0000 %Y
Exception in thread Thread-1:
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 692, in getTweetsWrapper
self.activeAccount.getTweets(auto=autoval, older=get_older, get_count=more)
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 217, in getTweets
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 1023, in format_timestamp
AttributeError: 'str' object has no attribute 'strftime'



This happens with an "other" (status.net) account, I cannot check my twitter account because the program does not change the active account after the error above - how can I change the account with the configuration files? How does the string look like with twitter? Maybe it can be useful to open a bug for the status.net developers to send the correct string to a client...

Last edited by cy8aer; 2010-05-08 at 10:23. Reason: some additional info