dev-ext / twitterjs

Automatically exported from code.google.com/p/twitterjs
MIT License
0 stars 0 forks source link

twtterjs "appears" to not be working #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. view page with twitterjs on it 

What is the expected output? What do you see instead?
Expected: current status on twitter
Instead: Unable to load, I've checked this on two different sites I own and 
another site with an example of it 
http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/
It fails to load on either... Twitter is up and running on twitter.com

What version of the product are you using? On what operating system?
1.13.1, OSX-firefox, safari, chrome & windowsXP - firefox, IE7

Please provide any additional information below.
na

Original issue reported on code.google.com by jedwa...@visitgraceway.org on 7 Dec 2010 at 6:38

GoogleCodeExporter commented 9 years ago
After <30 min of not working it appears to be back up again... 

Original comment by jedwa...@visitgraceway.org on 7 Dec 2010 at 6:40

GoogleCodeExporter commented 9 years ago
I have seen this issue too. It randomly stops working in all browsers, only to 
randomly start working again later. Opera's error console says "Linked script 
not loaded" for twitter.min.js when this happens, and it will fail in IE, FF, 
Safari and Chrome too.

I don't know what's going on when this happens. Perhaps a twitter.com issue?

Original comment by oyvind.svedman@gmail.com on 6 Jan 2011 at 9:05

GoogleCodeExporter commented 9 years ago
I have experienced this problem on several occasions.
In the code the response from Twitter is...
twitterCallback1({"errors":[{"code":53,"message":"Basic authentication is not 
supported"}]})

Original comment by kren...@gmail.com on 25 Jan 2011 at 6:41

GoogleCodeExporter commented 9 years ago
Firebug is giving me a 400 bad request error & X-RateLimit-Remaining: 0
So it looks like I'm maxing out the number of requests to twitter.... 
Wonder if there is plans to find a way to cache the updates to avoid hitting 
the cap.

Original comment by james.w....@gmail.com on 24 May 2011 at 2:45