SamTV12345 / PodFetch

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

Episodes do not play when I click on the play button using latest docker image. #490

Closed geomme closed 10 months ago

geomme commented 10 months ago

Describe the bug

Describe the Bug Episodes do not play when I click on the play button using latest docker image.

Reproduction

  1. Perform a fresh installation of the application using the latest image (v4.5.0-8f540e2).
  2. Add a new podcast by searching on iTunes and clicking on the "+" button.
  3. Click on the play button of an episode.

Observations

YAML Configuration

version: '3'
services:
  podfetch:
    image: samuel19982/podfetch:latest
    user: 1000:1000
    ports:
      - "10001:8000"
    volumes:
      - /data/podfetch/podcasts:/app/podcasts
      - /data/podfetch/db:/app/db
    environment:
      - POLLING_INTERVAL=60
      - SERVER_URL=http://192.168.50.100:10001

volumes:
  podfetch-podcasts:
  podfetch-db:

Additional Information

Thank you.

Reproduction

.

System Info

.

Used Package Manager

n/a

Validations

SamTV12345 commented 10 months ago

Do you really have the latest image? You can check that under System information. The latest image is: v4.5.0-8f540e2e (HEAD)

geomme commented 10 months ago

Hi, I have confirmed that the image is Version v4.5.0-8f540e2e (HEAD).

I tested all 4.5.0 images and the only that works is v4.5.0-53d2ddd.

I'm running Docker version 20.10.23, build 876964a on a Synology NAS.

Edit: I found that on a clean install with v4.5.0-8f540e2e, on the Home page, if I click on latest episodes (episode A), it won't play. If I go to all subscriptions and click on the same episode (episode A), it plays. If I go to Home and click on recent episodes, it plays. If I go to Home and click on latest episodes on episode A, it works.

SamTV12345 commented 10 months ago

Thanks for the issue. Should be fixed now.

SamTV12345 commented 10 months ago

The image is updated and the issue gone.

geomme commented 10 months ago

Thank you! 👍