What is the right data to provide to troubleshoot issues with Assistant?
General Data
- Software product version (visible under the Preferences -> Help section)
- Installation Type (Service or User Mode)
- Description of the issue
- Steps on how to replicate the issue
- Timestamp (including the timezone) of when the issue occurred.
Console logs for the UiPath Assistant User Interface
- Open Task Manager and identify the UiPath Assistant process, right click on it and choose "End Task"
- Run CMD (works as a regular user as well), run the command "C:\Program Files\UiPath\Studio\UiPathAssistant\UiPath.Assistant.exe" --dbg. Expect an output like the one below (it is a sample)
- After the UiPath Assistant window comes up, click anywhere on it (just do not launch a process). Press CTRL+SHIFT+ i
- This will open a devtools window (as exemplified in the screenshot below)
- Reproduce the problem
- If the issue is related to any communication that UiPath needs to do with external resources, like Integration Service Connectors or Marketplace projects, logs should be written in the Network area of the console. If you want to collect network logs (aka a .har file), check the options "Preserve log" and "Disable cache". Reproduce the behavior, then click on the download icon to save the .har file.
- However, the Console menu always collects entries. Click on the "Console" menu, press Ctrl + A on the keyboard to select all the entries, press Ctrl + C to copy the entries, then paste them into a text file.
Logs:
- Run the DiagTool
- Select the profile "Studio/Robot/Activities issues"
- Accept all the default selections by clicking on "Next"
- Share the exported file with UiPath Support.