Punit
Venv not found
So I have a network volume which I use to run pods for ComfyUI and I had created a venv in it. It was working fine for few months but now suddenly it shows error
bash: venv/bin/activate: No such file or directory
I dont have my venv anymore?
7 replies
Error while running ComfyUI
When I use python main.py --listen command, I get this error
Error handling request
Traceback (most recent call last):
File "/workspace/venv/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 350, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
Invalid method encountered:
b'\x16\x03\x01\x02\x1a\x01'
^
Any idea why?
6 replies