[twitter-dev] Re: non json response

2009-09-17 Thread alfrhnsby
...@googlegroups.com] On Behalf Of John Kalucki Sent: Wednesday, September 16, 2009 12:56 To: Twitter Development Talk Subject: [twitter-dev] Re: non json response I've been following the internal dialog on tracking this issue down. Given what we know, I don't think there's anything that you can

[twitter-dev] Re: non json response

2009-09-16 Thread Naveen A
Is there a specific way we can construct our request to mitigate the non-json response? I have used a few different twitter clients on the same mobile device and some of them do not seem to be plagued with the bad data like we are? Does including something in the header help get us through

[twitter-dev] Re: non json response

2009-09-16 Thread Raffi Krikorian
hi naveen. we are most certainly working on it. the best way to mitigate the error case is to actually do what the response tells you to do -- in all cases that i've seen the http 200 error, there has been a refresh header (Refresh: 0.1). simply obey the header, make a subsequent

[twitter-dev] Re: non json response

2009-09-16 Thread Jim Renkel
: [twitter-dev] Re: non json response I've been following the internal dialog on tracking this issue down. Given what we know, I don't think there's anything that you can change to the request parameters to reduce the chances of this happening. From a given client, the chances of this happening

[twitter-dev] Re: non json response

2009-09-13 Thread Rudifa
I just had one non-json response, in the middle of about 10 requests made with curl -vvv (other responses were correct) Below are 3 requests and the non-json response bracketted by 2 good responses which contain the response time and other logging data. HTH Rudi

[twitter-dev] Re: non json response

2009-09-12 Thread Matthew Ranney
I'm seeing tons of these as well. However, I've found that if you follow the suggestion of the META tag to simply refresh in 0.1 seconds if you get this bogus response, you can hide most of this from users, especially if they are on a fast network. On Thu, Sep 10, 2009 at 2:09 PM, Monica Keller

[twitter-dev] Re: non json response

2009-09-12 Thread Raffi Krikorian
Hi all. This is an extremely high priority problem for us, and for me personally, to fix. If you're having this problem, please free to reach out to me, but please try to include: * the IP address your request is coming from * the request you're making * the response you got back * the

[twitter-dev] Re: non json response

2009-09-10 Thread John Kalucki
People are working on this as a high-priority issue. I'd imagine that the API team will have an update soon. On Sep 10, 2:09 pm, Monica Keller monica.kel...@gmail.com wrote: We see this error 75% of the time. Have you guys made an progress on resolving the issue ? On Sep 6, 8:14 pm, archF6

[twitter-dev] Re: non json response

2009-09-07 Thread Rich
I think this is the same issue we've been having for a while at http://groups.google.com/group/twitter-development-talk/browse_thread/thread/e88f0f3182b0a0e7/e5f6b2a5678598f1 I never used to get it on search APIs but now I get it on both REST and search APIs On Sep 6, 8:35 pm, Rudifa

[twitter-dev] Re: non json response

2009-09-07 Thread Rich
Either way an XML or JSON feed should NEVER return HTML! On Sep 7, 11:25 am, Ben Eliott ben.apperr...@googlemail.com wrote: IP: 67.23.28.168, time is Europe/London 2009-09-07 11:19:48,014 - twittersearch.models - CRITICAL - Search did   not reutrn a json object! code = 200 answer = !DOCTYPE

[twitter-dev] Re: non json response

2009-09-07 Thread archF6
I am able to consistently reproduce this error -- I get this response almost without fail after periods of inactivity greater than 2 hours. I am requesting XML via PHP, it's a GET request. The requests are coming from 96.30.16.192. Let me know if I can provide any additional info that might

[twitter-dev] Re: non json response

2009-09-07 Thread archF6
I am able to consistently reproduce this error. I am making GET requests via PHP from IP: 96.30.16.192. I receive the error without fail after periods of inactivity lasting 2 hours or more. The header response code is 200. Please let me know if I can provide any additional info that might

[twitter-dev] Re: non json response

2009-09-06 Thread Rudifa
I have seen this same http page with empty body !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/1999/REC-html401-19991224/strict.dtd !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; -- HTML HEAD META HTTP-EQUIV=Refresh CONTENT=0.1 META

[twitter-dev] Re: non json response

2009-08-30 Thread Steven Wilkin
I'm consistently getting the same response when accessing http://search.twitter.com/trends.json from 209.40.204.183 Steve On Aug 26, 5:27 pm, Ryan Sarver rsar...@twitter.com wrote: Ben, It's a known issue and we are trying to hunt it down. Can you please provide us with your source IP and

[twitter-dev] Re: non json response

2009-08-28 Thread Anirudh
Hi, Just got hold of a log entry. We had this issue on Friday, August 28, 2009 - 11:02am Indian Standard Time (+0530 UTC). Our site is brandadda.com . Hope this is useful. Best, Anirudh S On Aug 26, 9:27 pm, Ryan Sarver rsar...@twitter.com wrote: Ben, It's a known issue and we are trying

[twitter-dev] Re: non json response

2009-08-28 Thread Anirudh
Hi, Just wanted to add that this problem is not restricted to json, but exists with the atom api too. I'll try to find some more info. Will post it here if I get it. It has happened previously too. We had to write a function to prevent to check for html and if yes prevent it from being parsed by

[twitter-dev] Re: non json response

2009-08-26 Thread Ryan Sarver
Ben, It's a known issue and we are trying to hunt it down. Can you please provide us with your source IP and an approximate time of when you saw it? Thanks, Ryan On Wed, Aug 26, 2009 at 7:00 AM, benben.apperr...@googlemail.com wrote: Occassionally i get back a 200 status html response from