|
2010-07-23
, 11:24
|
|
Posts: 51 |
Thanked: 10 times |
Joined on Feb 2010
@ Helsinki, Finland
|
#592
|
|
2010-07-25
, 22:30
|
Posts: 277 |
Thanked: 46 times |
Joined on Jan 2010
|
#593
|
|
2010-07-29
, 10:57
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#594
|
I'm having an issue with witter 0.3.5-2 whereby the automatic refresh does not appear to be working correctly.
Refresh for timeline is set to 5 minutes, but typically I see
- The "updating" rotating circle indicator continuing to rotate near-continuously
- Tweets often not getting updated for 30 mins or longer -- though sometimes they do
- A manual refresh sometimes updating correctly.
I took a debug log (start, leave for 10 mins+, shutdown, copy log) which is attached
The Following User Says Thank You to dwould For This Useful Post: | ||
|
2010-07-29
, 14:19
|
Posts: 20 |
Thanked: 2 times |
Joined on Jun 2010
|
#595
|
|
2010-07-29
, 14:25
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#596
|
Hey Daniel, tried loading my witter and it doesn't update the timeline while the mentions and dms r blank. Ran d xterm command and got:
$ run-standalone.sh python2.5 /opt/witter/witter.py
no text colour setting
no text colour setting
no service setting
No refresh_interval section
No refresh_interval section
end of file, probably no token
No users section, failed loading user accounts
Failed to establish api for Twitter
Failed to establish api for Twitter
Great job on this app.
The Following User Says Thank You to dwould For This Useful Post: | ||
|
2010-07-29
, 14:42
|
Posts: 20 |
Thanked: 2 times |
Joined on Jun 2010
|
#597
|
|
2010-07-29
, 15:00
|
Posts: 9 |
Thanked: 0 times |
Joined on Jul 2010
|
#598
|
|
2010-07-29
, 15:16
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#599
|
Don't know how the account was removed. Was using it just before it stopped reloading. Thanks a lot for the help and also for the app.
|
2010-07-29
, 15:18
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#600
|
The update stop working, if i update manually it dont work. There is a way to fix this?
As for the other suggestions, it really boils down to what GTK lets me do easily. I am occasionally tempted to totally re-write the ui ignoring such toolkits, or to try qt etc etc. But that's a huge effort. GTK gives me all the basics, hopefully reasonable performance, and reliability.
However the downsides are that it's not easy to have pop out menus of buttons, or sexy animations etc.
I also am dependant on what event hooks I can use to trigger things. I originally wanted to hide everything when you start scrolling, and bring it back a few seconds after scrolling stops. But that's much harder to do that I wanted, for a start there is no 'scrolling started, scrolling stopped' type events (that I've seen)
As ever if you can point to an open source python prog on maemo that does have elements you like, then I'll happily go look at what I can learn from it. But at the moment I don't have any large chunks of time I can spend doing serious work on witter. So focusing on minor tweaks in reliability, and smaller functional improvements.
----------
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.