pgaciaHeroic
 Newbie Join Date: 2021-04-23 Posts: 2
|
|
Posted: 2021-04-29 09:20:09 AM
|
|
|
I''m having an issue with pulling in the JSON data for a specific device. Using .ajax() I am able to successfully get and parse the data on initial page load but when I refresh the page it seems like I get some sort of parse error. I thought it was just me but I found another post where this url was provided to show a working example of getting the JSON data: http://www.followmee.com/api/testapi.html
It looks like the same thing happens there if you click the Get JSON button more than once.
Console throws an error that says "Uncaught ReferenceError: jsonp1619708185960 is not defined"
Looking at the network tab it looks like the request has has a 200 status...
What''s going on here?
Thanks!
|
|
pgaciaHeroic
 Newbie Join Date: 2021-04-23 Posts: 2
|
|
|
Administrator
 Best of the Best Join Date: 2010-01-27 Posts: 1461
|
|
Posted: 2021-04-29 11:44:12 AM
|
|
|
We just tested the testapi page and it works perfectly. There is no error at all, even when we press the "get json" button multiple times. If you want to send us more information, you can email us.
|
|