We´re experiencing problems with api requests since earlier today.
Several request for Get Datastream Value is not returning any value.
We have several devices and need to get VPin value to update status in our platform.
We are unable to do that because many request are returning nothing.
Max number of export data calls (/external/api/data/get) per device per day (both UI and HTTPS API export) = 10
Max number of the update requests (/external/api/update) per device per day = 500,000
@Dmitriy@vshymanskyy
It’s random.
Some requests are returning as expected other requests not on the same device.
This is happening on multiple devices.
@Oleksii-QA
Yes. We expect return 0 or 1.
We already tested this url with ny3 and problem persists.
for some requests we have a return for others not.
This problem starts today.
We need a solution fast.
Thanks.
Att.
For reference, when I change manually the VPin value on web console (from 0 to 1), return it to previous value and then call the api using https://ny3.blynk.cloud/external/api/get?token={token}&{pin}
I got regular response during a some time. But after couple hours stops responding again.
I would like to know if you have any idea how can we bypass this issue.
Unitll yesterday everything was running fine.
You enabled invalidation and when invalidation happens you set the value to the Default. But! Default value is not set / missing. So you get “no value” as the result.
In order to fix the issue, you need to either set the default value to 0 or remove invalidation rule.
@Dmitriy Thanks for the support.
We removed the invalidation rule and will follow next hours to ensure that our service will run as expected. @PeteKnight thanks for the collaboration.