You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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}
The text was updated successfully, but these errors were encountered: