-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remix runtime errors #128
Comments
@kbachnik quick question, are you using Brave with Shields on? |
|
@kbachnik, can we ask you for a few more details of this behaviour? We suspect what may be the problem, but to be clear, would you like to fill in the details as per below? To Reproduce
NOTE: Please clearly indicate the time (with timezone or in UTC) when you have observed the error. Screenshots Cairo files Starknet Remix Plugin details
Host system (please complete the following information):
|
Go to: https://remix.ethereum.org/#lang=en&optimize=false&runs=200&evmVersion=null&version=soljson-v0.8.18+commit.87f61d96.js Click on Activate Write file permission error: Error from IDE : [TIMEOUT] Timeout for call writeFile from Starknet Checking the Permissions tab : Checking the Straknet logo on the sidebar : Then i refreshed the page and checked the Starknet logo again : Second try Go to: https://remix.ethereum.org/#lang=en&optimize=false&runs=200&evmVersion=null&version=soljson-v0.8.18+commit.87f61d96.js Click on Activate Write file permission error: Error from IDE : [TIMEOUT] Timeout for call writeFile from Starknet Checking the Permissions tab : Checking the Straknet logo on the sidebar : Then i refreshed the page and checked the Starknet logo again : =============================================================================== I am using this instruction from nethermind-eth The time, when i indicate the Error - 00:50-01:05UTC Im using the default Starknet plugin from Remix Im using a wallet configuration All Cairo files that i have : System Spec : |
@kbachnik thank you for your patience in getting all the details to us! Your attempts appear to have coincided with plugin backend outages which we have experienced during the last few days. We believe we have rectified these now - would you like to give the plugin another spin and confirm it is now compiling as expected? |
Same error today |
@henryf10h An empty plugin panel indicates the plugin hasn't loaded. This can be caused by connectivity problems - the following link must work from your browser, and must return a blank screen (with React-related HTML markup visible in page source): https://cairo-remix-test.nethermind.io/ . Can you test that and confirm the URL responds correctly. Note: The plugin, when launched, must be able to connect to following URLs as well:
Note2: I see in your URL bar that you have been trying to connect to Remix/Starknet plugin using an external link, with incorrect |
@kbachnik we were digging a bit deeper in the symptoms you are observing. The stacktrace error indicates that the browser is blocking access to
Note: even with "Block third-party cookies" activate, exceptions can be added to a whitelist - the whitelist must include:
I hope this helps now. |
Hello @stranger80 ,
|
@henryf10h would you like to join our Telegram channel (as posted on the repo's main README.md header)? Seems like something is interfering with js code on the Remix page, but that requires more sophisticated debugging (eg. clear the js console and network traces, restart Remix UI from the https://remix.ethereum.org/#activate=Starknet and watch Console and Network for errors...) Also, do other Remix plugins launch for you (eg. Tenderly)? |
@henryf10h @kbachnik by any chance, are any other Remix plugins working for you right now? You might want to try using a VPN, there has been issues reported in our telegram regarding the list of plugins not showing due to location restrictions. |
@EdgarBarrantes other Remix plugins work well |
ok, I just used VPN, and I still get the same. pd: I can not see other plugins such as tenderly. |
Thanks for your patience and reports :) @henryf10h, could you try out connecting to a different server? E.g.: France, USA? If you can't see the other plugins it's most likely the location issue reported in Telegram unrelated to this plugin. @kbachnik, do you think you could clean cache ("Clear site data" in the Application tab in developer tools) and reload, we made some changes that should fix the timeout (we're working on more optimisations), also, be sure you're not getting running in incognito mode / blocking 3rd party cookies like stranger80 said. Thanks a lot. |
@EdgarBarrantes Same error |
Hello @EdgarBarrantes , I still get the same blank page even if I set the VPN to USA. |
Hello team, Is there any clue what could be happening? I have been trying to connect from different vpn's locations. Is there a remix tool that supports cairo in VSC? |
After adding and activating the plugin I give permissions 4 times. Then in Starknet logo left sidebar I see this error :
In Plugin Manager Permissions - No Permission requested yet.
How to fix this?
The text was updated successfully, but these errors were encountered: