You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible for a bulk add preview, one with multiple links separated by newlines, to fail to get all of the videos requested. In this case, the add preview will still succeed, and the result will get cached. This will cause the user to be unable to get a fresh add preview
Expected Behavior
If grabbing all the videos fails, the add preview should fail with a non-200 status code, and exclude any caching headers.
Steps To Reproduce
Recommended: use miniserve to serve files over http
In the add preview box, paste 2 links to non existent videos
Wait for add preview to complete
Bring up a webserver to serve videos to make the links in the add preview valid
Refresh the add preview
See the previous result remain
Environment
This happens on the official site, opentogethertube.com
This happens using a self-hosted version.
I'm using the docker image.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
It's possible for a bulk add preview, one with multiple links separated by newlines, to fail to get all of the videos requested. In this case, the add preview will still succeed, and the result will get cached. This will cause the user to be unable to get a fresh add preview
Expected Behavior
If grabbing all the videos fails, the add preview should fail with a non-200 status code, and exclude any caching headers.
Steps To Reproduce
Recommended: use
miniserve
to serve files over httpEnvironment
Anything else?
No response
The text was updated successfully, but these errors were encountered: