Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock List of forums Applets | Applets Twitter [and Identi.ca] applet
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Applets | Applets

Subjects Author Language Messages Last message
[Locked] Twitter [and Identi.ca] applet [Bug #268]
Page : 1 2 3 4 5 6
Eduardo Mucelli English 118 matttbe [Read]
09 May 2015 à 10:10

fabounet, Friday 01 June 2012 à 16:06


Subscription date : 30 November 2007
Messages : 17118
yep you might be right, I'm not sure any more, but I think that if the user clicks on an icon, any demand on it is canceled
probably because if the user clicks on the icon, it means his attention has been caught, so the job is done for the demand.

Eduardo Mucelli, Friday 01 June 2012 à 16:09


Subscription date : 05 August 2009
Messages : 285
Yes, that is it. Personally I agree with the behavior.

matttbe, Sunday 03 June 2012 à 14:03


Subscription date : 24 January 2009
Messages : 12573
When I posted a tweet (A Cairo-Dock add-on for #Thunderbird has been added on the third-party applet webpage: http://is.gd/eMtEKl . Info: http://is.gd/cqghuq) on Identi.ca and Twitter a few minutes ago with your applet, the message has been posted well (I can see it on both website) but your applet has shown 2 dialogues to say that there is an error (maybe the message has been already posted?)

Eduardo Mucelli, Sunday 03 June 2012 à 14:07


Subscription date : 05 August 2009
Messages : 285
Hmmmm! Could you get the log? It happens when Identi.ca returns 403, and Twitter returns 404. But seems that was not the case since both messages were posted, really strange.

matttbe, Sunday 03 June 2012 à 16:17


Subscription date : 24 January 2009
Messages : 12573
I will try to reproduce this bug asap (but it's maybe due to the long message with an hashtag, no?)

Eduardo Mucelli, Sunday 03 June 2012 à 17:11


Subscription date : 05 August 2009
Messages : 285
I really do not think that is because of hashtag and long string. What is really strange for me is that the messages were posted and the http exception was thrown! This pop up appeared as a result of the lack of possibility to send the msg, but they were posted. I'm going to see if I can look at that.

fabounet, Wednesday 18 July 2012 à 12:46


Subscription date : 30 November 2007
Messages : 17118
By the way, I could reproduce it twice last week

but I forgot to keep the traces
However I think you can reproduce it too.

both Twitter and Identi.ca accounts have the same username (and pwd as well)
messages seem to have been correctly posted on the sites.

Edit: and what about using a "busy" animation instead of the "..." quick-info ?

Eduardo Mucelli, Wednesday 18 July 2012 à 13:22


Subscription date : 05 August 2009
Messages : 285
Have you reproduced with long strings, or hashtags? We can narrow it down little by little knowing how you did it. What exactly is a busy animation?

fabounet, Tuesday 24 July 2012 à 16:53


Subscription date : 30 November 2007
Messages : 17118
just a new animation named "busy"

it's not dependant on hashtag (I didn't use them the first time, and then I used one the 2nd time)

The string was not specially long nor short (~100 chars).

do you mean you don't have it ?

Eduardo Mucelli, Friday 27 July 2012 à 16:57


Subscription date : 05 August 2009
Messages : 285
Im going to solve that. I think I have to remove this verification, because it is not working at all. It is posting the tweet but informs an error that does not exist. I wrote this part to give some feedback when the user posts the same Twitter more than once, so that was the most reliable way to do that. Im going to solve that, just a bit tight with time.

Cheers!

fabounet, Monday 30 July 2012 à 15:48


Subscription date : 30 November 2007
Messages : 17118
thank you !

Eduardo Mucelli, Monday 06 August 2012 à 21:58


Subscription date : 05 August 2009
Messages : 285
Fixed it.

fabounet, Tuesday 07 August 2012 à 17:18


Subscription date : 30 November 2007
Messages : 17118
youpi !

fabounet, Tuesday 02 October 2012 à 17:50


Subscription date : 30 November 2007
Messages : 17118
Up on this great applet, I have a request
I've found that most of the tweets I read are news pointing to an article, and that I often want to follow the link inside the message.
Moreover, since I'm not that social guy, I don't care about re-tweeting
so I was thinking, what about opening the link contained inside a tweet (when it exists) when selecting the tweet in the menu, instead of re-tweeting ? (of course, that would be an option, I'm sure some people are happy with the current behavior )

matttbe, Thursday 10 January 2013 à 23:53


Subscription date : 24 January 2009
Messages : 12573
Hello Eduardo!

It seems that we're no longer able to add an Identi.ca account when (re)starting from the beginning (e.g. after having removed this file: ~/.config/cairo-dock/.twitter_users).
Is it maybe possible to have a look at this bug?

matttbe, Friday 11 January 2013 à 00:05


Subscription date : 24 January 2009
Messages : 12573
And I'm no longer able to send new messages (on Ubuntu Raring 13.04)
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  
File "/usr/lib/python2.7/dist-packages/dbus/connection.py"line 230in maybe_handle_message
    self
._handler(*args, **kwargs)
  
File "./Twitter"line 531in on_answer_dialog
    self
.api.tweet(content)
  
File "./Twitter"line 151in tweet
    self
.dispatch(self.update_url"POST", {'status':message})
  
File "./Twitter"line 148in dispatch
    post
(urlparametersheader)
  
File "~/.config/cairo-dock/third-party/Twitter/http.py"line 31in post
    response 
urllib2.urlopen(request)
  
File "/usr/lib/python2.7/urllib2.py"line 127in urlopen
    
return _opener.open(urldatatimeout)
  
File "/usr/lib/python2.7/urllib2.py"line 410in open
    response 
meth(reqresponse)
  
File "/usr/lib/python2.7/urllib2.py"line 523in http_response
    
'http'requestresponsecodemsghdrs)
  
File "/usr/lib/python2.7/urllib2.py"line 448in error
    
return self._call_chain(*args)
  
File "/usr/lib/python2.7/urllib2.py"line 382in _call_chain
    result 
func(*args)
  
File "/usr/lib/python2.7/urllib2.py"line 531in http_error_default
    raise HTTPError
(req.get_full_url(), codemsghdrsfp)
HTTPErrorHTTP Error 404Not Found


fabounet, Saturday 26 January 2013 à 19:31


Subscription date : 30 November 2007
Messages : 17118
some details:
no problem on 12.10, identi.ca works (but the account already existed).

Eduardo Mucelli, Friday 24 April 2015 à 10:12


Subscription date : 05 August 2009
Messages : 285
Hi guys, I am back. I've been already updating some of the applets I've wrote and pushed to Git.

With the conversion of Identi.ca to the new Pump.io platform, I have dug into their source code to see how the Oauth works there. I was finally able to make Identi.ca work again. The basic feature, which is posting a tweet, is working. Although the current situation made me use python-requests instead of the old urllib2 way.

Therefore, I would like to know, do you think that depending on python-requests is gonna make it significantly more difficult for the end-user? I am not aware of the current state of the distros, if they come with python-requests, etc.

For now, I will push a version in which Identi.ca works and that it depends on python-requests, but I am sure with just a bit more of work I will get it back without this dependence.

That is it. Cheers.

matttbe, Saturday 09 May 2015 à 10:10


Subscription date : 24 January 2009
Messages : 12573
do you think that depending on python-requests is gonna make it significantly more difficult for the end-user?


Do you know if this package is installed by default on most distributions? It seems that it's needed for many packages:
apt-cache rdepends python-requests


If yes, you can keep it

Applets | Applets

Subjects Author Language Messages Last message
[Locked] Twitter [and Identi.ca] applet [Bug #268]
Page : 1 2 3 4 5 6
Eduardo Mucelli English 118 matttbe [Read]
09 May 2015 à 10:10


Glx-Dock / Cairo-Dock List of forums Applets | Applets Twitter [and Identi.ca] applet Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.