fernandogdj / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
0 stars 0 forks source link

respawn on api limit #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have a connection timeout, making microblog-purple respawn a new connection
OR
2. hit the 150 hits API limit of twitter

What is the expected output? 
for microblog-purple to calm down, and step back until api is restored

What do you see instead?
several new connections are attempted, spending many more api hits then
required, getting the data multiple times, and even turning off that
account, it still tries to open new connections 

What version of the product are you using? On what operating system?
0.2.4-1ubuntu1
Ubuntu 10.10 Maverick 64bits

Please provide any additional information below.

Original issue reported on code.google.com by BUGabu...@gmail.com on 13 May 2010 at 12:54

GoogleCodeExporter commented 8 years ago
It is partly fix in SVN. Not that I check the connection limit, but for now it 
will
retry at most 3 times, once a second.

Original comment by somsaks on 25 May 2010 at 6:48

GoogleCodeExporter commented 8 years ago
why cant you check the limit?
i see it in pidgin debug log

Original comment by BUGabu...@gmail.com on 25 May 2010 at 11:33

GoogleCodeExporter commented 8 years ago
Oops. Sorry.

Now uses the retry setting instead.

Original comment by somsaks on 27 May 2010 at 6:18

GoogleCodeExporter commented 8 years ago
ahh that should be much better! i already have mine set to 1, but it was being 
obeyed.
NOw its a question to wait for this to hit the PPA

Original comment by BUGabu...@gmail.com on 27 May 2010 at 6:43