SamTV12345 / PodFetch

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

PodFetch crashes when starting fresh without a database #14

Closed SamTV12345 closed 1 year ago

SamTV12345 commented 1 year ago

Describe the bug

Itried to start with a fresh directory for podfetch and I tried to copy over to old DB from podgrab. Nothing worked for me

I tried to open an issue in your repository, but it needs to much information, I use docker, not npm

version: '3'
services:
  podgrabv2:
    image: samuel19982/podgrabv2:latest
    ports:
      - "9514:8000"
    volumes:
      - /medien/podcast:/app/podcasts
      - /docker/podfetch/podfetch.db:/app/podcast.db
    environment:
      - POLLING_INTERVAL=240
      - SERVER_URL=http://localhost

Reproduction

Start above docker-compose

System Info

/

Used Package Manager

n/a

Validations

SamTV12345 commented 1 year ago

Fixed. The database link was malformed triggering an exception when it is not set in the environment.