Synthetixio / synthetix

Synthetix Solidity smart contracts
https://synthetix.io/
MIT License
1.22k stars 602 forks source link

Exchange UI error: call exception #169

Closed grigio closed 5 years ago

grigio commented 5 years ago

it seems the data on https://synthetix.exchange aren't loaded anymore, I get this error

1.cafdaec4.chunk.js:1 Uncaught (in promise) Error: call exception (address="0xba34e436C9383aa8FA1e3659D2807ae040592498", method="rateIsFrozen(bytes4)", args=[{"0":105,"1":66,"2":78,"3":66}], version=4.0.27)
    at Object.n [as throwError] (1.cafdaec4.chunk.js:1)
    at 1.cafdaec4.chunk.js:1
grigio commented 5 years ago

Now it seems to work, maybe it was just a partial deployment

hav-noms commented 5 years ago

It can happen when the DApps don't get all the blockchain data from failed requests from infura.io. usually a refresh or wait a bit before trying again.