View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#106
Originally Posted by twaelti View Post
I believe 1.1.9 is not storing credentials (a filesystem permissions problem? BTW: Better store config things in GConf).
it stores things in a file in /home/user/.witter
so if it has no permission there then it won't store anything
I take it as a good point that I should investigate using GConf instead. don't suppose you can point me to a guide on doing that?
Originally Posted by twaelti View Post
In fact, while the app shows up, I can't see any twitter content. All UI is there and I can do "Set UID/PWD". However, trying to send a Tweet then gives me an error "401, not authorised: check uid/pwd"
the password field for some reason auto-capitalises which sometimes catches people out thinking they've entered details correctly when they have not. I don't know why. I will probably switch to using one of the build it dialogs for obtaining credentials and hope is resolves that issue
Originally Posted by twaelti View Post

After quiting and restarting, UID/PWD still is empty.

(Starting from Terminal shows "store_creds called" after OKing "Set UID/PWD", so this step looks good. Where are the creds currently stored?)
they are base64 encoded in the .witter file.
Originally Posted by twaelti View Post
The only thing that work for me is the [search] function (as this is probably anonymous). Still really cool to see all the Japanese and Arab results in their native fonts :-)
annoyingly this seems to be something that textRenderer 'just handles' which rendering myself using cairo does not handle. so my current dev version no longer displays international chars. trying to figure out what to do about that.
__________________
----------
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.

Last edited by dwould; 2009-12-18 at 15:24.