ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.36k stars 888 forks source link

Remixd daemon crashes when I renamed the file in remix-ide #4015

Open mkbhru opened 10 months ago

mkbhru commented 10 months ago

Basically I am using Connect to localhost feature of RemixIDE by using npm package @remix-project/remixd. os: Ubuntu 22.04 RemixIDE: latest on web Remixd: 0.6.16

yann300 commented 10 months ago

thanks for the issue, could you send us the error stack trace?

yann300 commented 10 months ago

does your local user have write permission in that folder?

mkbhru commented 10 months ago

I don't know how to get error stack trace. But I can tell you what I did. I created that file using remix id itself so I think local user has the required permissions but when I renamed localhost get disconnected. image

mkbhru commented 10 months ago

thankyou for your response tho @yann300