Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question I can't install the Unity on Linux Mint... (Cause of some random internet problem)

Discussion in 'Unity Hub' started by mpyarte, Jul 14, 2023.

  1. mpyarte

    mpyarte

    Joined:
    Jul 14, 2023
    Posts:
    1
    So, i had the Unity Hub Installed on my Linux Mint 21, and when i try to install a Unity Editor version, it shows me: "The Hub is unable to load Editor versions. Please check your Internet connection." (and i clicked the button where it said "Try Again" but it did not work.)

    i have internet connection on my browser, i had disconnected and reconnected to wifi, i had already reseted my pc, i have installed unity without it (but it sent me some "license error" cause i had my free personal license on my unity hub...), and i had uninstalled and reinstalled my Unity Hub but it still did not work...

    ... is there any solution for that?
     
  2. MagnusT

    MagnusT

    Joined:
    Jun 13, 2022
    Posts:
    2
    I'm using Ubuntu, and have the exact same issue...
    I just installed UnityHub on new ubuntu installation and when I try installing editor I get "The Hub is unable to load Editor versions. Please check your Internet connection"
    can't be the internet connection... when I click on learn tab.. it shows tutorials I can click on and get to on the Unity learn...
     
  3. sheep42

    sheep42

    Joined:
    Apr 28, 2019
    Posts:
    2
    Experiencing the same here.

    Ubuntu MATE 22.04
    Unity Hub 3.5.0

    Interestingly, the same version of Unity Hub on two other Ubuntu MATE machines on the same network have no issue connecting. Have not figured out the root cause yet, but will update if I do.

    A workaround that did the trick for me was to open a project, and click on the missing editor warning and install from the resulting popup. Hopefully this helps somebody in the meantime.

    Very odd issue...
     
  4. MagnusT

    MagnusT

    Joined:
    Jun 13, 2022
    Posts:
    2
    The workaround I ended up with was SCP the editors from old machine /Unity/Hub/Editors/ to the new machine and then instead of 'install editor' I used 'Locate' navigated into the editors folders til I found 'unity' :)
     
  5. BlackPanda

    BlackPanda

    Joined:
    Jan 24, 2014
    Posts:
    78
    Update: I'm able to install from the archives, choosing the Hub option there.

    ---------

    I'm facing the same issue on Pop OS 22.04. I tried installing the PopShop version of the Hub and also using the method mentioned here:

    https://gist.github.com/bladeSk/0fd443f9721f222551e0ed2611681c1a

    Both have the same issue. I'm able to open the Hub and sign in and activate license properly. The only problem is not able to view or install any editor.

    The Hub is unable to load Editor versions. Please check your Internet connection.


    These are the last couple of logs I get when I click on the Install Editor button:

    Code (JSON):
    1.  
    2. [
    3.   {
    4.     "timestamp": "2023-07-16T11:09:13.520Z",
    5.     "level": "info",
    6.     "moduleName": "UnityReleaseServiceAdapter",
    7.     "message": "[ 'Begin fetching Unity editor release data.' ]"
    8.   },
    9.   {
    10.     "timestamp": "2023-07-16T11:09:13.521Z",
    11.     "level": "info",
    12.     "moduleName": "UnityReleaseServiceAdapter",
    13.     "message": "[ '0 LTS releases retrieved from LivePlatformAPI.', { architecture: [ 'X86_64' ], platform: 'LINUX' } ]"
    14.   },
    15.   {
    16.     "timestamp": "2023-07-16T11:09:13.522Z",
    17.     "level": "info",
    18.     "moduleName": "UnityReleaseServiceAdapter",
    19.     "message": "[ '0 TECH releases retrieved from LivePlatformAPI.', { architecture: [ 'X86_64' ], platform: 'LINUX' } ]"
    20.   },
    21.   {
    22.     "timestamp": "2023-07-16T11:09:13.522Z",
    23.     "level": "info",
    24.     "moduleName": "UnityReleaseServiceAdapter",
    25.     "message": "[ '0 ALPHA releases retrieved from LivePlatformAPI.', { architecture: [ 'X86_64' ], platform: 'LINUX' } ]"
    26.   },
    27.   {
    28.     "timestamp": "2023-07-16T11:09:13.522Z",
    29.     "level": "info",
    30.     "moduleName": "UnityReleaseServiceAdapter",
    31.     "message": "[ '0 BETA releases retrieved from LivePlatformAPI.', { architecture: [ 'X86_64' ], platform: 'LINUX' } ]"
    32.   },
    33.   {
    34.     "timestamp": "2023-07-16T11:09:13.525Z",
    35.     "level": "info",
    36.     "moduleName": "UnityReleaseServiceAdapter",
    37.     "message": "[ 'Begin fetching Unity editor release data.' ]"
    38.   },
    39.   {
    40.     "timestamp": "2023-07-16T11:09:14.201Z",
    41.     "level": "warn",
    42.     "moduleName": "UnityReleaseServiceAdapter",
    43.     "message": "[\n  'LivePlatformAPI was unable to retrieve releases.',\n  [CombinedError: [Network] No Content] {\n    graphQLErrors: [],\n    networkError: Error: No Content\n        at makeResult (/opt/unityhub/resources/app.asar/node_modules/@urql/core/dist/18d86276.js:190:11)\n        at /opt/unityhub/resources/app.asar/node_modules/@urql/core/dist/18d86276.js:320:19\n        at process.processTicksAndRejections (node:internal/process/task_queues:96:5),\n    response: Response { size: 0, timeout: 0, [Symbol(Body internals)]: [Object], [Symbol(Response internals)]: [Object] }\n  }\n]"
    44.   }
    45. ]
    46.  
     
    Last edited: Jul 16, 2023
  6. felipec_unity

    felipec_unity

    Unity Technologies

    Joined:
    Sep 3, 2020
    Posts:
    21
    Hello BlackPanda, sorry to hear that you're having issues.

    Are you behind a firewall by any chance? If yes, most likely you need to ensure that your connectivity is compatible with Unity requirements.

    We have some new documentation that may help: https://docs.unity3d.com/2023.1/Documentation/Manual/ent-proxy-autoconfig.html

    Let me know if that helped. Otherwise you may need to open a support ticket.

    Best regards,
    Felipe
     
  7. BlackPanda

    BlackPanda

    Joined:
    Jan 24, 2014
    Posts:
    78
    I don't have any firewall installed and I'm not behind a proxy.
     
  8. sheep42

    sheep42

    Joined:
    Apr 28, 2019
    Posts:
    2
    So here is something interesting: I was having a few more weird network-related issues and tracked them down to my wifi card's power-save mode, which NetworkManager will enable by default. When I fixed that, Unity Hub suddenly started working for me as well. If you're on a flavor of Ubuntu you should be able to check like so:

    Code (csharp):
    1. sudo vim /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
    Change the value
    Code (csharp):
    1. wifi.powersave = 2
    This will disable powersave altogether. After updating the conf file, NetworkManager needs to be restarted.

    Code (csharp):
    1. sudo systemctl restart NetworkManager
    Not 100% sure this'll work for everyone, but figured I would come back and drop it here.