Skip to content
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

HTTPConnectionPool #2

Open
nj159 opened this issue Sep 5, 2024 · 0 comments
Open

HTTPConnectionPool #2

nj159 opened this issue Sep 5, 2024 · 0 comments

Comments

@nj159
Copy link

nj159 commented Sep 5, 2024

Sorry to bother you again, I would like to ask you a question, I am running index4.py in a local windows environment. My minio server is running and http://127.0.0.1:60000/mybucket/extracted_frame_1109.jpg can open the image in the browser, but I get the following error:
[1109, 1499, 1673]
Error for frame 1109: 400, Bad Request
{"code": "invalid_param", "message": "Error checking URL: HTTPConnectionPool(host='127.0.0.1', port=60000): Max retries exceeded with url: /mybucket/extracted_frame_1109.jpg (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe3b8bebb50>: Failed to establish a new connection: [Errno 111] Connection refused'))", "status": 400}

Error for frame 1499: 400, Bad Request
{"code": "invalid_param", "message": "Error checking URL: HTTPConnectionPool(host='127.0.0.1', port=60000): Max retries exceeded with url: /mybucket/extracted_frame_1109.jpg (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff116df9b70>: Failed to establish a new connection: [Errno 111] Connection refused'))", "status": 400}

Error for frame 1673: 400, Bad Request
{"code": "invalid_param", "message": "Error checking URL: HTTPConnectionPool(host='127.0.0.1', port=60000): Max retries exceeded with url: /mybucket/extracted_frame_1109.jpg (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4fde497f70>: Failed to establish a new connection: [Errno 111] Connection refused'))", "status": 400}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant