ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://parisneo.github.io/lollms-webui/
Apache License 2.0
4.23k stars 535 forks source link

I get error when browsing to UI #151

Open Charkel opened 1 year ago

Charkel commented 1 year ago

I get error in console when browsing to http://localhost:9600 and chrome error ERR_CONNECTION_CLOSED

debug mode:false <gevent._socket3.socket at 0x265e7cb54e0 object, fd=780, family=2, type=1, proto=0>: Invalid HTTP method: '\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03º©yä\x12ÓôR\x048\x7fØ\x8cÀ\x80\x03+\x0fÔ<Ö\x13P§q\x92×#±HX\x17 ]\x10£h\x89E*\x0006\x86þ?A¨\x19º9ló±\x8f\x9e\x92åtyn\x82©]\x0b\x00 \x13\x01\x13\x02\x13\x03À+À/À,À0̨̩À\x13À\x14\x00\x9c\x00\x9d\x00/\x005\x00ÿ\x01\x00\x01\x93\x00\x00\x00\x0e\x00\x0c\x00\x00\tlocalhost\x00\x0b\x00\x04\x03\x00\x01\x02\x00\n'

I use Windows

ParisNeo commented 1 year ago

this is odd. It seams there is an error in your gevent websocket interface. Can you try to test the new ui instead? Just to understand if the error is also affecting the new ui.

To test the new ui, just set the use_new_ui setting in your configs/config_local.yaml to true (you can get back to old ui by setting it to false). Then you can run and test if this is working or not.

The new ui is not fully functional but has basic functionalities already working.

Best regards

andzejsp commented 1 year ago

is this resolved?