Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Can not download web app on 3.1.0-exp9 #1029

Open
akriaueno opened this issue Dec 22, 2024 · 1 comment
Open

[BUG]: Can not download web app on 3.1.0-exp9 #1029

akriaueno opened this issue Dec 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@akriaueno
Copy link

akriaueno commented Dec 22, 2024

Package version

Others

Environment

* OS: Linux
* Unity version: Unity 2022.3
* Graphics API:
* Browser:

Steps To Reproduce

  1. Setup the com.unity.renderstreaming package following the tutorial
  2. In the Render Streaming Wizard, click Download latest version web app
  3. Observe the following error:
Failed downloading web server from: https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.8/webserver. Error: System.Net.WebException: The remote server returned an error: (404) Not Found.

Current Behavior

Unable to download the web app binary.
Encounter the following error message:

Failed downloading web server from:https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.8/webserver. Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
  at System.Net.HttpWebRequest.GetResponseFromData (System.Net.WebResponseStream stream, System.Threading.CancellationToken cancellationToken) [0x00146] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00020] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
  at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request, System.IAsyncResult result) [0x00000] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
  at System.Net.WebClient.GetWebResponseTaskAsync (System.Net.WebRequest request) [0x0008d] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
  at System.Net.WebClient.DownloadBitsAsync (System.Net.WebRequest request, System.IO.Stream writeStream, System.ComponentModel.AsyncOperation asyncOp, System.Action`3[T1,T2,T3] completionDelegate) [0x0008d] in <8d1920f66fd6494ebe24fa42f014ba27>:0 
UnityEngine.Logger:Log (UnityEngine.LogType,object)
Unity.RenderStreaming.Editor.WebAppDownloader/<>c__DisplayClass12_0:<DownloadWebApp>b__0 (object,System.ComponentModel.AsyncCompletedEventArgs) (at ./Library/PackageCache/com.unity.renderstreaming/Editor/WebAppDownloader.cs:89)
UnityEngine.UnitySynchronizationContext:ExecuteTasks () (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:110)

Expected Behavior

The web app binary should download successfully.

The correct URL appears to be https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.9/webserver
Moreover, the 3.1.0-exp.8 release does not exist on GitHub, and no binary is available on the 3.1.0-exp.9 release page yet.

Anything else?

No response

@akriaueno akriaueno added the bug Something isn't working label Dec 22, 2024
@ayutaz
Copy link

ayutaz commented Dec 25, 2024

me too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants