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. |
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?) |
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?) |
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 ?  |
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? |
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 ? |
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! |
Subscription date : 30 November 2007
Messages : 17118
|
thank you !  |
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 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "./Twitter", line 531, in on_answer_dialog
self.api.tweet(content)
File "./Twitter", line 151, in tweet
self.dispatch(self.update_url, "POST", {'status':message})
File "./Twitter", line 148, in dispatch
post(url, parameters, header)
File "~/.config/cairo-dock/third-party/Twitter/http.py", line 31, in post
response = urllib2.urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not 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). |
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  |
|