Active Topics

 



Notices


Reply
Thread Tools
Posts: 5 | Thanked: 0 times | Joined on Dec 2008 @ NL
#431
Since Pr1.2 witter does not work correctly. The timeline seems to work fine but DM's and @'s do not show up anymore in the corresponding views. I tried to use the +n buttons but to no avail. All other views just work fine.

Am I the only one with this problem?

version 0.3.3-2

BTW it's appreciated that you put all this work into a decent twitter application.

Last edited by RGS; 2010-05-27 at 04:05.
 
Posts: 1,667 | Thanked: 561 times | Joined on Feb 2010
#432
works fine for me
 
Posts: 94 | Thanked: 28 times | Joined on Oct 2009
#433
Originally Posted by dwould View Post
select the icon that has lots of little 'people' on it, the title bar will show 'Witter - public'
Then hit the bottom left refresh button to trigger a request for the public timeline.
Thanks you for your time, it does work fine

For people looking for info about status.net stuff:

Account type: Identi.ca
Username: <username>
Password: <password>
https://<domain>.status.net/api/
https://<domain>.status.net/api/

are the parameters which seem to work fine for me. The final / is important, or the connection will fail.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#434
Originally Posted by corsac View Post
Thanks you for your time, it does work fine

For people looking for info about status.net stuff:

Account type: Identi.ca
Username: <username>
Password: <password>
https://<domain>.status.net/api/
https://<domain>.status.net/api/

are the parameters which seem to work fine for me. The final / is important, or the connection will fail.
you should not have needed to set account type to identi.ca, you should be able to set it to 'other' and set teh same urls, that said the account types are just a short hand to allow me to pre-populate the urls with 'known' values

glad it's working for you
__________________
----------
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.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#435
Originally Posted by RGS View Post
Since Pr1.2 witter does not work correctly. The timeline seems to work fine but DM's and @'s do not show up anymore in the corresponding views. I tried to use the +n buttons but to no avail. All other views just work fine.

Am I the only one with this problem?

version 0.3.3-2

BTW it's appreciated that you put all this work into a decent twitter application.
There is a bug in witter for loading older mentions it seems, I get the same thing so I'll tak ea look at fixing it later.

appreciation can be shown in the form of pints bought for me via my blog....;-)
__________________
----------
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.
 
Posts: 121 | Thanked: 53 times | Joined on Aug 2006 @ Alexandria, VA, USA
#436
Originally Posted by dwould View Post
please run from x-term:
run-standalone.sh python2.5 /opt/witter/witter.py

this will give a clue as to whether witter is sucessfully really using the second set of details or not.

I did as you suggested. Based on the output, I don't believe that witter contacts identi.ca at all. There are two places in the output where witter says he's fetching tweets. Both times, he's getting them from twitter.com.

I can't tell from the output if he contacts identi.ca when I make a tweet. I can tell you that when I tweet with the active account set to identi.ca, my little message shows up on twitter.com but not on identi.ca.

Here is the output from witter. For the sake of brevity, I have replaced some of the lines that were repeated several times in a row with text of the form

[previous <n> lines repeated <m> times]

Code:
#6b6bd3d3ffff
#00007575b5b5
no service setting
No more users to load
Establishing api for Twitter using basic auth
Establishing api for Twitter using oauth
Connection working ok
Establishing api for Identi.ca using basic auth
Establishing api for Identi.ca using oauth
Connection working ok
running tasks: 1
getting tweets with 70mmlips
base url = http://identi.ca/api/
base url of api object = https://twitter.com/
fetching tweets from https://twitter.com/statuses/friends_timeline.json
running tasks: 2
getting dms
running tasks: 3
getting mentions
end refresh setup
error
Error retrieving mentions (8, 'EOF occurred in violation of protocol')
running tasks: 2
loaded pixbuf from file
loaded pixbuf from file
re-using file already loaded
loaded pixbuf from file
re-using file already loaded
  [previous message repeated four more times]
loaded pixbuf from file
re-using file already loaded
  [previous message repeated four more times]
reply to pjutter
re-using file already loaded
  [previous message repeated four more times]
refreshing avatar for 35969532
[Errno 2] No such file or directory: ''
failed to retreive picture for  : 35969532.jpg
  [previous three messages repeated four times]
loaded pixbuf from file
re-using file already loaded
refreshing avatar for 35969532
[Errno 2] No such file or directory: ''
failed to retreive picture for  : 35969532.jpg
  [previous three messages repeated seven times]
running tasks: 1
re-using file already loaded
re-using file already loaded
re-using file already loaded
refreshing avatar for 35969532
fetched image
updating all stored images for 35969532
Found pixbuf to update
  [previous message repeated 23 times]
running tasks: 0
running tasks: 1
sending tweet
Tweet Sent
Tweet successful
running tasks: 0
running tasks: 1
sending tweet
Tweet Sent
Tweet Failed
running tasks: 0
running tasks: 1
sending tweet
Tweet Sent
Tweet successful
running tasks: 0
running tasks: 1
getting tweets with 70mmlips
base url = http://identi.ca/api/
base url of api object = https://twitter.com/
refreshing since14712684725
fetching tweets from https://twitter.com/statuses/friends_timeline.json
re-using file already loaded
re-using file already loaded
running tasks: 0
Stop Wittering
shutting down refresh loop
written config object to file
stopping thread
stopping thread
stopping thread
killing thread
killing thread
killing thread
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#437
Originally Posted by talmage View Post
I did as you suggested. Based on the output, I don't believe that witter contacts identi.ca at all. There are two places in the output where witter says he's fetching tweets. Both times, he's getting them from twitter.com.

I can't tell from the output if he contacts identi.ca when I make a tweet. I can tell you that when I tweet with the active account set to identi.ca, my little message shows up on twitter.com but not on identi.ca.

Here is the output from witter. For the sake of brevity, I have replaced some of the lines that were repeated several times in a row with text of the form

[previous <n> lines repeated <m> times]

[CODE]#6b6bd3d3ffff
#00007575b5b5
no service setting
No more users to load
Establishing api for Twitter using basic auth
Establishing api for Twitter using oauth
Connection working ok
Establishing api for Identi.ca using basic auth
Establishing api for Identi.ca using oauth
Connection working ok
running tasks: 1
getting tweets with 70mmlips
base url = http://identi.ca/api/
base url of api object = https://twitter.com/
fetching tweets from https://twitter.com/statuses/friends_timeline.json
so do you have 2 accounts defined? one twitter, and one identi.ca?
and if you look at the accounts view which does witter think is active?
I have a twitter and identi'ca account and it works fine for me, I can switch between them etc, so it *can* work. just need to figure what is different about your setup.
__________________
----------
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.
 
Posts: 121 | Thanked: 53 times | Joined on Aug 2006 @ Alexandria, VA, USA
#438
Originally Posted by dwould View Post
so do you have 2 accounts defined? one twitter, and one identi.ca?
and if you look at the accounts view which does witter think is active?
Yes, I have two accounts. Both have the same name, 70mmlips. Witter thinks that the identi.ca account is the active one.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#439
Originally Posted by talmage View Post
Yes, I have two accounts. Both have the same name, 70mmlips. Witter thinks that the identi.ca account is the active one.
could you send me the contents of /home/user/.witterUser

please redact the password fields, but the rest will help understand what's going on.
__________________
----------
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.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#440
0.3.3-4 in extras-devel, see my blogs witter page for change history
__________________
----------
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.
 

The Following User Says Thank You to dwould For This Useful Post:
Reply

Tags
python, twitter


 
Forum Jump


All times are GMT. The time now is 09:52.