Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Playlist atom feeds return HTTP 200 for non-existent playlists #4021

Open
absidue opened this issue Jul 29, 2023 · 0 comments · May be fixed by #4298
Open

[Bug] Playlist atom feeds return HTTP 200 for non-existent playlists #4021

absidue opened this issue Jul 29, 2023 · 0 comments · May be fixed by #4298
Labels
bug Something isn't working module:rss RSS / Atom feeds

Comments

@absidue
Copy link
Contributor

absidue commented Jul 29, 2023

Describe the bug
Instead of returning an HTTP 500 status code like the channel atom feed or a 404 like YouTube does for both feeds, Invidious returns an HTTP 200 status code for non-existent playlists, with the content type: application/atom+xml but with this body:

<!DOCTYPE html>
<html/>

Instead of pretending everything is fine, Invidious should either return a 500 with an error response like the channel atom feed or 404 like YouTube does.

Steps to Reproduce
https://test.invidious.io/feed/playlist/ZZZ

@SamantazFox SamantazFox added bug Something isn't working module:rss RSS / Atom feeds labels Sep 10, 2023
@ChunkyProgrammer ChunkyProgrammer linked a pull request Feb 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:rss RSS / Atom feeds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants