LayerXcom / vyper-remix

Remix Vyper Plugin
Apache License 2.0
17 stars 36 forks source link

Using local compiler throws error on injection #81

Open OliverNChalk opened 5 years ago

OliverNChalk commented 5 years ago

I am running the beta4 compiler locally on port 8000. Compiling works fine, however, I am thrown an error upon (i believe) returning the result to Remix and setting up the Run tab (for deploy). This is the error I receive: image

The bytecode still shows after exiting out the error, however, the contract selection drop-down remains empty: image

After exiting out the error notification, the compile bytecode remains and can be copied, however, I have found no way to pass it to Remix in order to deploy the contract (in Javacript VM or elsewhere).

nrryuya commented 5 years ago

@OliverNChalk

Sorry for not explaining enough, beta4 is not supported anymore. Could you try with beta6 or latest beta7?