Hey Team,
The requests which used to work perfectly fine are failing with the following error :
invalid character '<' looking for beginning of value
In some runs they work perfectly fine and some they return the above error.
I am assuming that < is the start of which means the call returns , however this is happening randomly with some requests, sometimes they return correct values other times this error.
And when I am trying to check API token usage from web, it returns the same error.
An example from my code when I am trying to fetch chain data of bitcoin-testnet
Failed to get Chain data from BlockCypher API:invalid character '<' looking for beginning of value
Any suggestions to solve this?
Thanks
Hey Team,
The requests which used to work perfectly fine are failing with the following error :
invalid character '<' looking for beginning of valueIn some runs they work perfectly fine and some they return the above error.
I am assuming that < is the start of which means the call returns , however this is happening randomly with some requests, sometimes they return correct values other times this error.
And when I am trying to check API token usage from web, it returns the same error.
An example from my code when I am trying to fetch chain data of bitcoin-testnet
Failed to get Chain data from BlockCypher API:invalid character '<' looking for beginning of valueAny suggestions to solve this?
Thanks