comfyui-mixlab-nodes icon indicating copy to clipboard operation
comfyui-mixlab-nodes copied to clipboard

OSError: [Errno 98] error while attempting to bind on address ('0.0.0.0', 3001): address already in use

Open MaxTran96 opened this issue 1 year ago • 1 comments

https_key OK: /workspace/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/certificate.crt /workspace/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/private.key Traceback (most recent call last): File "/workspace/ComfyUI/main.py", line 220, in loop.run_until_complete(run(server, address=args.listen, port=args.port, verbose=not args.dont_print_server, call_on_start=call_on_start)) File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/workspace/ComfyUI/main.py", line 124, in run await asyncio.gather(server.start(address, port, verbose, call_on_start), server.publish_loop()) File "/workspace/ComfyUI/custom_nodes/comfyui-mixlab-nodes/init.py", line 219, in new_start await site2.start() File "/usr/local/lib/python3.10/dist-packages/aiohttp/web_runner.py", line 121, in start self._server = await loop.create_server( File "/usr/lib/python3.10/asyncio/base_events.py", line 1519, in create_server raise OSError(err.errno, 'error while attempting ' OSError: [Errno 98] error while attempting to bind on address ('0.0.0.0', 3001): address already in use

MaxTran96 avatar Dec 16 '23 21:12 MaxTran96

any update?

MaxTran96 avatar Dec 23 '23 21:12 MaxTran96