fastaddons / AI-Anywhere

Other
8 stars 1 forks source link

Thunderbird: Login button does nothing #6

Closed ploebb closed 1 year ago

ploebb commented 1 year ago

Describe the bug
After installing the plugin, the login-page of openai appears, but the buttons (Login, Signup) do nothing. Same behavior after a restart of thunderbird and going to the AI-Anywhere settings.

Device info:

Additional info grafik

Juraj-Masiar commented 1 year ago

There seems to be some kind of delay, I've tired it now and it took it about 5 or 10 seconds to react. If not, could you try to close it and reopen it again? I don't think I can fix this though since the login is fully handled by the ChatGPT website.

ploebb commented 1 year ago

Thanks for the quick reply. I waited a few minutes and restarted my machine but still no luck. The login on https://chat.openai.com/auth/login works fine though.

Is there any way to get a developer console or something for the login window to debug that further?

Juraj-Masiar commented 1 year ago

To open debugger, press "Ctrl + Shift + i". However, it won't work when the login window is focused (yet another bug in Thunderbird), so you need to focus main Thunderbird window first. Then when the debugger is opened, click the Console window - that may show some errors, especially once you click the Login button.

ploebb commented 1 year ago

Thanks, I got the debugger open. After loading the popup, nothing is happening in the network analyzer or the error console. Maybe some javascript gets blocked? I did not find a setting in thunderbird in that regard.

grafik

ploebb commented 1 year ago

I just tried with a blank thunderbird profile and it works fine there. So it's probably some addon or setting that interferes with the login page. I'll report back, if I find it.

ploebb commented 1 year ago

Okay something (possibly myself) disabled javascript in the advanced settings. I just enabled it and it works fine now. Thanks for your help! I guess we can close this.

grafik

Juraj-Masiar commented 1 year ago

Nice! How did you discovered that, crazy :)

ploebb commented 1 year ago

Just had a hunch 😄