SamTV12345 / PodFetch

A sleek and efficient podcast downloader.
https://samtv12345.github.io/PodFetch
Apache License 2.0
347 stars 25 forks source link

Podcast not downloading #539

Closed allthesebugsv2 closed 9 months ago

allthesebugsv2 commented 9 months ago

Describe the bug

Alright, here is a new one: some podcasts throw an error when trying to download/refresh them. They were added fine initially.

Unfortunately, that also means that auto-refresh/download of new episodes is broken for me. When one podcast breaks, the whole download task seems to abort.

Here is the error:

2024-01-10T12:38:02 ℹ️ - Refreshing podcast: Computer und Kommunikation - Sendung
2024-01-10T12:38:03 ℹ️ - Downloading podcast episode: Computer und Kommunikation 06.01.2023, komplette Sendung
thread '<unnamed>' panicked at src/service/download_service.rs:71:22:
called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Builder, source: RelativeUrlWithoutBase }     

Podcast URL: https://www.deutschlandfunk.de/computer-und-kommunikation-102.xml

Reproduction

Add the above podcast and refresh it in podfetch

System Info

Docker build v4.6.0-80cf2407

Used Package Manager

n/a

Validations

SamTV12345 commented 9 months ago

Thanks for the bug report. I found the error in the code and could resolve it. The podcast now downloads and redownloads without a problem. Sorry if this caused any inconvinience.