API calls quota exceeded! maximum admitted 30 per 1m

Hi there,

I am new to UiPath.

I am having issue with OCR method to automate a Citrix app. Well, I am using get text OCR inside a for each loop to click down on citrix app.
I am getting an error
"Invoke workflow: Error performing OCR: { "Message": "API calls quota exceeded! maximum admitted 30 per 1m" } UiPathOCRErrorInvalidResponse

image

I tried changing the scope and API keys and still getting this error after few clicks.

How can I resolve this issue.
Thank you.

1 Like

@Ping_Pong

As you might be using the community version

So it’s a limitation from the UiPath

Hope this will help you

Thanks

1 Like

There is a Limitation on Community Version for the likes of UiPath Screen OCR & Computer Vision,
If you go to your UiPath Orchestrator & go to licenses you will see the limitations and API Keys.
These limitations depend on either MB or Call Requests

In your for each, it might be worth adding a Catch exception handler that just adds a 1 Minute delay if you come across the limitation exception, before Retrying the step

1 Like

Thank you @Srini84 @Craig_Bannerman1

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.