ethereum / remix-desktop

Remix IDE desktop
1.02k stars 266 forks source link

Can't work -- win10 #72

Closed gjgjgjgj closed 2 years ago

gjgjgjgj commented 3 years ago

1629360829(1) As shown, remix-desktop don't work properly

MuhammadAwaisAhmad commented 3 years ago

I have the same issue on mac m1. When I open the remix app and it stucks on this screen. I have reinstalled multiple versions but the issue presists

Screenshot 2021-08-19 at 6 26 08 PM
MuhammadAwaisAhmad commented 3 years ago

@yann300 can you please tell any temporary workaround I am kinda in the middle of a project.

yann300 commented 3 years ago

@MuhammadAwaisAhmad @gjgjgjgj could you please click on help, open the developer tools and please send us any error / log you get. This might happen if you have a low internet connection, but this shouldn't be forever stuck.

MuhammadAwaisAhmad commented 3 years ago

Uncaught (in promise) SyntaxError: Unexpected end of JSON input at JSON.parse () at Object.get (main.js:59806) at PluginLoader.get (main.js:59830) at App._callee2$ (main.js:33002) at tryCatch (polyfills.js:14612) at Generator.invoke [as _invoke] (polyfills.js:14838) at Generator.prototype. [as next] (polyfills.js:14664) at asyncGeneratorStep (main.js:32758) at _next (main.js:32760) at main.js:32760

@yann300 this is what the console says, if there's a way where I can access more detailed logs, please let me know. I have been trying for weeks and it remains stuck forever.

yann300 commented 3 years ago

could you access the local storage (using the developer tools) and send me the value associates with the key workspace remi desktop

MuhammadAwaisAhmad commented 3 years ago

the workspace

Screenshot 2021-08-19 at 7 20 22 PM

has no value

MuhammadAwaisAhmad commented 3 years ago

@yann300 I copied and pasted the workspace value from my remix web ide and it worked even tho I had no idea what I was doing. is this fix temporary or am i good to go? if so thank you so very much for your time.

yann300 commented 3 years ago

copied and pasted

where? the value of workspace was corrupted, i still have no idea why...

MuhammadAwaisAhmad commented 3 years ago

It has unexpected behaviour, It works for now but sometimes it doesn't work. when it works and connected to local host this is the error on console. sometimes there'a also an error listed about connection with localhost even tho it is connected with localhost. I am attaching the screenshot for future improvements.

Screenshot 2021-08-19 at 7 32 18 PM
MuhammadAwaisAhmad commented 3 years ago

copied and pasted

where? the value of workspace was corrupted, i still have no idea why...

The value of workspace is still corrupted most of the time i open it, i have to copy it from web browser and paste and restart.

yann300 commented 2 years ago

the latest release should fix that - https://github.com/ethereum/remix-desktop/releases - sorry for the delay. Please make sure to reopen if the issue persists.