Thermionix / fusion360

This is the snap for Autodesk Fusion 360
MIT License
162 stars 14 forks source link

Can't start browser to sign in #28

Closed atlantismgmt closed 2 months ago

atlantismgmt commented 3 months ago

I can't start browser to sign in.

I get this error

Finished request Handshake. But response is empty. Finished request Handshake. But response is empty. Handshake failed Finished request Handshake. But response is empty. Finished request Handshake. But response is empty. Handshake failed Finished request Handshake. But response is empty. Finished request Handshake. But response is empty. Handshake failed

MikeJansen commented 3 months ago

I am having the same problem, Ubuntu 22.04.4.

Elk-I commented 3 months ago

Did anyone managed to fix this issue? I have the same problem

GeorgeDowning20 commented 3 months ago

Did anyone managed to fix this issue? I have the same problem

Mee to

gillotte commented 2 months ago

this seems related - https://forum.winehq.org/viewtopic.php?t=38443

Thermionix commented 2 months ago

I've updated the package to include webview2 & firefox login hook, however fusion360 installer is currently failing due to wine issue, I've pushed a merge request to winehq

root-hal9000 commented 2 months ago

I've updated the package to include webview2 & firefox login hook, however fusion360 installer is currently failing due to wine issue, I've pushed a merge request to winehq

I see that it was merged shortly after - does this mean the installer should be good now?

Thermionix commented 2 months ago

Awaiting wine-9.8 release in a few weeks

smirgol commented 2 months ago

@Thermionix Sorry to warm up this closed thread, but once I've logged in, how do I pass back the login info back to fusion360? After successfully logging in on the website in Firefox and clicking the "back to app" link, it asks me to chose the handler to process the callback, but I have no idea what to pick there.

I've installed the new edge version today and executed those two additional sudo commands. Not sure what I'm missing. Thank you!

Thermionix commented 2 months ago

so the post-install script sets this up,

can you check the output of cat ~/.local/share/applications/adskidmgr-opener.desktop

e.g. mine:

$ cat ~/.local/share/applications/adskidmgr-opener.desktop
[Desktop Entry]
Type=Application
Name=adskidmgr Scheme Handler
Exec=sh -c 'fusion360.wine "$(find /home/thermionix/snap/fusion360/common/.wine -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"'
StartupNotify=false
MimeType=x-scheme-handler/adskidmgr;
Thermionix commented 2 months ago

and check output of xdg-mime query default x-scheme-handler/adskidmgr

$ xdg-mime query default x-scheme-handler/adskidmgr
adskidmgr-opener.desktop
smirgol commented 2 months ago

Thank you for your response. I've checked the things you mentioned and checked that the result of the Exec points to the correct things, also the mime is registered correctly. Unfortunately after choosing to open the callback with the adskidmgr-opener.desktop, nothing happens. I don't blame you, probably something is fed up on my side or just fusion things. sighs* Thank you for your efforts, though!

Thermionix commented 2 months ago

I also had to click the retry link for it to work: Screenshot_20240505_115516

Also maybe try run $ journalctl -fl in the background as you click it to see if theres an error being logged

Thermionix commented 2 months ago

Also, this is being worked on in #30