You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo sight and perhaps also the API are down. I had a python code running about a year ago, and had no trouble accessing the API with POST requests. Now I am getting a connection error.
**ConnectionError**: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/text/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000001303E37F0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',))
I don't know if its the host I am using or if the API is down. Any advice? I need some help.
The text was updated successfully, but these errors were encountered:
The demo sight and perhaps also the API are down. I had a python code running about a year ago, and had no trouble accessing the API with POST requests. Now I am getting a connection error.
**ConnectionError**: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/text/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000001303E37F0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',))
I don't know if its the host I am using or if the API is down. Any advice? I need some help.
The text was updated successfully, but these errors were encountered: