- Overview
- Quickstart
- Trust and compliance
- Governance
- Features
- Cartographer
- Delegate for Testing
- Reference
- Troubleshooting
- Troubleshooting
- Backup and restore
Solutions for common Delegate issues, including screen context errors, permission problems on macOS and Windows, and connectivity or tool integration failures.
This page is your single reference for resolving issues in Delegate.
Setup and installation
I don't see my applications
- Check that Screen Context is enabled (toggle at bottom of window)
- Verify screen recording/accessibility permissions are granted in System Settings (macOS) or that UAC (User Account Control) was accepted (Windows)
- Restart Delegate after granting permissions
Delegate says it can't access a website
- Check your internet connection
- Some corporate networks block certain AI services—contact your IT department if you suspect this
- Try a different website to isolate the issue
The browser extension isn't detected
- Ensure the extension is installed and enabled in your browser
- On Chrome:
chrome://extensions→ Delegate should be listed and enabled - Restart your browser after installation
- Re-run the Setup Wizard from Settings if needed
I can't sign in
- Verify your UiPath account credentials
- If your organization uses SSO (Single Sign-On), ensure you are on the corporate network or VPN
- Check that your tenant is correctly selected
Tasks and prompts
Delegate didn't understand what I wanted
- Break the request into smaller steps
- Be more explicit about the goal and format
- Provide an example of the desired output
It started doing something I didn't expect
- Press Escape to stop
- Ask "What are you trying to do?" to understand its reasoning
- Redirect with a clearer instruction
The task is taking too long
- Check if you are in Background mode (slower but non-blocking)
- Ask for a status update: "What's taking so long?"
- Consider breaking into smaller chunks for complex tasks
It keeps asking for confirmation
- You are in Guided mode—this is expected for safety
- Switch to Autonomous mode for trusted, repetitive workflows
- Review Security settings if you want to adjust what triggers confirmation
Security and permissions
Delegate says it doesn't have permission
- Check Settings → Security → the relevant tool category is enabled.
- Check Tool permissions for the specific tool or connector operation.
- Check if the target app or site is in Blocked apps/websites under UI automation, or the path matches a category under Protected files.
- Try switching to Cautious mode temporarily to see the specific denial.
I approved an action but it still failed
- Check OS-level permissions (macOS Privacy settings, Windows UAC).
- Verify the application or site is not in Blocked apps/websites under UI automation.
- Check if the file path matches a category under Protected files.
- Review the error message — it may indicate a different issue (network, auth, etc.)
I want to allow a site that's blocked
- Open Settings → Security → UI automation, and check Blocked websites — remove the site if it's listed individually, or if it was added as part of a category (Banking, Payments, Crypto, Password Manager, Government, Healthcare).
- If the setting is locked and shows as managed by your organization, contact your administrator instead — it is enforced through Automation Ops and cannot be changed locally.
A skill keeps asking for permissions I already granted
- Check if the skill is requesting a different permission than before.
- Verify the skill's manifest matches what it actually uses.
- Some permissions are session-scoped and require re-approval.
- Check Settings → Permissions → Allowed Agents to ensure the relevant agent is enabled.
Connections
Integration Service: Connection failed or Authentication error
Causes
- OAuth token expired
- Password changed in the source service
- Organization policy revoked third-party access
- Insufficient permissions granted
Solutions
- Go to Settings → Connections → Reconnect.
- If that fails, revoke and recreate the connection.
- Check the service's own third-party app settings.
- Verify you have the necessary permissions in the source application.
Integration Service: No connection found for [service]
Cause: You asked Delegate to use a service that is not connected
Solutions
- Create the connection in Settings → Connections.
- Or specify a different approach that does not require that service.
Integration Service: Insufficient permissions
Cause: The connection exists but lacks the scopes needed for the requested action
Solutions
- Disconnect and reconnect, granting additional permissions when prompted.
- Check with your IT administrator if organization policies restrict scopes.
MCP: Failed to connect to MCP server
Causes
- Remote server is down or unreachable
- Local process failed to start
- Network/firewall blocking the connection
- Invalid URL or configuration
Solutions
- Verify the server is running (for local) or accessible (for remote).
- Check the URL/command for typos.
- Test the endpoint manually (curl, browser).
- Check firewall settings.
- Review local process logs for startup errors.
MCP: Server connected but no tools available
Cause: Server is running but has not registered any tools, or tools failed to initialize
Solutions
- Check the server's documentation for required configuration.
- Verify environment variables are set correctly.
- Restart the MCP server.
- Check server logs for initialization errors.
MCP: Tool call failed or MCP error
Cause: The server received the request but failed to execute
Solutions
- Check the specific error message in the tool card.
- Verify the tool's required parameters were provided.
- Check if the underlying resource (file, database, API) is accessible.
- Review MCP server logs for detailed error information.
Routines
Routine not found
Cause: The Routine was deleted, or the LocalSkills folder was moved
Solutions
- Check if the Routine is in Settings → Routines.
- If imported, re-import from the original file.
- Check the LocalSkills folder path in Settings → Skills & Marketplace.
Missing required input
Cause: The Routine expects a parameter that was not provided
Solutions
- When running, fill in all prompted inputs.
- If scheduling, ensure fixed values are set for all required inputs.
- Edit the Routine to make inputs optional with defaults.
Routine failed at step X
Cause: An action in the Routine could not complete
Solutions
- Check the error message in the tool card.
- Verify required connections are active (Settings → Connections).
- Ensure input files exist and are accessible.
- Check if target applications are installed.
- Run in Guided mode to see exactly where it fails.
Scheduled Routine didn't run
Cause: Scheduling service not running, or permissions issue
Solutions
- Check Settings → Routines → Scheduled for the run status.
- Verify Delegate was running at the scheduled time.
- Check if the machine was asleep (schedules may not run while asleep).
- Review the run history for error messages.
- Ensure connections are still valid (not expired).
Store and skills
Item won't install
Causes
- Network connectivity issue
- Insufficient disk space
- Corrupted download
- Incompatible Delegate version
Solutions
- Check internet connection.
- Free up disk space (check LocalSkills directory).
- Try installing again.
- Check if your Delegate is up to date.
- Contact the publisher if the issue persists.
Installed skill doesn't appear
Causes
- Skill is disabled
- Not added to enabledSkills list
- Delegate needs restart
Solutions
- Check Settings → Skills & Marketplace → the skill is listed and enabled.
- Restart Delegate.
- Check the LocalSkills folder for the skill files.
Skill fails when I try to use it
Causes
- Missing required connections
- Missing required permissions
- Outdated skill version
- Application version mismatch
Solutions
- Check the skill's documentation for prerequisites.
- Create required connections in Settings → Connections.
- Enable required tool categories in Settings → Security.
- Update the skill to the latest version.
- Check if the target application version is supported.
Custom feed won't load
Causes
- Invalid feed URL
- Feed server down
- Feed format incorrect
- Network/firewall blocking
Solutions
- Verify the URL is correct and accessible in a browser.
- Check feed format against UiPath specification.
- Contact the feed administrator.
- Check corporate firewall settings.
Settings
Setting changes don't take effect
Cause: Some settings require an app restart; Security and Permissions tab settings can only be changed through the Settings UI, not by editing the file directly.
Solutions
- Restart Delegate and check if the setting took effect.
- If the setting is on the Security or Permissions tab, use the Settings UI rather than editing the file directly.
- If editing settings.json manually, verify you are editing the correct file path.
Settings file is corrupted
Cause: settings.json has invalid JSON syntax, often from a manual edit error. Delegate falls back to default settings automatically.
Solutions
- Close Delegate.
- Delete or rename
settings.json. - Restart Delegate — fresh defaults are created.
- Reconfigure your preferences.
Cannot find a setting
Cause: The setting may be on a different tab than expected, or only available through the Settings UI.
Solutions
- Check if the setting is on the Security tab (UI-only).
- Verify your Delegate version — some settings are version-specific.
Secure settings won't save
Cause: OS-level security is preventing access to the encrypted settings store: macOS Keychain or Windows Data Protection API (DPAPI).
Solutions
- Check OS-level security permissions.
- macOS: Ensure Keychain is unlocked.
- Windows: Ensure your user profile is properly loaded.
- Restart Delegate.
- If persistent, contact UiPath Support.
- Setup and installation
- I don't see my applications
- Delegate says it can't access a website
- The browser extension isn't detected
- I can't sign in
- Tasks and prompts
- Delegate didn't understand what I wanted
- It started doing something I didn't expect
- The task is taking too long
- It keeps asking for confirmation
- Security and permissions
- Delegate says it doesn't have permission
- I approved an action but it still failed
- I want to allow a site that's blocked
- A skill keeps asking for permissions I already granted
- Connections
- Integration Service: Connection failed or Authentication error
- Integration Service: No connection found for [service]
- Integration Service: Insufficient permissions
- MCP: Failed to connect to MCP server
- MCP: Server connected but no tools available
- MCP: Tool call failed or MCP error
- Routines
- Routine not found
- Missing required input
- Routine failed at step X
- Scheduled Routine didn't run
- Store and skills
- Item won't install
- Installed skill doesn't appear
- Skill fails when I try to use it
- Custom feed won't load
- Settings
- Setting changes don't take effect
- Settings file is corrupted
- Cannot find a setting
- Secure settings won't save