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]: Podcast episode match not properly encoding URL query param #3177

Closed
onlineinternet opened this issue Jul 18, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@onlineinternet
Copy link

What happened?

If I add a podcast series manually (ie episode files downloaded with yt-dlp) then add the RSS feed and try to match an episode, I get "No episode matches found"
I'm looking at the RSS feed and pasting in what's in the title tag. I even looked in the debug logs and saw that I'm successfully loading and parsing the RSS feed when I'm attempting to match.
What am I missing?

What did you expect to happen?

I expected either a match or more information on why it wouldn't work.
A way to force a match would be great.

Steps to reproduce the issue

  1. Manually add podcast episode
  2. Attempt to match it

Audiobookshelf version

2.11.0

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Firefox

Logs

[2024-07-18 11:48:44.798] DEBUG: [podcastUtils] getPodcastFeed for "https://feeds.megaphone.fm/hubermanlab" (podcastUtils.js:229)

[2024-07-18 11:48:44.926] DEBUG: [podcastUtils] getPodcastFeed for "https://feeds.megaphone.fm/hubermanlab" success - parsing xml (podcastUtils.js:257)

Additional Notes

No response

@onlineinternet onlineinternet added the bug Something isn't working label Jul 18, 2024
@advplyr advplyr added the awaiting release Issue is resolved and will be in the next release label Jul 18, 2024
@advplyr advplyr changed the title [Bug]: "No episode matches found" [Bug]: Podcast episode match not properly encoding URL query param Jul 18, 2024
@advplyr
Copy link
Owner

advplyr commented Jul 18, 2024

It is because of the & not being encoded in those titles. It will be fixed in the next release

glorenzen pushed a commit to glorenzen/audiobookshelf that referenced this issue Jul 24, 2024
Copy link

github-actions bot commented Aug 4, 2024

Fixed in v2.12.0.

@github-actions github-actions bot closed this as completed Aug 4, 2024
@github-actions github-actions bot removed the awaiting release Issue is resolved and will be in the next release label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants