'Failed to load video' spammed on server output

The following bug is being spammed on the server:

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.

1 Like

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?

It spams about 200+ times over the lifetime of a single server.
Completely clutters the output log of each server.

1 Like

Thanks for the report. We’ll follow up when we have an update for you!

1 Like