win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.08k stars 69 forks source link

Unable to sign in to ChatGPT #334

Open DellM-79 opened 5 months ago

DellM-79 commented 5 months ago

I'm running Supermium 122 on Windows XP, and for some reason, it doesn't seem to show the ChatGPT sign in page. How come??

metapea commented 5 months ago

It's works for at least for win7. Are talking about the blank page bug when opening a site? It should works normally after wait for around a 1 minute

matthewadamsdk commented 5 months ago

I'm running Supermium 122 on Windows 11 and can confirm the same issue. Didn't have this problem for the previous versions.

Once you click on "Log in": image

... you just get taken to a white page, which doesn't go away even after 30 minutes.

win32ss commented 5 months ago

Windows 10 test VM is working, as is my XP x86 test VM, but XP x64 test VM is not.

The console reads: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.

Looks like a longstanding issue for OpenAI: https://community.openai.com/t/blank-page-at-the-login-of-the-chatgpt/383878/21

And the solution specified today works on that "bad" VM, which is to change auth.openai.com to auth0.openai.com when encountering the blank login page.

matthewadamsdk commented 5 months ago

I can confirm that using auth0.openai.com works fine for Supermium 122 on Windows 11. 😊