Error Index & Troubleshooting Guide
A collection of errors encountered and their solutions. Use the search box below to filter errors.
Hybrid Installation
NuGet
Unable to find type [Spectre.Console.AnsiConsole]
Solution / Troubleshooting Steps:
- Test if NuGet is being blocked by your network or firewall:
# Test connectivity to NuGet ping nuget.org # Test HTTPS access (PowerShell) Invoke-WebRequest -Uri "https://api.nuget.org/v3/index.json" -UseBasicParsing # Check if NuGet sources are reachable nuget sources list - Unblock communications to NuGet (typically requires allowing access to
nuget.orgor your internal NuGet feed). Check firewall/proxy settings. - If behind a corporate proxy, configure NuGet proxy settings:
nuget config -set http_proxy=http://proxy.company.com:8080 nuget config -set http_proxy.user=username - The Spectre.Console package is required for the diagnostic tool to display information properly.
Note: This dependency is automatically installed during setup, but requires internet/NuGet access to download.
No errors found matching your search.