Traceback (most recent call last):
File “/Users/ralph.krausse/candelete/robo/robo/robo.py”, line 10, in
result = CLIENT.ocr_image(inference_input=“./container1.jpeg”)
File “/Users/ralph.krausse/candelete/robo/robo/lib/python3.10/site-packages/inference_sdk/http/client.py”, line 89, in decorate
raise HTTPCallErrorError(
inference_sdk.http.errors.HTTPCallErrorError: HTTPCallErrorError(description=‘403 Client Error: Forbidden for url: https://infer.roboflow.com/doctr/ocr?api_key=rf***v2’, api_message=‘Forbidden’,status_code=403)
Traceback (most recent call last):
File “/Users/ralph.krausse/candelete/robo/robo/robo.py”, line 10, in
result = CLIENT.ocr_image(inference_input=“./container1.jpeg”)
File “/Users/ralph.krausse/candelete/robo/robo/lib/python3.10/site-packages/inference_sdk/http/client.py”, line 89, in decorate
raise HTTPCallErrorError(
inference_sdk.http.errors.HTTPCallErrorError: HTTPCallErrorError(description=‘500 Server Error: Internal Server Error for url: https://infer.roboflow.com/doctr/ocr?api_key=uK***Pl’, api_message=‘Internal error.’,status_code=500)