RSS feed header issue

I tried adding an RSS feed from a popular private tracker, but encountered a 406 error. Upon checking the code, it seems Sonarr uses accept types “application/rss+xml, text/rss+xml, text/xml” when making the request, thus failing when the server is configured to respond with “application/xml”. Since this is a totally valid MIME type according to the RFC, it should probably be added to the list of accepted types.

This will be fixed in the next release.

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