I have a single video in my game that is displayed on 2 separate ScreenGuis. Overall video playback seems to work fine for my testing. It just spams the bug server-side.
Expected behavior
I don’t expect an error on the server to be given for loading a video asset. My expectation is that only the client has to load it. If the error has to be shown, it should be kept to a minimum to keep the server log clean.
The “spam” is probably happening because the error is occurring once in multiple servers and hence they’re piling up. Does your game have multiple servers?