'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

Hi there, are you still experiencing this issue in notable quantities?

Hi
Yes, this is still happening on the server.
Here’s from the last 24h:

EDIT: nvm, I mistook the error for this post. This specific error is indeed fixed, thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.