Skip to content

HTTPConnectionPool  #2

Open
Open
@nj159

Description

@nj159

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions