PodFetch: Deployment error
Describe the bug
I’m trying to deploy this on OMV6/Docker/Portainer. I have used the docker-compose from home page and added auth and api [redacted], so that it now looks like this:
version: '3'
services:
podfetch:
image: samuel19982/podfetch:latest
ports:
- "6666:8000"
volumes:
- /srv/dev-disk-by-uuid-2628F1C228F19153/data/media/podcasts:/app/podcasts
- /srv/dev-disk-by-uuid-5b67514d-485e-4306-873e-b1cbb54ccf99/Config/Podfecth:/app/db
environment:
- POLLING_INTERVAL=60
- SERVER_URL=http://192.168.1.94:6666
- BASIC_AUTH: true
- USERNAME: XXXXX
- PASSWORD: XXXXX
- PODINDEX_API_KEY: XXXXX
- PODINDEX_API_SECRET: XXXXX
As soon as I deploy I get this error:
failed to deploy a stack: time="2023-05-21T09:25:45Z"
level=warning msg="The \"CgSLq4cMC\" variable is not set. Defaulting to a blank string." time="2023-05-21T09:25:45Z"
level=warning msg="The \"knd\" variable is not set. Defaulting to a blank string." services.podfetch.environment.2 must be a string
Reproduction
Deploy the above compose
System Info
Open Media Vault 6
Docker
Used Package Manager
n/a
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 41 (21 by maintainers)
See here for an explanation. 6666 was an apple service standard port. So please pick another one or choose Firefox.
Ah! How unlucky! Yes, now I have changed port and at last it works! Thank you so much for the immense patience! EDIT Can I import from Podgrab while I’m here?
Ok, so this explains the ghost entry at first launch.
Concerning SARANADE this is expected behaviour:
As you can see the RSS feed is completely empty. It seems like that Sara Niemitz deleted every reference to her podcast episodes.
Yes, found, it’s adding now! 😃
Yes just export the OPML from Podgrab and add it via the Plus Icon in the podcasts page of PodFetch.