[Bug]: Crash on adding podcast #589

Closed
opened 2026-04-24 23:13:59 +02:00 by adam · 1 comment
Owner

Originally created by @kormoc on GitHub (Aug 21, 2022).

Describe the issue

When adding a podcast to download crashes the server with

[2022-08-20 17:08:22]  INFO: [CoverManager] Downloaded libraryItem cover "/Podcasts/Against The Odds/cover.jpg" from url "https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/aa/84/4e/aa844e9b-cf68-b62a-4271-ddd4b9f63b4e/mza_2004051516040794313.jpeg/600x600bb.jpg" for "Against The Odds"
/server/libs/njodb/index.js:103
        throw error;
        ^
TypeError: this.podcastManager.schedulePodcastEpisodeCron is not a function
    at ApiRouter.create (/server/controllers/PodcastController.js:90:27)
> audiobookshelf@2.1.3 start
> node index.js

Steps to reproduce the issue

  1. Add a new podcast
  2. Check Auto Download Episodes

Audiobookshelf version

2.1.3

How are you running audiobookshelf?

Docker

Originally created by @kormoc on GitHub (Aug 21, 2022). ### Describe the issue When adding a podcast to download crashes the server with ``` [2022-08-20 17:08:22] INFO: [CoverManager] Downloaded libraryItem cover "/Podcasts/Against The Odds/cover.jpg" from url "https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/aa/84/4e/aa844e9b-cf68-b62a-4271-ddd4b9f63b4e/mza_2004051516040794313.jpeg/600x600bb.jpg" for "Against The Odds" /server/libs/njodb/index.js:103 throw error; ^ TypeError: this.podcastManager.schedulePodcastEpisodeCron is not a function at ApiRouter.create (/server/controllers/PodcastController.js:90:27) > audiobookshelf@2.1.3 start > node index.js ``` ### Steps to reproduce the issue 1. Add a new podcast 2. Check `Auto Download Episodes` ### Audiobookshelf version 2.1.3 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:13:59 +02:00
adam closed this issue 2026-04-24 23:14:00 +02:00
Author
Owner

@advplyr commented on GitHub (Aug 21, 2022):

I pushed another release for this v2.1.4

@advplyr commented on GitHub (Aug 21, 2022): I pushed another release for this [v2.1.4](https://github.com/advplyr/audiobookshelf/releases/tag/v2.1.4)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#589