Forum: Applications
2011-05-27, 17:32
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
I just wanted to say that it's really nice to see members of the community having picked up the challenge of continuing to develop witter. Although I jumped ship to android, and have had no real time...
|
Forum: Applications
2011-03-29, 11:11
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
FYI I just approved maintainer requests for 2 people. I guess that means work is going on to improve witter. I feel a little guilty to have just dropped it, but I am insanely busy with work and...
|
Forum: Applications
2010-11-15, 15:06
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
The idea I had been heading towards was that this page would ulitmately show all of you're configured accounts and be the jumping point into which ever one you wanted to check. it wouldn't of gotten...
|
Forum: General
2010-09-17, 20:45
|
Replies: 2
Views: 3,152
Re: Witter Problem
you could try posting in the witter thread.( http://talk.maemo.org/showthread.php?t=35596 )...where you would read lots of repeated instructions on how to provide enough information for me to figure...
|
Forum: Applications
2010-08-25, 14:01
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
you mean witter keeps forgetting this setting? have you been removing the .witter files? I've never had witter forget my oauth once set. The only caviat to that is if you configure it, and witter...
|
Forum: Applications
2010-08-25, 14:00
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
ok, so the problem that most people were having relates to a bug in twitter, which is supposedly fixed, but doesn't seem to be to me. This bug causes twitter to start sending 'null' entries in the...
|
Forum: Applications
2010-08-16, 15:59
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
oops, that means some of the new code is expecting certain values to always exist, but without a user account setup it clearly doesn't Which was silly of me. I shall try to fix it.
in the mean time...
|
Forum: Applications
2010-08-14, 12:37
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
Hi guys, seems like a lot of people having trouble...quick reminder this was an update in extras-devel...I'm trying out new things, and some bigger restructuring so there is going to be instability....
|
Forum: Applications
2010-08-09, 12:08
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
you need to do this from an x-term
rm -rf .witter*
be VERY CAREFUL executing this command. there is NO SPACE between the .witter and the *. if you accidentally do rm -rf * or rm -rf .witter *...
|
Forum: Applications
2010-07-29, 14:25
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
Basically this shows that you have no user account configured. Did you delete the file /home/user/.witter at some point?
if that file is there, does it contain any content that looks like a user...
|
Forum: Applications
2010-07-29, 10:57
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
Sorry I've been busy. Weirdly it looks like I hit return accidentally in that file and caused that but, but it's not affected me (but then I run from latest source rather than installed version most...
|
Forum: Applications
2010-07-16, 06:54
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
witter 0.3.5-1 went to extras-devel last night.
i beleve it fixes the failsafe code which failed to cope with corrupted avatars for the above posts.
in addition it allows the user to fix the...
|
Forum: Applications
2010-07-15, 18:09
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
you have a corrupted avatar download, and the code that is supposed to cope with that is not working yet. go to xterm:
cd /home/user/.witterPics/twitter/
rm *
this will remove all the cached...
|
Forum: Applications
2010-07-13, 21:33
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
so it's worth mentioning that in all likelihood someone that you follow uses a twitter app which has characters in it's name that blow up the config parser. Any time you close witter whilst such a...
|
Forum: Applications
2010-07-13, 20:53
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
Ok, so this implies that someone you follow had an odd character in the name of their twitter client. The source of a tweet that was stored in the file /home/user/.wittertl is failing to be parsed...
|
Forum: Applications
2010-07-08, 11:02
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
This is basically a limitation of the fact that I'm using stock GTK to implement the app. I use what's called a 'PannableArea' to provide the smooth scrolling. So there is no 'code' from my point of...
|
Forum: Applications
2010-06-14, 20:18
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
erm... I suppose it would in theory be possible to just hide the entire ui, not sure whether it would be as simple as that.
I've not figured out how to make witter pop up and grab focus when...
|
Forum: Applications
2010-06-11, 17:46
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
cheers, the update will make it into the next version, just debugging some changes that allow for retaining search history as you repeat searches etc. and want to get a fix in for persisting the...
|
Forum: Applications
2010-06-11, 17:44
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
so the problem with the dialog not oppening again doesn't stop you posting the first twit pic.
just enter the text you want to tweet with your picture, then go select your picture through the...
|
Forum: Applications
2010-06-03, 20:08
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
means i screwed up and missed a dependancy in the install package. probably because most people have it alrerady for some reason.
to fix in xterm assuming you can do gainroot:
sudo gainroot...
|
Forum: Applications
2010-06-03, 13:12
|
Replies: 69
Views: 22,284
|
Forum: Applications
2010-06-01, 19:48
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
sorry that should have said
rm /home/user/.wittermen
(men short for mentions)
in any case the file that was giving you trouble was wittertl, so do things start up ok now?
|
Forum: Applications
2010-06-01, 19:40
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
:-) in xterm:
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...
|
Forum: Applications
2010-06-01, 15:00
|
Replies: 836
Views: 188,101
Re: witter - a python twitter client
It' already been said, but basically I'm focussed on features and fixes for the main app, haven't even looked at what a desktop widget requires, in any case it's bottom of a long list of things to do
|
Forum: Applications
2010-05-30, 17:26
|
Replies: 836
Views: 188,101
|