advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.89k stars 485 forks source link

[Bug]: fetch rss feed content error #2446

Closed Rookiewan closed 9 months ago

Rookiewan commented 11 months ago

Describe the issue

When I upgrade to version v2.7.0, I get an error when I click the search button. But in version v2.6.0 it was good image

I compared the two versions of the error code, and I don't know which code is causing it image

Steps to reproduce the issue

  1. add url http://www.ximalaya.com/album/51247350.xml
  2. click search button

Audiobookshelf version

v2.7.0

How are you running audiobookshelf?

Docker

advplyr commented 11 months ago

Fixed in v2.7.1

Ridgehiker8 commented 10 months ago

I am still getting this behavior for the rss feed http://cdn.thesecretcabal.com/scpodcast.xml.

I am using v2.7.1 through Docker.

advplyr commented 10 months ago

@Ridgehiker8 I fixed this again for the next release. This should hopefully be the final update since the accept header has wildcard now.

Accept: 'application/rss+xml, application/xhtml+xml, application/xml, */*;q=0.8'
advplyr commented 9 months ago

Fixed in https://github.com/advplyr/audiobookshelf/releases/tag/v2.7.2