jeff-hughes / shellcaster

Terminal-based podcast manager built in Rust
GNU General Public License v3.0
199 stars 12 forks source link

`Error sending download request.` when downloading episodes from specific podcast #63

Closed Elcoid closed 5 months ago

Elcoid commented 6 months ago

Hello, I have the problem described in the title only with a specific podcast: https://rss.art19.com/sean-carrolls-mindscape

I'm able to sync the feed and display all the episodes, but not download any episode. Error sending download request. gets printed in red for a second or two at the bottom of the screen when I try, then Downloading 1 episode... gets printed instead and stays forever (or at least I'm assuming it's forever, I didn't verify).

dougli1sqrd commented 6 months ago

I think this is the same problem as the issue I made yesterday: https://github.com/jeff-hughes/shellcaster/issues/62

I think shellcaster (and VLC for that matter) isn't following redirects

Elcoid commented 6 months ago

You're right, the symptoms I saw are the same as those described in your issue. We would just need to check if the podcast I linked above uses redirects. If so, I would close this issue.

Elcoid commented 5 months ago

Yup, I confirm this is because Shellcaster gets a 302 and doesn't know what to do with it. So this issue is the same as #62.