|
2010-09-11
, 11:31
|
Posts: 75 |
Thanked: 31 times |
Joined on Dec 2009
|
#722
|
|
2010-09-11
, 22:30
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#723
|
i cannot get witter to work at all. I have setup my account, and managed to get an oauth number fro twitter and enter it into witter, but the app just does not pull any information in at all.
i have been through this thread, and have deleted the folders in /home/user and started again, but still at square1.
[CODE]
~ $ run-standalone.sh python2.5 /opt/witter/witter.py
no text colour setting
no text colour setting
no location 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
|
2010-09-11
, 22:32
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#724
|
I can't even enter the oauth number.
I press the "Configire Oauth" button in "Edit Account", I get the web page and authorize Witter. Having written down the number I return to the Witter app, but then there is no way to enter the number!
I've done this, because Witter has been broken for a few weeks. It just hangs as soon as I start using it. So I deleted all .witter* folders in $HOME and thought I'd start over.
Why can't I enter the oauth number?!
BTW, neither Tweego or Mauku works. The latter just says "Rate limit exceeded" no matter what I do. (And I really think Witter is a far superior app anyway.)
Tweego refuses to log me in.
(Bonus rant: I wish all apps would keep their settings in a subdirectory to $HOME/.config/ and not pollute $HOME even if it's a hidden directory.)
|
2010-09-13
, 22:38
|
Posts: 87 |
Thanked: 16 times |
Joined on Aug 2010
@ Southern California
|
#725
|
|
2010-09-21
, 11:50
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#726
|
|
2010-09-21
, 18:54
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#727
|
@Dwould: New error with the last few versions of Witter. (I just updated to the newest version, still same problem)..
It loads all DMs and mentions, but only loads the latest 3 tweets from the timeline! ... Attached the log below:
<snip>
"File "/opt/witter/witter.py", line 1079, in expandBitlyUrls
longurl = bitlyapi.expand(word)
File "/home/user/src/witter/fremantle/src/opt/witter/bitly.py", line 83, in expand
self._CheckForError(json)
File "/home/user/src/witter/fremantle/src/opt/witter/bitly.py", line 167, in _CheckForError
for key in data['results']:
TypeError: 'NoneType' object is not iterable"
|
2010-09-22
, 07:03
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#728
|
Is this a persistant error? it happens every time? This looks like bitly gave some bad/empty response and the bitly library didn't handle it, attempting to look for information in a null object. That hasn't changed in several releases, so it's not a new problem. I'm inclined to believe that bitly is at fault for a bad response. I could try to add guard code here, that would just not expand the URL in the event of a similar error, but I would expect the problem to go away on it;s own.
|
2010-09-25
, 08:46
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#729
|
Yup.. just cleared bitly api key and tried on the latest version of witter.. still loads only newest 3 tweets.. some cache error (with the older cached tweets)??
|
2010-09-27
, 09:09
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#730
|
I press the "Configire Oauth" button in "Edit Account", I get the web page and authorize Witter. Having written down the number I return to the Witter app, but then there is no way to enter the number!
I've done this, because Witter has been broken for a few weeks. It just hangs as soon as I start using it. So I deleted all .witter* folders in $HOME and thought I'd start over.
Why can't I enter the oauth number?!
BTW, neither Tweego or Mauku works. The latter just says "Rate limit exceeded" no matter what I do. (And I really think Witter is a far superior app anyway.)
Tweego refuses to log me in.
(Bonus rant: I wish all apps would keep their settings in a subdirectory to $HOME/.config/ and not pollute $HOME even if it's a hidden directory.)