shadowcz007 / comfyui-mixlab-nodes

Workflow-to-APP、ScreenShare&FloatingVideo、GPT & 3D、SpeechRecognition&TTS
https://mixlabnodes.com
MIT License
1.32k stars 83 forks source link

Brakes HTTPS #335

Open spider2077 opened 2 months ago

spider2077 commented 2 months ago

oki so I use comfyUI remotly via https and for some reason Mixlab Nodes brakes https, http is still functional but thats un secure and problematic... here is the error i get in the console when i try to establish connection with comfyui:

Error handling request Traceback (most recent call last): File "X:\ComfyUI_windows_portable_nvidia\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 362, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "aiohttp_http_parser.pyx", line 563, in aiohttp._http_parser.HttpParser.feed_data aiohttp.http_exceptions.BadStatusLine: 400, message: Invalid method encountered:

bytearray(b'\x16\x03\x01\x07')

when I disable MIXLAB it works beautifully