我正在运行一个Web应用程序以进行Twitter关键字搜索。哪个工作正常,突然开始出现此错误
requests.exceptions.ConnectionError
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=10000): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7f8e377320>: Failed to establish a new connection: [Errno 111] Connection refused',))
这是我收到此错误的网页。
我在python脚本中使用了相同的令牌和密钥,并试图调用Twitter,它给出了结果。
我还尝试使用新的令牌和密钥进行更改,以防超出先前凭证的限制。但是为此,它也给出相同的错误。
任何解决此问题的方法吗?