maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   witter - a python twitter client (https://talk.maemo.org/showthread.php?t=35596)

dwould 2010-02-09 21:47

Re: witter - a python twitter client
 
0.2.2-6 updated to extras-devel, just has a couple of minor bug fixes, and a change to the expanding bit.ly url behaviour to something I am happier with.
assuming no problems I would consider promoting this version to testing.

evil_m0nkey 2010-02-09 23:52

Re: witter - a python twitter client
 
i can't seem to open or change my preferences

drukane 2010-02-10 08:16

Re: witter - a python twitter client
 
first if all for your, for your app; excellent job. i just have some feedback in the latest release.
°clicking on preferences not working
°it would be great if witter could inherit its theme from
the current theme in use on the n900, as the two
options for changing the colour doesn't do the app
justice.

i think it will be plus to inherit themes from the n900, not a critisism at all.

RevdKathy 2010-02-10 08:26

Re: witter - a python twitter client
 
I'm still only ever getting 20 tweets in any line. Any suggestions for what I'm doing wrong? Would it be worth uninstalling and reinstalling?

dwould 2010-02-10 08:46

Re: witter - a python twitter client
 
Quote:

Originally Posted by evil_m0nkey (Post 518577)
i can't seem to open or change my preferences

Doh!, my bad, 0.2.2-7 now in extras-devel with fix in place.

dwould 2010-02-10 08:59

Re: witter - a python twitter client
 
Quote:

Originally Posted by RevdKathy (Post 518971)
I'm still only ever getting 20 tweets in any line. Any suggestions for what I'm doing wrong? Would it be worth uninstalling and reinstalling?

Are you using oAuth or basic auth?
if you hit one of the + buttons when not in full screen, does the busy spinner show up?

try running from command line
run-standalone.sh python2.5 /opt/witter/witter.py

this way you will get lots of diagnostic output whilst witter runs. See what it says at the point you ask for more tweets.

RevdKathy 2010-02-10 09:08

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 519006)
Are you using oAuth or basic auth?
if you hit one of the + buttons when not in full screen, does the busy spinner show up?

try running from command line
run-standalone.sh python2.5 /opt/witter/witter.py

this way you will get lots of diagnostic output whilst witter runs. See what it says at the point you ask for more tweets.

I'm afraid you lost me there. Could you explain in short words, please?

Yes, when I click on the +100, or +200 it reloads with the busy spinner - but it only reloads the same 20.

dwould 2010-02-10 09:20

Re: witter - a python twitter client
 
Quote:

Originally Posted by RevdKathy (Post 519018)
I'm afraid you lost me there. Could you explain in short words, please?

Yes, when I click on the +100, or +200 it reloads with the busy spinner - but it only reloads the same 20.

ok...so ther eare two ways of configuring witter to talk to twitter. one is 'basic auth' where you provide a username and password.
The other is 'oauth' with this way witter will direct you to a page on twitter where Twitter asks to you authorize witter to talk to your account. You then take a code and give it back to witter at a prompt. From then on witter doesn't have to flow your username/password around to act on your account, it gets it's own key.
The idea there is that you shouldnt' really have to trust third party apps with your user credentials, just temporarily grant them trusted status which can be revoked at any time.

Anyway...in witter these are two very different means of talking to twitter. the baisc auth stuff is everything I originally wrote, and oauth uses a python-twitter library. I will merge these two over time, but for the moment it is relevant to any given error to know which path the code is going down.
I also encourage you to use oauth if you don't already, as that is the only way for twitter to know you are using witter in the 'source' field.

The fact that it shows a busy indicator when you hit the buttons is a good sign it is trying to do something, but if it's not giving any more results back, maybe I'm getting some kind of error under the covers.

so if you open up terminal and at the prompt type:
run-standalone.sh python2.5 /opt/witter/witter.py

that will run witter, but if you switch back to the terminal, you will see it output lots of information whilst witter runs, about various things it's doing.
So if you attempt to fetch more tweets, then go and look in that terminal, the last lines of output should be related to it trying to do that, and might have some helpful error message that would help me understand why it is not working.

oh and for future reference, rebooting or re-installing the same version, will never solve any problems with witter. it just doesn't work that way.

RevdKathy 2010-02-10 12:55

Re: witter - a python twitter client
 
I'm in synod, so not really able to do much. But I'm pretty sure that I just entered the 'Basic' authorisation. I will sort out switching to oauth when I'm at home - only got 2g here so everything is slow! thanks for the help.

drukane 2010-02-10 13:29

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 518992)
Doh!, my bad, 0.2.2-7 now in extras-devel with fix in place.


witter doesn't appear in any off repos just checked. any thoughts on themes as i mentioned in the prevous post.

thanks


All times are GMT. The time now is 12:14.

vBulletin® Version 3.8.8