I created a custom library and wish to install the library from the package manager. I am not able to find the package in the list of ‘Manage Packages’. I have published the package and able to see the .nupkg in the folder C:\Users<user name>\Documents\UiPath\Library. Please guide
But I am facing a new problem now:
“Authenticate: Could not invoke client method.” This may be because it’s not able to make a connection with Orchestrator.
@Pablito I went through the above post. This seems a little complex as compared to the 2019.4 training course. I am still trying to figure out to make it working but havent been able to so far.
Unfortunately, the authentication is much trickier with platform.uipath.com becoming a cloud service with better authentication.
This means that the first activity Authenticate will not work anymore. You will need to get your access_token first using the procedure from the post I liked here and then use it as you would bearer_token.
@loginerror : Can you please share the 4 xaml files (GetTokens, getAccountsForUser, getAllServiceInstances, getLicense) once again for reference, as I am not able to open the xaml files
Could you try unpacking the entire project and opening the project.json with Studio instead of the specific xaml files?
You can also use the Open project option in Studio and point to the project.json file.
Make sure to unpack it anew again.
It should then download the proper dependencies and properly display the project
Hi @loginerror, I have unpacked the entire project and also downloaded the proper dependencies. It’s working fine now.
I have one question though - My original project does not have Authenticate activity anymore but I am not able to understand how to link the original project (StartProcess_SpecificRobot) with the 4 xaml files shared. Please advise. Sorry for asking too many questions
currently, l am taking "user interface Automation in StudioX " course ,there is vidio where we have to installed package(DoubleUILibrary.1.0.2) from the Manager Packege .
I put the correct path for the file ,but the package not found