Home Forums Wiki Doc Install Extras Screenshots IRC 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.2.1* : How to install it here.
Applets | Applets

Subjects Author Language Messages Last message
Twitter [and Identi.ca] applet [Bug #268]
Page : 1 2 3 4 5 6
Eduardo Mucelli English 116 fabounet [Read]
26 January 2013 à 19:31

fabounet, Friday 01 June 2012 à 16:06 | Quote


Subscription date : 30 November 2007
Messages : 16699
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 | Quote


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

matttbe, Sunday 03 June 2012 à 14:03 | Quote


Subscription date : 24 January 2009
Messages : 11223
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 | Quote


Subscription date : 05 August 2009
Messages : 283
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 | Quote


Subscription date : 24 January 2009
Messages : 11223
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 | Quote


Subscription date : 05 August 2009
Messages : 283
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 | Quote


Subscription date : 30 November 2007
Messages : 16699
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 | Quote


Subscription date : 05 August 2009
Messages : 283
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 | Quote


Subscription date : 30 November 2007
Messages : 16699
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 | Quote


Subscription date : 05 August 2009
Messages : 283
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 | Quote


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

Eduardo Mucelli, Monday 06 August 2012 à 21:58 | Quote


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

fabounet, Tuesday 07 August 2012 à 17:18 | Quote


Subscription date : 30 November 2007
Messages : 16699
youpi !

fabounet, Tuesday 02 October 2012 à 17:50 | Quote


Subscription date : 30 November 2007
Messages : 16699
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 | Quote


Subscription date : 24 January 2009
Messages : 11223
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 | Quote


Subscription date : 24 January 2009
Messages : 11223
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 | Quote


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

Applets | Applets

Subjects Author Language Messages Last message
Twitter [and Identi.ca] applet [Bug #268]
Page : 1 2 3 4 5 6
Eduardo Mucelli English 116 fabounet [Read]
26 January 2013 à 19:31

Post a message

Anti-spam filter 2 (+) plus (+) 7 =
            
Did you know ? The RSS tag can display the last 5 articles of a feed : [rss]http://...[/rss]


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

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2012 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence.
Many thanks to TuxFamily for the web Hosting