[AutomationTracker] The service is not enabled

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 :

  1. Open UiPath Assistant → Settings → Preferences → Advanced.

  2. If you see an option for Automation Tracker or Telemetry, turn it off.

  3. 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).

Hi @zengjingrutest

Pls check below link :slight_smile:

If you found helpful, mark as a solution