Why does Robot fail to run a project due to error NU3008?
Issue Description
When running an automation in an UiPath Robot, the error NU3008 can appear in the Robot logs, as described in the image below:
Resolution
Follow the steps below:
- Download the nuget.exe from here.
- Open a cmd.exe and provide the path of the cmd.exe and run the following command:
nuget.exe locals http-cache -clear
- Retry to install the previously impacted process.
For details, check this reference article.
If the problem persists after running the above command, follow the steps below:
- Inform the package source and the package author.
- Consult with your internal network team to see if they can set up an SSL Decrypt Bypass for all traffic directed to the affected package feeds in your error message. Check this documentation to allow access to the used Nuget feeds.
- Check if a proxy is present in the robot VM and follow this documentation.
- If none of the above indications worked, raise a case with UiPath Support through UiPath Customer Portal.