← Back to Documentation Home

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]

Unable to find type [Spectre.Console.AnsiConsole] - Error occurs during hybrid connector installation when the diagnostic tool tries to display information.
Solution / Troubleshooting Steps:
  1. 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
  2. Unblock communications to NuGet (typically requires allowing access to nuget.org or your internal NuGet feed). Check firewall/proxy settings.
  3. 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
  4. 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.