|
2010-05-08
, 10:21
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#382
|
|
2010-05-09
, 12:08
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#383
|
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...
|
2010-05-09
, 12:21
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#384
|
|
2010-05-09
, 14:18
|
Posts: 159 |
Thanked: 27 times |
Joined on Sep 2009
@ Toronto
|
#385
|
|
2010-05-09
, 20:05
|
Posts: 138 |
Thanked: 103 times |
Joined on Jan 2010
@ Southern Germany
|
#386
|
hm, I tried the new 0.3.2-0 today but unfortunately...
... there is the time problem again:
|
2010-05-09
, 20:14
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#387
|
|
2010-05-11
, 17:04
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2010
@ Wales, UK
|
#388
|
|
2010-05-11
, 18:15
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#389
|
Has anyone else tried the PR1.2L ctrl-shift-r trick with Witter yet?
It works almost perfectly, scaling the icons across the top and bottom bars in a usable fashion. Unfortunately though the message text is truncated on the right hand side; presumably this is a fixed width rather than snapping to the right hand side.
I'd show you a picture but the screen rotates back to landscape when I open the keyboard
@dwould - thanks for all your effort making a great app. It's getting better with every iteration.
|
2010-05-11
, 19:16
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2010
@ Wales, UK
|
#390
|
if you happen to know how to query the current screen width or something that would tell witter that it's in portrait, then I guess I could set the text width appropriately.
i could extend this to make it use the cache more and only redownload say every 50th time.
i can't think of anything else that can be meaningfully cached for any performance benefit.
----------
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.