cs01 / pyxtermjs

A fully functional terminal in your browser.
MIT License
361 stars 92 forks source link

Socket.io Error #20

Open W3SLAV opened 3 years ago

W3SLAV commented 3 years ago

Error with socket.io, prevents site from loading. Screenshot_2021-07-11_22-28-38 (2)

caph1993 commented 3 years ago

Same problem here, using Python 3.8. The browser's console says index.js:83 GET http://127.0.0.1:5000/socket.io/?EIO=3&transport=polling&t=NiW7TLN 400 (BAD REQUEST).

Whu-MT commented 2 years ago

Same problem happens to me. Solved by changing socket.io version from 1.x to 4.x. See https://python-socketio.readthedocs.io/en/latest/intro.html for more info.