ERROR 401 Computer vision cannot be enabled: the current user is not authenticated

Buenos dias a todos. Tengo un proceso donde realizo varios clicks en diferentes paginas web. Algunas veces falla algun clic por lo que estoy queriendo utilizar computer vision para poder darle robustes a los clics. Estoy trabajando con una version On-Premise y me esta ocurriendo ese error cuando intento activar el computer vision dentro del clic que ya tengo.
Como hago para poder solucionarlo? necesito poder mantener los clics por que son demasiada cantidad, pero en algunos puntuales utilizar CV.
No me da la opcion en el clic de poder poner la API KEY

Good morning, everyone. I have a process where I perform multiple clicks on different web pages. Occasionally, a click fails, so I am looking to use computer vision to enhance the robustness of these clicks. I am working with an On-Premise version, and I encounter an error when I try to activate computer vision within the existing click action.

How can I resolve this issue? I need to maintain the clicks because there are too many, but I want to use CV for some specific ones. The option to input the API KEY is not available in the click action.

Hi @Guido_Bonanata

I hope AI translated your post correctly :slight_smile: - if it did, the fix is easy: you just need to edit the CV endpoint value in Project Settings > Computer Vision, replacing the default value (which points to the UiPath Cloud Server) with the one pointing to your on-premise server:

The API Key is only needed when using the UiPath CV Cloud Server (the default value). No need for API Key when using an on-premise server.

Muchas gracias!!! el problema es que no se donde encontrar esa parte donde me dejaste la imagen. Tengo 2 servidores, uno de desarrollo y uno de produccion, necesito hacerlo en ambos o que lo haga en uno esta bien? podrias decirme como acceder a esa parte por favor?

Thank you very much! The issue is that I don’t know where to find the section where you left the image.

You first go to the Project section in Studio and find this button:
Screenshot 2024-10-16 at 17.36.09

And then you edit the Computer Vision > Server value:

I have two servers, one for development and one for production. Do I need to do it on both, or is it sufficient to do it on just one? Could you please tell me how to access that part?

So you have two CV on-premise servers? I highly doubt this, you don’t need to. I think you’re reffering to two different environments. The Server value in Project Settings > Computer Vision needs to be the one that the robot (at run-time) will also use. So the url to your on-premise CV server.