Any who, the issue is with Twitch TV's API servers. For some reason, app engine is getting blacklisted from receiving any answers when a call is made to the servers. I confirmed this by writing an app that simply prints the call strings on the page. The twitch tv call failed when deployed, where as the ow3d.tv api call worked perfectly.
If someone could pass this on to the API team, it would be greatly appreciated. Sorry for the time i've consumed... Hopefully this gets fixed! I need Twitch TV in my Application !
> Any who, the issue is with Twitch TV's API servers. For some reason, app
> engine is getting blacklisted from receiving any answers when a call is
> made to the servers. I confirmed this by writing an app that simply prints
> the call strings on the page. The twitch tv call failed when deployed,
> where as the ow3d.tv api call worked perfectly.
> If someone could pass this on to the API team, it would be greatly
> appreciated. Sorry for the time i've consumed... Hopefully this gets fixed!
> I need Twitch TV in my Application !
We are the team :)
Thanks for your help, I'll get to looking into why this is a problem. Also
note that, as per my email yesterday, that we're moving over to a new Twitch
specific mailing
list<https://groups.google.com/forum/?fromgroups#!forum/twitch-api>,
so please make sure you post follow ups there.
> --
> You received this message because you are subscribed to the Google Groups
> "Justin.tv API Developers" group.
> To post to this group, send email to
> justintv-api-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> justintv-api-developers+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/justintv-api-developers/-/XNx6Xj1BBDoJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>> Any who, the issue is with Twitch TV's API servers. For some reason, app >> engine is getting blacklisted from receiving any answers when a call is >> made to the servers. I confirmed this by writing an app that simply prints >> the call strings on the page. The twitch tv call failed when deployed, >> where as the ow3d.tv api call worked perfectly.
>> If someone could pass this on to the API team, it would be greatly >> appreciated. Sorry for the time i've consumed... Hopefully this gets fixed! >> I need Twitch TV in my Application !
> We are the team :)
> Thanks for your help, I'll get to looking into why this is a problem. Also > note that, as per my email yesterday, that we're moving over to a new Twitch > specific mailing list<https://groups.google.com/forum/?fromgroups#!forum/twitch-api>, > so please make sure you post follow ups there.
>> -- >> You received this message because you are subscribed to the Google Groups >> "Justin.tv API Developers" group. >> To post to this group, send email to justintv-ap...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> justintv-api-developers+unsubscribe@googlegroups.com <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/justintv-api-developers/-/XNx6Xj1BBDoJ. >> For more options, visit https://groups.google.com/groups/opt_out.
> Any who, the issue is with Twitch TV's API servers. For some reason, app engine is getting blacklisted from receiving any answers when a call is made to the servers. I confirmed this by writing an app that simply prints the call strings on the page. The twitch tv call failed when deployed, where as the ow3d.tv api call worked perfectly.
> If someone could pass this on to the API team, it would be greatly appreciated. Sorry for the time i've consumed... Hopefully this gets fixed! I need Twitch TV in my Application !
That's a standard rate limiting issue, even my clientside javascript page to get a list of followers fails on/after the 16th call. There's no way to get around it. If you're using a non-time sensitive app you can just queue it and pick up where you left off later, but for webpages that need the info *now*, there are no alternatives with this api
> > Any who, the issue is with Twitch TV's API servers. For some reason, app > engine is getting blacklisted from receiving any answers when a call is > made to the servers. I confirmed this by writing an app that simply prints > the call strings on the page. The twitch tv call failed when deployed, > where as the ow3d.tv api call worked perfectly.
> > If someone could pass this on to the API team, it would be greatly > appreciated. Sorry for the time i've consumed... Hopefully this gets fixed! > I need Twitch TV in my Application !
Yes, sorry, you are correct. I just inserted some seconds after each call
and it worked fine. Thanks. If anyone is interested in the code:
https://github.com/RommelTJ/streammaintainer/
On Sun, Sep 9, 2012 at 1:39 PM, Fire <dragonsbl...@gmail.com> wrote:
> That's a standard rate limiting issue, even my clientside javascript page
> to get a list of followers fails on/after the 16th call. There's no way to
> get around it. If you're using a non-time sensitive app you can just queue
> it and pick up where you left off later, but for webpages that need the
> info *now*, there are no alternatives with this api
> On Sunday, September 9, 2012 12:30:03 AM UTC-4, romm...@gmail.com wrote:
>> I think I am having the same or a similar problem. My API calls fail
>> after the 16th call. On the 17th, it returns a HTTP Error 400: Bad Request.
>> On Tuesday, August 28, 2012 1:24:03 PM UTC-7, suite...@gmail.com wrote:
>> > Hello.
>> > Any who, the issue is with Twitch TV's API servers. For some reason,
>> app engine is getting blacklisted from receiving any answers when a call is
>> made to the servers. I confirmed this by writing an app that simply prints
>> the call strings on the page. The twitch tv call failed when deployed,
>> where as the ow3d.tv api call worked perfectly.
>> > This is the application that failed (twitch):
>> > If someone could pass this on to the API team, it would be greatly
>> appreciated. Sorry for the time i've consumed... Hopefully this gets fixed!
>> I need Twitch TV in my Application !
On Mon, Sep 10, 2012 at 8:54 AM, Rommel Rico <romme...@gmail.com> wrote:
> Yes, sorry, you are correct. I just inserted some seconds after each call
> and it worked fine. Thanks. If anyone is interested in the code:
> https://github.com/RommelTJ/streammaintainer/
> On Sun, Sep 9, 2012 at 1:39 PM, Fire <dragonsbl...@gmail.com> wrote:
>> That's a standard rate limiting issue, even my clientside javascript page
>> to get a list of followers fails on/after the 16th call. There's no way to
>> get around it. If you're using a non-time sensitive app you can just queue
>> it and pick up where you left off later, but for webpages that need the
>> info *now*, there are no alternatives with this api
>> On Sunday, September 9, 2012 12:30:03 AM UTC-4, romm...@gmail.com wrote:
>>> I think I am having the same or a similar problem. My API calls fail
>>> after the 16th call. On the 17th, it returns a HTTP Error 400: Bad Request.
>>> On Tuesday, August 28, 2012 1:24:03 PM UTC-7, suite...@gmail.com wrote:
>>> > Hello.
>>> > Any who, the issue is with Twitch TV's API servers. For some reason,
>>> app engine is getting blacklisted from receiving any answers when a call is
>>> made to the servers. I confirmed this by writing an app that simply prints
>>> the call strings on the page. The twitch tv call failed when deployed,
>>> where as the ow3d.tv api call worked perfectly.
>>> > This is the application that failed (twitch):
>>> > If someone could pass this on to the API team, it would be greatly
>>> appreciated. Sorry for the time i've consumed... Hopefully this gets fixed!
>>> I need Twitch TV in my Application !
> --
> You received this message because you are subscribed to the Google Groups
> "Justin.tv API Developers" group.
> To post to this group, send email to
> justintv-api-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> justintv-api-developers+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.