![]() |
Re: witter - a python twitter client
the new devel update doesn't start up. Just throwing that out there
|
Re: witter - a python twitter client
Opened Twitter.com, no network issues now.
Ran witter from command line. Timeline was empty, refreshed and got rerror: Error retreiving tweets Server returning 400 Version 0.3.3-9 Using oAuth Should I be ? Output: ~ $ run-standalone.sh python2.5 /opt/witter/witter.py no service setting No more users to load Establishing api for Twitter using basic auth Establishing api for Twitter using oauth Connection working ok Failed to load cached timeline Failed to load cached timeline Failed to load cached timeline /opt/witter/ui/gtkWitter.py:76: GtkWarning: Unknown property: GtkVBox.orientation self.builder.add_from_file("/usr/share/witter/witter.ui") /opt/witter/ui/gtkWitter.py:76: GtkWarning: Unknown property: HildonButton.stock-id self.builder.add_from_file("/usr/share/witter/witter.ui") /opt/witter/ui/gtkWitter.py:76: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed self.builder.add_from_file("/usr/share/witter/witter.ui") /opt/witter/ui/gtkWitter.py:109: GtkWarning: Could not lookup object gtk.RESPONSE_YES on signal clicked of object Ok-oauth self.builder.connect_signals(dic) /opt/witter/ui/gtkWitter.py:109: GtkWarning: Could not lookup object gtk.RESPONSE_YES on signal clicked of object Ok self.builder.connect_signals(dic) running tasks: 1 getting tweets with Skr0 base url = https://twitter.com/ base url of api object = https://twitter.com/ refreshing since15133508054 fetching tweets from https://twitter.com/statuses/friends_timeline.json running tasks: 2 getting dms running tasks: 3 getting mentions refreshing since15068976607 running tasks: 4 getting public end refresh setup error Error retrieving mentions Server returned 400 : error Error retrieving tweets Server returned 400 : running tasks: 3 error Error retrieving dms Server returned 400 : running tasks: 2 running tasks: 1 error Error retrieving public timeline Server returned 400 : running tasks: 0 switched to landscape switched to landscape running tasks: 1 getting tweets with Skr0 base url = https://twitter.com/ base url of api object = https://twitter.com/ fetching tweets from https://twitter.com/statuses/friends_timeline.json error Error retrieving tweets Server returned 400 : running tasks: 0 switched to landscape switched to landscape running tasks: 1 getting tweets with Skr0 base url = https://twitter.com/ base url of api object = https://twitter.com/ refreshing since15133508054 fetching tweets from https://twitter.com/statuses/friends_timeline.json error Error retrieving tweets Server returned 400 : running tasks: 0 switched to landscape switched to landscape switched to landscape switched to landscape switched to landscape |
Re: witter - a python twitter client
Quote:
did you delete: /home/user/.wittertl /home/user/.wittermon /home/user/.witterdm ? |
Re: witter - a python twitter client
Quote:
400 errors are normally exceeding the api rate limit. could you check: http://api.twitter.com/1/account/rate_limit_status.xml in a browser and see if it thinks you have requests left? |
Re: witter - a python twitter client
Quote:
EDIT:Updated it. Still the same problem |
Re: witter - a python twitter client
Code:
missing option in config |
Re: witter - a python twitter client
It clearly says parsing errors on your config files. Delete the files as dwould said and try again.
|
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Quote:
rm /home/user/.wittertl rm /home/user/.wittermon rm /home/user/.witterdm basically in 0.3.3-8 the code which persisted tweets to disc didn't check for newline characters in tweets, and wrote them anyway. But the code to load the files didn't cope with newlines in the format. this is fixed in 0.3.3-9, however the files need to be cleaned of the bad format. This is why it effected some people and not others, basically it was only if there was a newline in a tweet in the last 20 when you quit, that it would have problems on the next load. just one of those perils of playing in extras-devel assuming no other problems with 0.3.3-9, I may promote it to testing. |
Re: witter - a python twitter client
Quote:
|
All times are GMT. The time now is 21:49. |
vBulletin® Version 3.8.8