-
Notifications
You must be signed in to change notification settings - Fork 481
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]: Patreon Private RSS Podcast Feed - Unable to Download Episodes #1600
Comments
Is the episode file actually downloaded and in your folder? |
There is an episode file in the folder but it shows a size of 0MB. |
Oops, didn't mean to close the issue |
I ran some more testing and I was able to replicate the issue by running ABS from source and invoking the download podcast episode API. My API call:
stdout from npm provided more details (I modified some console.log messages in utils/fileUtils.js to print the url and download path):
|
Have you tried taking that URL and pasting in your browser to see if it is valid? |
Yes. I've tried pasting the URL directly into Firefox and it downloads the mp3 file. Also attempted with cURL and Insomnia and the request was successful in both cases. |
I found the problem here. Had to due with #1515 Patreon already gives us URLs that are encoded, so I added a check before encoding. |
Fixed in v2.2.17 |
Describe the issue
I've added a private RSS feed from Patreon to my ABS library using the following RSS link (redacted):
https://www.patreon.com/rss/SkepticsGuide?auth=g_xxxxx
The podcast is successfully added to the library with the correct cover art. I'm able to see all published episodes using the
"Find Episodes" button:
I select an episode to download and click "Download 1 Episode". The "Started downloading episodes" banner appears momentarily.
However, the episode never gets added to the Episodes list of the podcast. I do notice that it gets added to the "Library files" section of the podcast, but with a file size of 0 MB:
Looking at the logs I'm seeing 2 errors:
and
Troubleshooting steps I've attempted:
Metatdata ABS file:
Relevant DEBUG logs:
Steps to reproduce the issue
Audiobookshelf version
2.2.16
How are you running audiobookshelf?
Docker
The text was updated successfully, but these errors were encountered: