ethereum / remix-desktop

Remix IDE desktop
1.02k stars 266 forks source link

The versions after 1.3.0 in ubuntu have no deploy button?? #89

Closed KenHopkin closed 2 years ago

KenHopkin commented 2 years ago

The versions after 1.3.0 in ubuntu have no deploy button?? I can not find that in the ui and plugin

KenHopkin commented 2 years ago

I have download and test 1.3.0.deb and 1.3.1, 1.3.2, all of them have no Deploy or Run button

yann300 commented 2 years ago

you should have it. Do you mean you don't see to the deploy tab (side panel) or that you see the deploy tab but you can't actually deploy a contract?

KenHopkin commented 2 years ago

I mean I can't see the deploy tab(side panel) image

you should have it. Do you mean you don't see to the deploy tab (side panel) or that you see the deploy tab but you can't actually deploy a contract?

yann300 commented 2 years ago

We are tracking this issue since a while, but couldn't really reproduce it. Could you open the developer tools and post the errors here? To fix this you could either:

KenHopkin commented 2 years ago

Thanks for your advice. But I can't find "run and deploy" in the plugin manager. ( I search it, but I can't find it) image The errors are as follows, is anything wrong? image

We are tracking this issue since a while, but couldn't really reproduce it. Could you open the developer tools and post the errors here? To fix this you could either:

  • go in the plugin manager (the plug icon) and activate run and deploy manually.
  • or remove the key "workspace" from the local storage (that you can access through the developer tools).
yann300 commented 2 years ago

oh ok I see, so can you try the second solution:

KenHopkin commented 2 years ago

oh ok I see, so can you try the second solution:

  • remove the key "workspace" from the local storage (that you can access through the developer tools).

Do you mean deleting this? I had deleted it but I still can't see the deploy tab(side panel)

image image

yann300 commented 2 years ago

I mean this, you can open the developer tools in the menu Help remix

KenHopkin commented 2 years ago

I mean this, you can open the developer tools in the menu Help remix

Oh, thanks! I have removed the key "workspace" from the local storage, and after I restart remix-ide, the deploy tab (side panel) shows up! image

yann300 commented 2 years ago

ok great, if you see the issue again, could you send us the content of the terminal, I'd like to check the javascript errors? thanks. Let's keep the issue opened

KenHopkin commented 2 years ago

ok great, if you see the issue again, could you send us the content of the terminal, I'd like to check the javascript errors? thanks. Let's keep the issue opened

ok, I will.

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.