Search Issue Tracker
Fixed in 2022.2.X
Duplicate in 2020.3.X, 2021.3.X
Votes
0
Found in
2019.4
2019.4.33f1
2020.3
2021.2
2022.1
Issue ID
1388735
Regression
No
"Can't play movie" error is thrown when setting VideoPlayer.url to an invalid url through a script
Reproduction steps:
1. Open attached project "Case_1388735" and load Scene "SampleScene"
2. Enter Play Mode
3. Observe the Console
Expected result: No errors are thrown in the Console
Actual result: "Can't play movie" error is thrown in the Console
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
Notes:
- Setting the VideoPlayer url in the Inspector to an invalid url does not reproduce the issue
Comments (1)
-
BrendaThornton1
May 10, 2022 07:07
Our team is very interested in this issue.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Particle size is not correctly reflected in Edit Mode when a particle system is used as a Sub Emitter
- [Usability] No warnings about having sufficient space before generating the Lighting
- "Invalid AABB inAABB" and "Assertion failed on expression: 'awake.loadStarted'" errors are thrown when when instantiating a prefab with InstantiateAsync
- Line Break Position Changes in Traditional Chinese when consecutive punctuation is used
- Tutorial Case - [First] Depth of field does not apply correctly to UI elements
Resolution Note (fix version 2022.2):
Fixed in 2023.1.0a5
Reworked validation and error reporting when setting URL via scripting. Errors will now only be reported when trying and failing to play the URL.