studio有这个提示:[AutomationTracker] The service is not enabled, 然后流程卡住不动了,这怎么办?尝试过降低system依赖包版本,但是没有什么作用
Hello @zengjingrutest,
UiPath is trying to use a background tracking service that’s turned off or not available.
Follow these steps and Fix :
-
Open UiPath Assistant → Settings → Preferences → Advanced.
-
If you see an option for Automation Tracker or Telemetry, turn it off.
-
If that option isn’t visible:
. Open file:
%ProgramData%\UiPath\UiPath.settings
. Add this line inside the JSON:
“AutomationTracker.Enabled”: false
. Save the file.
. Restart the UiPath Robot service (from Services.msc).