You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup the com.unity.renderstreaming package following the tutorial
In the Render Streaming Wizard, click Download latest version web app
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)
Package version
Others
Environment
Steps To Reproduce
com.unity.renderstreaming
package following the tutorialDownload latest version web app
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:
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
The text was updated successfully, but these errors were encountered: