Just Another UPM Failure. . .

— Upgrading a project from 2019.3.0f3 to 2019.3.11f1 —

No proxy server in place, no anti-virus installed, debugged with firewall both on and off.

http://127.0.0.1:10010/health:
{“status”:“OK”,“nodeVersion”:“v12.2.0”,“upmVersion”:“v3.5.1”}

upm-diag:
[2020-05-05T23:05:22.444Z][INFO] Opened report file ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Tue_05_05_2020_160521_99.txt’
[2020-05-05T23:05:22.445Z][INFO] Starting diagnostics
[2020-05-05T23:05:22.446Z][INFO][UpmRegistryReachable] Sending HEAD request to https://packages.unity.com
[2020-05-05T23:05:22.732Z][INFO][PingUpmRegistry] Starting ping test on ‘http://packages.unity.com/com.unity.package-manager.metadata
[2020-05-05T23:05:27.782Z][INFO][PingUpmDownload] Starting ping test on ‘http://download.packages.unity.com/com.unity.package-manager.metadata/-/com.unity.package-manager.metadata-0.0.1.tgz
[2020-05-05T23:05:33.216Z][INFO][UpmRegistryDownloadSpeed] Starting speed test with UPM registry
[2020-05-05T23:05:34.584Z][INFO][UpmRegistryDownloadSpeed] Download: 369.46 Megabits per second
[2020-05-05T23:05:34.585Z][INFO][Speedtest.Net] Starting speed test with Speedtest.net
[2020-05-05T23:05:45.448Z][INFO][Speedtest.Net] Download: 160.22 Megabits per second
[2020-05-05T23:05:45.448Z][INFO][Speedtest.Net] Upload: 23.33 Megabits per second
[2020-05-05T23:05:45.450Z][INFO] Finished diagnostics
[2020-05-05T23:05:45.454Z][INFO] Created report at ‘C:\ProgramData\Unity\UnityPackageManagerDiagnostics\diagnostic_report_Tue_05_05_2020_160521_99.txt’

diagnostic_report_Tue_05_05_2020_160521_99:
6 out of 6 checks passed:
[
{
“name”: “UPM registry reachable”,
“description”: “Make an HTTP request to the UPM package registry”,
“result”: “PASS”,
“detail”: “HTTP/1.1 200 OK\nX-Powered-By: Express\nProvider: Genesis\nDate: Tue, 05 May 2020 23:05:24 GMT\nConnection: close”
},
{
“name”: “Ping UPM registry”,
“description”: “Measure the latency of the UPM package registry API”,
“result”: “PASS”,
“detail”: “13 pings made in 5.023 seconds\nAverage latency: 62.59 ms\nMinimum latency: 58.27 ms\nMaximum latency: 67.59 ms\nStandard deviation: 2.75”
},
{
“name”: “Ping UPM download”,
“description”: “Measure the latency of the UPM package download endpoint”,
“result”: “PASS”,
“detail”: “13 pings made in 5.433 seconds\nAverage latency: 17.76 ms\nMinimum latency: 12.56 ms\nMaximum latency: 20.80 ms\nStandard deviation: 2.08”
},
{
“name”: “UPM registry download speed”,
“description”: “Test the Internet connection using the UPM package registry”,
“result”: “PASS”,
“detail”: “Measured speed to the UPM registry: 369.46 Megabits per second”
},
{
“name”: “Speedtest.net”,
“description”: “Test the Internet connection using Speedtest.net”,
“result”: “PASS”,
“detail”: “Measured speed to the Speedtest.net server: 160.22 Megabits per second”
},
{
“name”: “HTTP proxy environment variables”,
“description”: “Detect whether proxy-related environment variables are set (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY, UNITY_PROXYSERVER, UNITY_NOPROXY)”,
“result”: “PASS”,
“detail”: “No proxy support has been configured through environment variables.”
}
]

How could I forget! the error message:

Yeah, I’m having the same exact issue. My diagnostics is showing all green lights too. I hope we can get this solved soon.

1 Like

Please check your manifest file and make sure that it does not reference staging-packages.unity.com
this package registry was disabled some time ago and should not be used. Everything that was previously hosted in staging-packages should be hosted in production

@supita_unity thanks for the response.

What should I change this to:
“registry”: “https://staging-packages.unity.com ?

And by production do you mean locally stored in:
C:\Users--------\AppData\Roaming\Unity\Packages ?

You’ll have to delete the configuration if it’s something you’re still referencing.