ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

Unable to run example "ether-camp/oraclize-example" Error: [object ProgressEvent] / Could not start sandbox: Sandbox is not available #36

Closed 3esmit closed 7 years ago

3esmit commented 7 years ago

How to reproduce it:

  1. right click "workspace" -> "open terminal here"
  2. enter git clone https://github.com/ether-camp/oraclize-example.git
  3. open workspace/oraclize-example/contract.sol
  4. press "run active contract": leads to [object ProgressEvent]
  5. press "run active with debug": leads to Sandbox is not available

This seems to happen when this is added to ethereum.json:

  "plugins": {
    "oraclize": {
      "networkID": 161,
      "loadRealData": true
    }
  },

Tried reloading the ide, but still unable to make it run.

romanman commented 7 years ago

@asinyagin : good point, we didn't check oraclize for a long time curious also if we have problems there

romanman commented 7 years ago

@bertani : I think we will need your help on the new version, are you around?

romanman commented 7 years ago

@3esmit : fixed and deployed. Check it please.

3esmit commented 7 years ago

Working fine.