PodFetch icon indicating copy to clipboard operation
PodFetch copied to clipboard

panicked when Polling for new episodes

Open stelle007 opened this issue 6 months ago • 14 comments

Describe the bug

I am getting different panicked errors like the below, both when Polling for new episodes or refreshing. After I get a panicked, it will not do Pollingnagain, and I have to restart the container.

thread '' panicked at src/service/podcast_episode_service.rs:121:86: called Result::unwrap() on an Err value: Eof note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

I have tried removing some podcasts that were the source for this, but it seems random. It do not happen all the time, so if I manually refresh, it might refresh fine.

Is there a way that I can identify what podcasts generate the issue?

I absolute love this Project, just wish I didn't have to manually restart app container five times a day.

Thank you.

Reproduction

Random, but happens every day when pooling for episodes.

System Info

Docker Container behind nginx reverce proxy.

Used Package Manager

npm

Validations

  • [X] Follow our Code of Conduct
  • [X] Read the Contributing Guide.
  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • [X] The provided reproduction is a minimal reproducible of the bug.

stelle007 avatar Feb 14 '24 16:02 stelle007