View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#739
Originally Posted by prawin1111 View Post
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.

You're missing the beginning of that log, the bit that would show whether witter thinks it created an authenticated api instance, and what it was using.
it looks like for some reason it hasn't picked up your account, can you confirm that when you re-start witter, it still shows your account details and shows it as a) active, and b) with oauth configured.
__________________
----------
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.