Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved UPM health check (FAIL)

Discussion in 'Package Manager' started by gundambison, May 22, 2020.

  1. gundambison

    gundambison

    Joined:
    Feb 11, 2020
    Posts:
    1
    tried to load project from here (unity 2019)
    https://www.raywenderlich.com/76301...stem-for-unity-getting-started#toc-anchor-001

    but show up error about packages (image below). click diagnose and requested to ask on unity.
    this attach related to the issue (diagnostic)

    Unity Package Manager Diagnostics (v0.1.5)
    ============
    Ran 7 checks
    ============
    4 succeeded
    1 failed
    2 returned a warning
    ============
    ✅ UPM registry reachable (PASS)
    Make an HTTP request to the UPM package registry
    >> HTTP/1.1 200 OK
    >> X-Powered-By: Express
    >> Provider: Genesis
    >> Date: Fri, 22 May 2020 15:57:46 GMT
    >> Connection: close

    ⚠️ Ping UPM registry (WARNING)
    Measure the latency of the UPM package registry API
    >> 3 pings made in 5.537 seconds
    >> Average latency: 327.02 ms
    >> Minimum latency: 232.46 ms
    >> Maximum latency: 498.57 ms
    >> Standard deviation: 148.83

    ⚠️ Ping UPM download (WARNING)
    Measure the latency of the UPM package download endpoint
    >> 3 pings made in 5.685 seconds
    >> Average latency: 78.58 ms
    >> Minimum latency: 70.91 ms
    >> Maximum latency: 88.32 ms
    >> Standard deviation: 8.89

    ✅ UPM registry download speed (PASS)
    Test the Internet connection using the UPM package registry
    >> Measured speed to the UPM registry: 23.04 Megabits per second

    ✅ Speedtest.net (PASS)
    Test the Internet connection using Speedtest.net
    >> Measured speed to the Speedtest.net server: 20.05 Megabits per second

    ✅ HTTP proxy environment variables (PASS)
    Detect whether proxy-related environment variables are set (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY, UNITY_PROXYSERVER, UNITY_NOPROXY)
    >> No proxy support has been configured through environment variables.

    ❌ UPM health check (FAIL)
    Start the UPM process and call its health endpoint
    >> Server started but did not respond to health requests:
    >> Error: ETIMEDOUT

    UPM-Diag

    [2020-05-22T15:57:45.327Z][INFO] Opened report file 'C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Fri_05_22_2020_225739_42.txt'
    [2020-05-22T15:57:45.335Z][INFO] Starting diagnostics
    [2020-05-22T15:57:45.387Z][INFO][UpmRegistryReachable] Sending HEAD request to https://packages.unity.com
    [2020-05-22T15:57:46.829Z][INFO][PingUpmRegistry] Starting ping test on 'http://packages.unity.com/com.unity.package-manager.metadata'
    [2020-05-22T15:57:52.989Z][INFO][PingUpmDownload] Starting ping test on 'http://download.packages.unity.com/.../com.unity.package-manager.metadata-0.0.1.tgz'
    [2020-05-22T15:57:58.674Z][INFO][UpmRegistryDownloadSpeed] Starting speed test with UPM registry
    [2020-05-22T15:58:09.924Z][INFO][UpmRegistryDownloadSpeed] Download: 23.04 Megabits per second
    [2020-05-22T15:58:09.929Z][INFO][Speedtest.Net] Starting speed test with Speedtest.net
    [2020-05-22T15:58:22.819Z][INFO][Speedtest.Net] Download: 20.05 Megabits per second
    [2020-05-22T15:58:22.819Z][INFO][Speedtest.Net] Upload: 12.16 Megabits per second
    [2020-05-22T15:58:22.876Z][INFO][UpmHealthCheck] Starting health check
    [2020-05-22T15:58:28.166Z][INFO] Finished diagnostics
    [2020-05-22T15:58:28.314Z][INFO] Created report at 'C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Fri_05_22_2020_225739_42.txt'


    Hope the log help to find what is my problem.


    suddenly it fixed??? strange?
     

    Attached Files:

    Last edited: May 22, 2020