visual-chatgpt
visual-chatgpt copied to clipboard
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'))
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 :

Have you solved the problem?