Search Unity

Could not estabish a connection with the Unity Package Manager local server process.

Discussion in 'Package Manager' started by olavomoises, Apr 27, 2020.

  1. olavomoises

    olavomoises

    Joined:
    Apr 27, 2020
    Posts:
    1
    BN

    Could not estabish a connection with the Unity Package Manager local server process.
    This is most likely due to a proxy or firewall configuration. Make sure the process
    [C:/ProgramFiles/Unity/Editor/Data/Resources/PackageManager/Server/UnityPackageManager.exe]
    is reachable via HTTP on the IP address 127.0.0.1.

    S

    5 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: Sun, 26 Apr 2020 22:41:11
    GMT\nConnection: close"
    },


    {
    "name": "Ping UPM registry",

    "description": "Measure the latency of the UPM package registry API",

    "result": "PASS",

    "detail": "5 pings made in 5.77 seconds\nAverage latency: 187.42 ms\nMinimum latency: 185.76 ms\nMaximum
    latency: 188.85 ms\nStandard deviation: 1.35"
    },

    {
    "name": "Ping UPM download",

    "description": "Measure the latency of the UPM package download endpoint",

    "result": "WARNING",

    "detail": "3 pings made in 6.486 seconds\nAverage latency: 268.54 ms\nMinimum latency: 263.12 ms\nMaximum
    latency: 276.09 ms\nStandard deviation: 6.74"
    },

    {
    "name": "UPM registry download speed",

    "description": "Test the Internet connection using the UPM package registry",

    "result": "PASS",

    "detail": "Measured speed to the UPM registry: 1.25 Megabits per second"
    },

    {
    "name": "Speedtest.net",

    "description": "Test the Internet connection using Speedtest.net",

    "result": "PASS",

    "detail": "Measured speed to the Speedtest.net server: 1.24 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."
    }
    ]

    Aguem pode me ajudar?

    Agradeço desde já.
     
  2. supita_unity

    supita_unity

    Unity Technologies

    Joined:
    Dec 13, 2019
    Posts:
    226
    Hello,

    I'm sorry to see you are having this problem. Could you please provide some more information such that we could have a better idea about the issue?

    • Can you provide the logs (Editor.log and upm.log)?
    • To gather these files, please refer to the Log files section in Unity User Manual (https://docs.unity3d.com/Manual/LogFiles.html)
    • Please keep in mind these files are written over every time Unity is executed, so they contain only the information from the last launch of the application.

    Also, Was Unity installed through Unity Hub? Which version of Unity Hub & Unity Editor are you using?

    In the meantime, there is a troubleshoot guide that might be helpful if you haven't tried it yet
    https://forum.unity.com/threads/tro...connection-with-unity-package-manager.869683/

    Cheers,

    Supi