Troubleshooting
8 articles
Articles
Api Errors
Troubleshoot common API issues. --- json { "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" } } Causes: - Missing...
Cli Issues
Troubleshooting guide for the BlockSecOps CLI tool. --- Cause: CLI not installed or not in PATH. Solutions: 1. Install the CLI: bash pip install...
Contact Support
Get help from the BlockSecOps support team. --- | Plan | Channels | Response Time | |------|----------|---------------| | Developer | Documentation, Community...
Login Issues
Troubleshoot authentication and login problems. --- 1. Verify email address is correct 2. Check for typos in password 3. Ensure Caps Lock is off 4. Try copying...
Missing Results
Troubleshoot missing or incomplete scan results. --- No vulnerabilities might mean: - Your code is secure (good news!) - Scanners didn't find issues - Quick...
Scan Failures
Troubleshoot scan errors and failures. --- Missing dependencies. Ensure your upload includes: Foundry: bash zip -r project.zip src/ lib/ foundry.toml...
Upload Issues
Troubleshoot problems uploading contracts to BlockSecOps. --- Limit: 50MB (500MB for Enterprise) If your upload is too large: - Exclude nodemodules/ test...
Wallet Connection
Troubleshoot Web3 wallet connection problems. --- If MetaMask is installed but not detected: 1. Check MetaMask extension is enabled 2. Refresh the page 3. Try...