Symptoms
- Scan action fails in the Actions tab of Migration HQ.
- Scan completes but no repositories appear in the Issues tab.
- Error messages in runner logs referencing authentication or authorization.
Common Causes and Solutions
Insufficient Permissions
The personal access token (PAT) stored in your vault may not have the scopes required to read repositories from your source platform. Resolution:- Verify the PAT has the required scopes for your source platform. Refer to the Set Up Your Vault guide for the specific scopes needed.
- If the scopes are incorrect, generate a new PAT with the correct permissions.
- Update the credential in the Warp Vault app and push the updated vault file to Migration HQ.
Expired Personal Access Token
Personal access tokens have expiration dates. An expired PAT will cause authentication failures during the scan. Resolution:- Check the expiration date of the PAT on your source platform.
- Generate a new PAT with the same scopes.
- Update the credential in the Warp Vault app and push the updated vault file to Migration HQ.
Outdated Vault File
If credentials were updated outside of Warp Vault, or a new vault was generated but not pushed to Migration HQ, the vault file may be stale. Resolution:- Open the Warp Vault app and verify your credentials are current.
- Re-export the vault file.
- Push the updated
vault.agefile to Migration HQ.
GitHub Outage
If GitHub is experiencing an outage, Runner Agents cannot execute workflows, and scans will fail. Resolution:- Check GitHub Status for any ongoing incidents.
- Wait for the incident to be resolved, then retry the scan.
Checking Runner Logs
Runner Agent logs provide detailed error information that can help identify the root cause. See Troubleshooting Using a Runner Agent’s Logs for instructions on locating and reading log output.Related Pages
- Failed Migration — similar causes apply to migration failures
- Troubleshooting — index of all common issues
- Support — contact Product Support