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:
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