python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.28k stars 581 forks source link

Eel stopped working on one device in chrome/chromium/electron #705

Closed panthuncia closed 9 months ago

panthuncia commented 9 months ago

Describe the problem Eel suddenly stopped working in chrome/chromium/electron on one specific device. I've reinstalled python (11), eel, chrome, chromium, and node, and it does not work.

In firefox it works fine, on other computers it works fine in chrome, but on this specific machine I get nothing but ERR_CONNECTION_RESET in chrome/chromium, and electron just shows a white screen.

Any ideas about what could cause this? No errors are reported anywhere as far as I can see- nothing in the JS console, and nothing in Python either.

Code snippet(s) Any of the example programs, or anything else using eel

Desktop (please complete the following information):

Edit: I reinstalled windows, and the issue stopped. I still have 0 clue what caused this.