[Bug]: fetch rss feed content error #1611

Closed
opened 2026-04-24 23:51:58 +02:00 by adam · 4 comments
Owner

Originally created by @Rookiewan on GitHub (Dec 25, 2023).

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

Originally created by @Rookiewan on GitHub (Dec 25, 2023). ### 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](https://github.com/advplyr/audiobookshelf/assets/13617296/514b2512-2478-4124-9d29-2af82c52ae20) I compared the two versions of the error code, and I don't know which code is causing it ![image](https://github.com/advplyr/audiobookshelf/assets/13617296/24c536f5-14e9-45da-82b9-177b983fde60) ### 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
adam added the bug label 2026-04-24 23:51:58 +02:00
adam closed this issue 2026-04-24 23:51:59 +02:00
Author
Owner

@advplyr commented on GitHub (Dec 31, 2023):

Fixed in v2.7.1

@advplyr commented on GitHub (Dec 31, 2023): Fixed in [v2.7.1](https://github.com/advplyr/audiobookshelf/releases/tag/v2.7.1)
Author
Owner

@Ridgehiker8 commented on GitHub (Jan 10, 2024):

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

I am using v2.7.1 through Docker.

@Ridgehiker8 commented on GitHub (Jan 10, 2024): I am still getting this behavior for the rss feed http://cdn.thesecretcabal.com/scpodcast.xml. I am using v2.7.1 through Docker.
Author
Owner

@advplyr commented on GitHub (Jan 10, 2024):

@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 on GitHub (Jan 10, 2024): @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' ```
Author
Owner

@advplyr commented on GitHub (Feb 18, 2024):

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

@advplyr commented on GitHub (Feb 18, 2024): Fixed in https://github.com/advplyr/audiobookshelf/releases/tag/v2.7.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1611