I am getting the following error when I try to publish my RPA project from Studio to the Orchestrator. Please help.
Package metadata extraction failed.
The RPA workflow is running fine with no errors. However, when I try to publish, it is throwing this error. The process creates a Zendesk ticket on receiving a new email to inbox.
Try to create a new dummy project and see if you are able to publish
If you are able to publish then go to your project where you have error and click on show hidden files and take a backup and delete the folders which start with .(dot) and then reopen and try to publish
Hi @Srilakshmi_Meesala - Check your project dependencies, if there are any duplicated packages (ie UiPath.system.activities & UiPath.system.activites.runtime), then you need to delete one dependency, then try to deploy the package.
Thank you @sonaliaggarwal47
I figured out the issue. I was having an out argument with type as Gmail.Message. It worked after converting it to string type.