Open pynchmeister opened 4 years ago
Hi, The problem is about remix ide. İ tried to conection with old version of ide and its connected successfully. U can try it temporary, i hope it will be fix soon.
Try reinstalling and causing a rejection error once. For some reason worked for me.
To cause the error, I hosted remixd to serve a bad URL (for example, I put an extra "/" at the end). After causing this error, I restarted remixd with a working URL and was able to reach my files on the remix IDE.
The above worked for me. Note that I could not get it to work without reinstalling remixd. The steps I took were:
$ npm install -g remixd
$ remixd -s . --remix-ide https://remix.ethereum.org/
// close the terminal and re-open
$ remixd -s . --remix-ide https://remix.ethereum.org
thanks @sidko bout that didn't work for me, hopefully I find a hack around this soon. I ought to work with the previous Remix versions for now...
Please update your remixd version to the latest (v0.2.4-alpha.0) and let us know if it fixes the error for you. @pynchmeister
I've been using RemixD with great success lately but it looks like the most recent commit caused a bug, at least on my end. Here is the full error log:
If I can discover the root of the bug, I'll make a PR.