Hi all, need a help from you guys.
I’m trying to publish the robot, however there is an error saying “Error: The package ‘Shipment_Correction_(GB)’ contains invalid characters. Examples of valid package IDs include ‘MyPackage’ and ‘MyPackage.Sample’.”
I believe it is because of the bracket in the name. So now how do you rename my package?
1 Like
Change project id in project.json that’s located in main directory of your project.
2 Likes
Hi, thanks for your idea. But I’m unable to open the project json file. How do i got with it now?
Have you tried with notepad? Its just a text file.
I encountered the same trouble.
I solved it by changing the word from () to another word or delete.
-example-
Before ‘Shipment_Correction_(GB)’
After ’Shipment_Correction_GB’
1 Like