amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
403 stars 100 forks source link

Cannot play a redirected episode #77

Closed kingonly closed 1 year ago

kingonly commented 2 years ago

Describe the bug It seems that Anytime cannot play op3 redirected episodes. Maybe an issue with the enclosure URL?

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Curry and The Keeper' podcast
  2. Click on the play button of episode 22
  3. Episode isn't playing

Expected behavior Should play like other episodes

Screenshots If applicable, add screenshots to help explain your problem. Screenshot_2022-09-29-06-54-27-44_5a6daf00ebe96535dfcd2244bec324cc

Smartphone

Additional context I was told this specific episode is using a redirected enclosure URL.

ademar111190 commented 2 years ago

I found the problem, there is a space on the URL: <enclosure url="https://op3.dev/e/mp3s.nashownotes.com/CATK-22-2022-09-28-Final.mp3 " type="audio/mpeg" length="59004805"/> http://feed.nashownotes.com/catkrss.xml

I'll trim the URL before trying to download it to fix this bug.

ademar111190 commented 2 years ago

Fixed:

crepe-neck.webm