-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get refused connecting to the toolbench server #303
Comments
Hello, it is running normally now, you can try again |
@sailaoda Thanks for the attention! However, I still get the same error ("ConnectionError") after several "ReadTimeout" errors when I try the new server IP released yesterday. requests.exceptions.ReadTimeout: HTTPConnectionPool(host='47.99.174.162', port=8080): Read timed out. (read timeout=300) To reproduce:
Thanks. |
Hello, you can use the latest host 8.130.32.149, which is the server we will maintain for a long time in the future. Please feel free to contact us if you have any questions, thank you |
Hi @sailaoda , I believe the same issue is occurring again even with the 8.130.32.149 URL, has the server URL been changed? |
Hello @YashThirani21 , there are very few tools that do report errors, you can try this command to see if the service responds. |
Thanks for the tip @sailaoda , in a specific example I was working with, it turned out to be a JSON formatting issue in the request body. But fixing that just led me to the familiar problem of "Unsubscribed error...". Could you shed some light on why that might still be occurring? |
Hi, I'm getting an error connecting to the server after running some tests. Is there a way I can solve this problem?
requests.exceptions.ConnectionError: HTTPConnectionPool(host='39.105.143.28', port=8080): Max retries exceeded with url: /rapidapi (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f54f6b8b350>: Failed to establish a new connection: [Errno 111] Connection refused'))
The text was updated successfully, but these errors were encountered: