Error unattended robot computer vision

Hello, I am testing an unattended robot automation and it was working well, but yesterday Studio was updated to version 2025.0.176 (Community) and now when I run it, I get this error.

I ran several tests and was able to identify that it happens when I use the computer vision activity, but the strange thing is that this activity was already included in my previous test that did work. From the studio in packages I tried to install that error package (UiPath.CoreIPC) but it does not show up.

The strange thing is that if I run it locally, it works.

I appreciate your help, thank you very much.

Hi @rpa40

As per screenshot seems like some dependency missing

You need to add UiPath.CoreIPC (>=2.0.1) in your project, republish, and ensure the unattended robot can fetch that dependency.

Also update UiPath.System.Activities and UiPath.UIAutomation.Activities to the latest stable version

Let me know if this works for you

Thanks

Hello @Akash_Javalekar1

Thank you very much for your response, I have already validated the versions of UiPath.System.Activities and UiPath.UIAutomation.Activities and updated them to the latest stable versions.

But when I search for dependencies - all packages - I look for UiPath.CoreIPC and nothing appears.

I even created a new simple project with 2 activities, see the dependencies.

image

I published it and run it from the orchestrator and it runs well, but when I include a computer vision activity and do exactly the same thing by publishing it and running it from the orchestrator, it immediately generates the error I initially attached.

thank you very much

Hi @rpa40 can you show us what computer vision activity you are using?

Hello @Akash_Javalekar1
Yes, look, in the new project I only included one click generating activity

I thank you

Hi @rpa40

Can you try to install UiPath.coreIPC from UiPath official feel and try to publish and run from orchestrator and see if you still getting same error?
For your reference attached screenshot

1 Like

Hey @rpa40 Right click on the dependency and repair the dependency and then try see if it execute or not.

Cheers

Hello @Akash_Javalekar1
I really appreciate your help, I am new and even though I had already accessed that option to search for it, it didn’t appear because it was filtered with another check, so your image helped me a lot, it was with the filter of only UiPath.
I did that and then it appeared, I installed it and published it again and now it no longer generates that error.Thank you very much.

Glad it worked
Happy Automation

1 Like

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