Hi! So my main aim with the drone is to fly and put the live stream through an AI model for object detection. Alone the code works perfectly fine to get the live stream, but just as I input that stream variable into the AI, it gives me this error:
Any ideas on why is this happening and how to solve this?
Code:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.ultralytics.com', port=443): Max retries exceeded with url: /v1/usage/anonymous (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001736E9B7BE0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))