python-eel / Eel

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

eel._websocket = new WebSocket(websocket_addr); error #503

Open waelmohamed113 opened 3 years ago

waelmohamed113 commented 3 years ago

Eel version Eel==0.14.0

Describe the bug sometimes when open a new html page i got this from console

eel.js:115 WebSocket connection to 'ws://localhost:8000/eel?page=insertBook.html' failed:

and when i open this file i found erroe in line

115 eel._websocket = new WebSocket(websocket_addr); eel isuue

emilioh93 commented 7 months ago

I have the same problem, were you able to solve it?

aboli-kedar commented 4 months ago

I am also facing the same issue, its happening intermittently.