![]() |
2010-09-28
, 19:22
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#732
|
I only got 1, the first one. Sadly it seems to be truncated before any errors are reported. you could try again, or just use pastebin and link.
![]() |
2010-09-29
, 15:18
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#733
|
![]() |
2010-09-30
, 11:59
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#734
|
Sorry, not sure if it's the private message feature cropping things, but that seemed to be just the json response to a list request.
try using pastebin.com to paste the whole thing.
extras-devel seems to have swallowed 0.3.6-8, at least it hadn't gone through as of yesterday, I haven't checked today.
Married life is great ;-) A shame to be back at work after Honeymoon though, having taken 3 weeks off work, it was not easy returning to real life.
![]() |
2010-10-03
, 09:39
|
Posts: 9 |
Thanked: 1 time |
Joined on Oct 2010
|
#735
|
![]() |
2010-10-03
, 11:48
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#736
|
hi m newbee in dis forum..
m getting unkown error.could smone rectify d bug..
attached here with is screen shot of d bug...while acessing witter
![]() |
2010-10-06
, 23:24
|
Posts: 277 |
Thanked: 46 times |
Joined on Jan 2010
|
#737
|
![]() |
2010-10-08
, 10:53
|
Posts: 4 |
Thanked: 0 times |
Joined on Oct 2010
|
#738
|
![]() |
2010-10-08
, 13:48
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#739
|
I am able to configure OAUTH successfully and after that I returned to main page and clicked on timeline and refresh the tweets are not getting updated. I tried tweet my self. On the title bar Witter(username)-timeline continuously loading. it doesnt stop at all. I ran through command line also and got the following debug on console.
closed timeline view
building stacked window with timeline view
defined stackable win
setting up treeview
setting cell wrap to 720
calling showall
running tasks: 2
sending tweet
reply to
Tweeting with location info
None
None
Traceback (most recent call last):
File "/opt/witter/witter.py", line 267, in enterPressed
result = self.activeAccount.newTweet(tweet, reply_to_name=self.reply_to_name, reply_to_id=self.reply_to)
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 1045, in newTweet
File "/opt/witter/twitter.py", line 1683, in PostUpdate
raise TwitterError("The twitter.Api instance must be authenticated.")
twitter.TwitterError: The twitter.Api instance must be authenticated.
![]() |
2010-10-08
, 14:06
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#740
|
Hi,
Thanks for continuing to support witter.
I've had an ongoing issue for many revisions (> month) with the timeline refresh never completing. I finally sat down to capture log and it's the same but.ly issue mentioned above - same exception
Once I unconfigured (blanked) my bit.ly configuration in witter timeline updates started working correctly :-)
I also have a couple of less significant issues - hopefully constructive
- when new messages arrive the backlight is switched on. if I leave witter running the phone may be in my pocket etc, and enabling the light is an unnecessary power drain. It ca nalso be distracting if left on table. The "n tweets received" in particular causes this
- gestures are useful to switch "view", but I tend to find them a little over-sensitive, though haven't turned them off yet. Perhaps a little more tolerance (not looked at code)
- notifications don't appear to "stack, so I frequently end up with 9+ yellow notifications with a variety of messages about new replies or DMs - whilst with email/SMS a count is updated in the existing notification only so it keeps the number under control
- if witter is exited notifications aren't removed (arguably this is intentional, just more frustrating due to above)
- If I'm scrolling up/down the timeline when new tweets come in (occurs frequently) the timeline jumps & the current position (tweet I'm reading) gets lost.
- At times (when busy/updating?) the timeline etc scroll is quite inconsistent even with nothing else running. At these times the "kinetic" scroll pretty much fails, only moving an article or two rather than 5+ a normal "flick" manages
- When reading it would sometimes be useful to use slightly more screen estate - optionally loosing the status bar & perhaps even removing the text entry field until a character was pressed (or at least reducing to one line) [more like old style?]
![]() |
Tags |
python, twitter |
Thread Tools | |
|
----------
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.