error info:
Error response
Error code 401.
Message: Unauthorized.
requests.exceptions.ConnectionError:
HTTPConnectionPool(host=‘127.0.0.1’, port=9000):
Max retries exceeded with url: /test/
(Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x>: Failed to establish a new connection: [Errno 111] Connection refused’))
solution:
我在重启了接口服务后,调用接口出现了这个信息,是因为网络不好,重启失败了,服务没有成功启动。
换个好的网络下重启。