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

2018.2.3f1: Error downloading 'https://beta.unity3d.com/download/fba045906327/MacDocumentationInstal

Discussion in 'Linux' started by rawfox, Aug 14, 2018.

  1. rawfox

    rawfox

    Joined:
    Aug 4, 2018
    Posts:
    13
    Last edited: Aug 14, 2018
  2. ignitzhjfk

    ignitzhjfk

    Joined:
    Aug 15, 2018
    Posts:
    1
    Somehow the script have difficult to download from server. Download via web browser and then put the file where the script want to download, then reopen the install script (it will check the file is already downloaded)
     
    rawfox likes this.
  3. failatron-5000

    failatron-5000

    Joined:
    Dec 7, 2014
    Posts:
    3
    Looks like 2018.2.2f1 installer does this too:
    Code (Boo):
    1.  
    2. Downloading Windows Build Support (Mono)
    3. Error 301 getting 'https://beta.unity3d.com/download/fcee59332301/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.2.2f1.pkg'
    4.  
    The files are there, though, but apparently the download script fails to follow http redirections:
    Code (Boo):
    1.  
    2. $ curl -I https://beta.unity3d.com/download/fcee59332301/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.2.2f1.pkg
    3. HTTP/1.1 301 Moved Permanently
    4. Content-Length: 0
    5. Location: http://storage.googleapis.com/publishing-unity-binaries-prd/fcee59332301/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.2.2f1.pkg
    6. Date: Thu, 16 Aug 2018 06:37:19 GMT
    7. Connection: keep-alive
    8.  
     
    Last edited: Aug 16, 2018
  4. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
  5. failatron-5000

    failatron-5000

    Joined:
    Dec 7, 2014
    Posts:
    3