-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random example does not works on Rinkeby and Ropsten #9
Comments
Just checked - it does not works even on Ropsten. |
It even does not works in your own IDE: http://dapps.oraclize.it/browser-solidity/ |
Hello @nosuchip , Don't forget that Oraclize is asynchronous and as such the call to your __callback method happens in a different transaction sent by Oraclize later on. I hope this helps! |
@bertani thank you for the response. I still see that issues with Ropsten/Rinkeby persist. But I'd like to clarify one thing - if I understood right, I should be able to run that example with commented out line that checks proof in your dapp IDE. But it still failed on contract creation step with error |
Hi @nosuchip, the issue should now be resolved for the testnets: there was a problem of mis-configuration in the network name, which made the proof fail. |
It is fantastic, but today this call |
This is fixed now. The Oraclize free deployments on testnets are experimental and they can experience issues from time to time. |
I am trying to get worked this contract. It was deployed here and as you can see in "Event Logs" section of the transaction 0x89646db5402eaa5d4bd9dc97acbb8953154d236a9111ce18c7e59cc2d9035469 contains only strange event indicated that oraclize contract was called. But there is not event that fired on callback called.
The text was updated successfully, but these errors were encountered: