Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2017.2.0b1
Issue ID
925882
Regression
No
"Streaming of '' on this platform is not supported" if filename does not have extension
If filename in url passed to GetAudioClip does not have and extension or url leads to folder "Streaming of '' on this platform is not supported" appears.
To repro:
1. Run server.js in TestServer folder.
2. Run Project attached.
3. Press GetAudioClip (here request with url "http://127.0.0.1/audio" is created and sent).
Actual result: "Streaming of '' on this platform is not supported" error.
Expected result: Error should contain extension, like "Streaming of 'mp3' on this platform is not supported".
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment