ConnectionError: HTTPConnectionPool(host='localhost', port=8088): Max retries exceeded with url: /startup-events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fdb1c791d60>: Failed to establish a new connection: [Errno 111] Connection refused')) #312
I was facing OS Error while using the default port (1015) and therefore switched to 8088 by editing the last line of visual_chatgpt.py and am now facing the following errors :
I was facing
OS Error
while using the default port (1015) and therefore switched to 8088 by editing the last line ofvisual_chatgpt.py
and am now facing the following errors :