You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a request fails on the server side (not on the blockchain side), the reason isn’t always completely clear by just looking at the callback.
Oraclize provided an http api, so for example, I could do something like https://api.oraclize.it/v1/query/eth_mainnet_684c58f66467b51e48a9559ee5becf6bd03ef2bc0028ee0fe584bd041a6a3641/status?_pretty=1 in order to get full details.
Now, where does https://api.oraclize.it/v1/query was migrated, and what’s the new api name (I recognize it’s also because I didn’t get a reply from support in more than 1 month).
The text was updated successfully, but these errors were encountered:
When a request fails on the server side (not on the blockchain side), the reason isn’t always completely clear by just looking at the callback.
Oraclize provided an http api, so for example, I could do something like
https://api.oraclize.it/v1/query/eth_mainnet_684c58f66467b51e48a9559ee5becf6bd03ef2bc0028ee0fe584bd041a6a3641/status?_pretty=1
in order to get full details.Now, where does
https://api.oraclize.it/v1/query
was migrated, and what’s the new api name (I recognize it’s also because I didn’t get a reply from support in more than 1 month).The text was updated successfully, but these errors were encountered: