[Bug]: Server Crash - Large Episode Count (Still an issue) #2357

Closed
opened 2026-04-25 00:06:28 +02:00 by adam · 8 comments
Owner

Originally created by @CorneliousJD on GitHub (Nov 14, 2024).

What happened?

This was apparently fixed a long time ago but I'm still seeing the same issue.

Below logs are all I get then it just hard-crashes.

What did you expect to happen?

That it refreshes and downloads

Steps to reproduce the issue

  1. Download "Stuff you should know" podcast.

Audiobookshelf version

2.16.2

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Other (list in "Additional Notes" box)

If the issue is being seen in the UI, what browsers are you seeing the problem on?

None

Logs

Socket failed to connect in web UI
nothing in docker logs whatsoever, but here they are anyways.



[2024-11-12 19:47:06.719] INFO: === Starting Server ===
[2024-11-12 19:47:06.721] INFO: [Server] Init v2.16.2
[2024-11-12 19:47:06.722] INFO: [Server] Node.js Version: v20.18.0
[2024-11-12 19:47:06.722] INFO: [Server] Platform: linux
[2024-11-12 19:47:06.723] INFO: [Server] Arch: x64
[2024-11-12 19:47:06.730] INFO: [Database] Initializing db at "/config/absdatabase.sqlite"
[2024-11-12 19:47:06.779] INFO: [Database] Loading extension /usr/local/lib/nusqlite3/libnusqlite3.so
[2024-11-12 19:47:06.781] INFO: [Database] Successfully loaded extension /usr/local/lib/nusqlite3/libnusqlite3.so
[2024-11-12 19:47:06.781] INFO: [Database] Db supports unaccent and unicode foldings
[2024-11-12 19:47:06.782] INFO: [Database] Db connection was successful
[2024-11-12 19:47:06.791] INFO: [MigrationManager] Database is already up to date.
[2024-11-12 19:47:07.024] INFO: [Database] Db initialized with models: user, library, libraryFolder, book, podcast, podcastEpisode, libraryItem, mediaProgress, series, bookSeries, author, bookAuthor, collection, collectionBook, playlist, playlistMediaItem, device, playbackSession, feed, feedEpisode, setting, customMetadataProvider, mediaItemShare
[2024-11-12 19:47:07.066] INFO: [LogManager] Removed daily log: 2024-03-24.txt
[2024-11-12 19:47:07.067] INFO: [LogManager] Init current daily log filename: 2024-11-12.txt
[2024-11-12 19:47:07.114] INFO: [BackupManager] 7 Backups Found
[2024-11-12 19:47:07.180] INFO: [Watcher] Initializing watcher for "Audio Books".
[2024-11-12 19:47:07.184] INFO: [Watcher] Initializing watcher for "Podcasts".
[2024-11-12 19:47:07.203] INFO: Listening on port :80
[2024-11-12 19:47:07.228] INFO: [Watcher] "Audio Books" Ready
[2024-11-12 19:47:07.794] INFO: [Watcher] "Podcasts" Ready
[2024-11-12 20:00:02.553] INFO: [PodcastManager] runEpisodeCheck: "Stuff You Should Know" | Last check: Thu Jul 20 2023 04:00:07 GMT-0400 (Eastern Daylight Time) | Latest episode pubDate: Wed Jul 19 2023 05:00:00 GMT-0400 (Eastern Daylight Time)
[2024-11-12 20:00:05.794] INFO: [PodcastManager] Found 3 new episodes for podcast "Stuff You Should Know" - starting download


### Additional Notes

unRAID
Originally created by @CorneliousJD on GitHub (Nov 14, 2024). ### What happened? This was apparently fixed a long time ago but I'm still seeing the same issue. Below logs are all I get then it just hard-crashes. ### What did you expect to happen? That it refreshes and downloads ### Steps to reproduce the issue 1. Download "Stuff you should know" podcast. ### Audiobookshelf version 2.16.2 ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Other (list in "Additional Notes" box) ### If the issue is being seen in the UI, what browsers are you seeing the problem on? None ### Logs ```shell Socket failed to connect in web UI nothing in docker logs whatsoever, but here they are anyways. [2024-11-12 19:47:06.719] INFO: === Starting Server === [2024-11-12 19:47:06.721] INFO: [Server] Init v2.16.2 [2024-11-12 19:47:06.722] INFO: [Server] Node.js Version: v20.18.0 [2024-11-12 19:47:06.722] INFO: [Server] Platform: linux [2024-11-12 19:47:06.723] INFO: [Server] Arch: x64 [2024-11-12 19:47:06.730] INFO: [Database] Initializing db at "/config/absdatabase.sqlite" [2024-11-12 19:47:06.779] INFO: [Database] Loading extension /usr/local/lib/nusqlite3/libnusqlite3.so [2024-11-12 19:47:06.781] INFO: [Database] Successfully loaded extension /usr/local/lib/nusqlite3/libnusqlite3.so [2024-11-12 19:47:06.781] INFO: [Database] Db supports unaccent and unicode foldings [2024-11-12 19:47:06.782] INFO: [Database] Db connection was successful [2024-11-12 19:47:06.791] INFO: [MigrationManager] Database is already up to date. [2024-11-12 19:47:07.024] INFO: [Database] Db initialized with models: user, library, libraryFolder, book, podcast, podcastEpisode, libraryItem, mediaProgress, series, bookSeries, author, bookAuthor, collection, collectionBook, playlist, playlistMediaItem, device, playbackSession, feed, feedEpisode, setting, customMetadataProvider, mediaItemShare [2024-11-12 19:47:07.066] INFO: [LogManager] Removed daily log: 2024-03-24.txt [2024-11-12 19:47:07.067] INFO: [LogManager] Init current daily log filename: 2024-11-12.txt [2024-11-12 19:47:07.114] INFO: [BackupManager] 7 Backups Found [2024-11-12 19:47:07.180] INFO: [Watcher] Initializing watcher for "Audio Books". [2024-11-12 19:47:07.184] INFO: [Watcher] Initializing watcher for "Podcasts". [2024-11-12 19:47:07.203] INFO: Listening on port :80 [2024-11-12 19:47:07.228] INFO: [Watcher] "Audio Books" Ready [2024-11-12 19:47:07.794] INFO: [Watcher] "Podcasts" Ready [2024-11-12 20:00:02.553] INFO: [PodcastManager] runEpisodeCheck: "Stuff You Should Know" | Last check: Thu Jul 20 2023 04:00:07 GMT-0400 (Eastern Daylight Time) | Latest episode pubDate: Wed Jul 19 2023 05:00:00 GMT-0400 (Eastern Daylight Time) [2024-11-12 20:00:05.794] INFO: [PodcastManager] Found 3 new episodes for podcast "Stuff You Should Know" - starting download ``` ``` ### Additional Notes unRAID
adam added the bug label 2026-04-25 00:06:28 +02:00
adam closed this issue 2026-04-25 00:06:28 +02:00
Author
Owner

@nichwall commented on GitHub (Nov 14, 2024):

Is it crashing while downloading or after the podcast episodes have been downloaded? How many podcast episodes are successfully downloaded?

(Edited to clarify the difference between podcast and episode)

@nichwall commented on GitHub (Nov 14, 2024): Is it crashing while downloading or after the podcast episodes have been downloaded? How many podcast episodes are successfully downloaded? (Edited to clarify the difference between podcast and episode)
Author
Owner

@CorneliousJD commented on GitHub (Nov 14, 2024):

Is it crashing while downloading or after the podcast has been downloaded? How many podcasts are successfully downloaded?

it crashes when trying to search for, then download new files. it will search them just fine but it immediately crashes when trying to download.

it's been an issue for a long time and i thought it was related to the "issue w/ podcasts w/ lots of episodes" thing but that didn't seem to fix it.

about 1300 of over 2k episodes have successfully downloaded from many many months ago, but nothing new for a long time now.

would it be worth it to just blow my whole instance away and start over? I can easily re-add and try re-downloading if i have to.

@CorneliousJD commented on GitHub (Nov 14, 2024): > Is it crashing while downloading or after the podcast has been downloaded? How many podcasts are successfully downloaded? it crashes when trying to search for, then download new files. it will search them just fine but it immediately crashes when trying to download. it's been an issue for a long time and i thought it was related to the "issue w/ podcasts w/ lots of episodes" thing but that didn't seem to fix it. about 1300 of over 2k episodes have successfully downloaded from many many months ago, but nothing new for a long time now. would it be worth it to just blow my whole instance away and start over? I can easily re-add and try re-downloading if i have to.
Author
Owner

@nichwall commented on GitHub (Nov 14, 2024):

Thanks, the crash during download is likely due to running out of memory and should be resolved by https://github.com/advplyr/audiobookshelf/pull/3604 which is available in the edge image and will be in the next release.

You can take a look at crash_logs in your /metadata/logs folder to get more crash log information. You can also change the log level to Debug in the server settings to get more information from the logs.

We are currently investigating the high memory usage for large podcasts, but Out of Memory reports all kind of get clumped together so it is difficult to get exact reproducible steps.

  • Does it crash when you are just browsing the podcast library (no downloads in progress)?
  • Do you have the auto-download on for the podcast?
  • Does it crash even if you are only trying to download a single episode?

Starting over won't fix it if you are running out of memory for the container, since it is just that the podcast is getting too large. As a workaround, you can increase the maximum memory for the server by adding the environment variable NODE_OPTIONS with a value of --max-old-space-size=8192, so something like NODE_OPTIONS=--max-old-space-size=8192, depending on how you set that in unraid. https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes

@nichwall commented on GitHub (Nov 14, 2024): Thanks, the crash during download is likely due to running out of memory and should be resolved by https://github.com/advplyr/audiobookshelf/pull/3604 which is available in the `edge` image and will be in the next release. You can take a look at `crash_logs` in your `/metadata/logs` folder to get more crash log information. You can also change the log level to Debug in the server settings to get more information from the logs. We are currently investigating the high memory usage for large podcasts, but Out of Memory reports all kind of get clumped together so it is difficult to get exact reproducible steps. - Does it crash when you are just browsing the podcast library (no downloads in progress)? - Do you have the auto-download on for the podcast? - Does it crash even if you are only trying to download a single episode? Starting over won't fix it if you are running out of memory for the container, since it is just that the podcast is getting too large. As a workaround, you can increase the maximum memory for the server by adding the environment variable `NODE_OPTIONS` with a value of `--max-old-space-size=8192`, so something like `NODE_OPTIONS=--max-old-space-size=8192`, depending on how you set that in unraid. https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes
Author
Owner

@CorneliousJD commented on GitHub (Nov 14, 2024):

Thanks, the crash during download is likely due to running out of memory and should be resolved by #3604 which is available in the edge image and will be in the next release.

You can take a look at crash_logs in your /metadata/logs folder to get more crash log information. You can also change the log level to Debug in the server settings to get more information from the logs.

We are currently investigating the high memory usage for large podcasts, but Out of Memory reports all kind of get clumped together so it is difficult to get exact reproducible steps.

  • Does it crash when you are just browsing the podcast library (no downloads in progress)?
  • Do you have the auto-download on for the podcast?
  • Does it crash even if you are only trying to download a single episode?

Starting over won't fix it if you are running out of memory for the container, since it is just that the podcast is getting too large. As a workaround, you can increase the maximum memory for the server by adding the environment variable NODE_OPTIONS with a value of --max-old-space-size=8192, so something like NODE_OPTIONS=--max-old-space-size=8192, depending on how you set that in unraid. https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes

So my /metadata/logs folder doesn't have any crash_logs, just daily and scans.
Daily log is below -- scan logs are very old from 2 years ago.

It does NOT crash just browsing, only when downloading manually or via auto-download, either way same result.

Doesn't seem to crash just manually downloading 1 episode but I selected just 12 random ones from Stuff You Should Know podcast and it crashed w/ that.

Host (unraid) has 128GB of RAM available if that's at all helpful for you.

{"timestamp":"2024-11-13 20:25:09.604","source":"Server.js:189","message":"=== Starting Server ===","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:112","message":"[Server] Init v2.16.2","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:113","message":"[Server] Node.js Version: v20.18.0","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:114","message":"[Server] Platform: linux","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.606","source":"Server.js:115","message":"[Server] Arch: x64","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.613","source":"Database.js:201","message":"[Database] Initializing db at \"/config/absdatabase.sqlite\"","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.663","source":"Database.js:254","message":"[Database] Loading extension /usr/local/lib/nusqlite3/libnusqlite3.so","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.665","source":"Database.js:262","message":"[Database] Successfully loaded extension /usr/local/lib/nusqlite3/libnusqlite3.so","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.665","source":"Database.js:231","message":"[Database] Db supports unaccent and unicode foldings","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.666","source":"Database.js:235","message":"[Database] Db connection was successful","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.676","source":"MigrationManager.js:77","message":"[MigrationManager] Database is already up to date.","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.897","source":"Database.js:191","message":"[Database] Db initialized with models: user, library, libraryFolder, book, podcast, podcastEpisode, libraryItem, mediaProgress, series, bookSeries, author, bookAuthor, collection, collectionBook, playlist, playlistMediaItem, device, playbackSession, feed, feedEpisode, setting, customMetadataProvider, mediaItemShare","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.939","source":"LogManager.js:117","message":"[LogManager] Removed daily log: 2024-04-09.txt","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.940","source":"LogManager.js:66","message":"[LogManager] Init current daily log filename: 2024-11-13.txt","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:09.968","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-11T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.972","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-12T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.976","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-13T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.979","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-14T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.982","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-15T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.985","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-16T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3}
{"timestamp":"2024-11-13 20:25:09.988","source":"BackupManager.js:285","message":"[BackupManager] 7 Backups Found","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:10.046","source":"Watcher.js:57","message":"[Watcher] Initializing watcher for \"Audio Books\".","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:10.050","source":"Watcher.js:57","message":"[Watcher] Initializing watcher for \"Podcasts\".","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:10.073","source":"Server.js:356","message":"Listening on port :80","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:10.103","source":"Watcher.js:88","message":"[Watcher] \"Audio Books\" Ready","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:25:10.683","source":"Watcher.js:88","message":"[Watcher] \"Podcasts\" Ready","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:29:35.326","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected DzZsyWwXF9gXSmRuAAAB","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:29:57.149","source":"SocketAuthority.js:145","message":"[SocketAuthority] Socket DzZsyWwXF9gXSmRuAAAB disconnected from client \"CorneliousJD\" after 21823ms (Reason: transport close)","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:30:42.666","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected 8bWwAi3P7Pdq1TdSAAAD","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:30:59.621","source":"SocketAuthority.js:145","message":"[SocketAuthority] Socket 8bWwAi3P7Pdq1TdSAAAD disconnected from client \"CorneliousJD\" after 16955ms (Reason: transport close)","levelName":"INFO","level":2}
{"timestamp":"2024-11-13 20:30:59.856","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected y7kz8tTPYuS9t0TvAAAF","levelName":"INFO","level":2}

@CorneliousJD commented on GitHub (Nov 14, 2024): > Thanks, the crash during download is likely due to running out of memory and should be resolved by #3604 which is available in the `edge` image and will be in the next release. > > You can take a look at `crash_logs` in your `/metadata/logs` folder to get more crash log information. You can also change the log level to Debug in the server settings to get more information from the logs. > > We are currently investigating the high memory usage for large podcasts, but Out of Memory reports all kind of get clumped together so it is difficult to get exact reproducible steps. > > * Does it crash when you are just browsing the podcast library (no downloads in progress)? > * Do you have the auto-download on for the podcast? > * Does it crash even if you are only trying to download a single episode? > > Starting over won't fix it if you are running out of memory for the container, since it is just that the podcast is getting too large. As a workaround, you can increase the maximum memory for the server by adding the environment variable `NODE_OPTIONS` with a value of `--max-old-space-size=8192`, so something like `NODE_OPTIONS=--max-old-space-size=8192`, depending on how you set that in unraid. https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes So my /metadata/logs folder doesn't have any crash_logs, just daily and scans. Daily log is below -- scan logs are very old from 2 years ago. It does NOT crash just browsing, only when downloading manually or via auto-download, either way same result. Doesn't seem to crash just manually downloading 1 episode but I selected just 12 random ones from Stuff You Should Know podcast and it crashed w/ that. Host (unraid) has 128GB of RAM available if that's at all helpful for you. ``` {"timestamp":"2024-11-13 20:25:09.604","source":"Server.js:189","message":"=== Starting Server ===","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:112","message":"[Server] Init v2.16.2","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:113","message":"[Server] Node.js Version: v20.18.0","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.605","source":"Server.js:114","message":"[Server] Platform: linux","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.606","source":"Server.js:115","message":"[Server] Arch: x64","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.613","source":"Database.js:201","message":"[Database] Initializing db at \"/config/absdatabase.sqlite\"","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.663","source":"Database.js:254","message":"[Database] Loading extension /usr/local/lib/nusqlite3/libnusqlite3.so","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.665","source":"Database.js:262","message":"[Database] Successfully loaded extension /usr/local/lib/nusqlite3/libnusqlite3.so","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.665","source":"Database.js:231","message":"[Database] Db supports unaccent and unicode foldings","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.666","source":"Database.js:235","message":"[Database] Db connection was successful","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.676","source":"MigrationManager.js:77","message":"[MigrationManager] Database is already up to date.","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.897","source":"Database.js:191","message":"[Database] Db initialized with models: user, library, libraryFolder, book, podcast, podcastEpisode, libraryItem, mediaProgress, series, bookSeries, author, bookAuthor, collection, collectionBook, playlist, playlistMediaItem, device, playbackSession, feed, feedEpisode, setting, customMetadataProvider, mediaItemShare","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.939","source":"LogManager.js:117","message":"[LogManager] Removed daily log: 2024-04-09.txt","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.940","source":"LogManager.js:66","message":"[LogManager] Init current daily log filename: 2024-11-13.txt","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:09.968","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-11T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.972","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-12T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.976","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-13T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.979","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-14T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.982","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-15T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.985","source":"BackupManager.js:270","message":"[BackupManager] Old unsupported backup was found \"2023-07-16T0130.audiobookshelf\" (pre sqlite migration)","levelName":"WARN","level":3} {"timestamp":"2024-11-13 20:25:09.988","source":"BackupManager.js:285","message":"[BackupManager] 7 Backups Found","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:10.046","source":"Watcher.js:57","message":"[Watcher] Initializing watcher for \"Audio Books\".","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:10.050","source":"Watcher.js:57","message":"[Watcher] Initializing watcher for \"Podcasts\".","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:10.073","source":"Server.js:356","message":"Listening on port :80","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:10.103","source":"Watcher.js:88","message":"[Watcher] \"Audio Books\" Ready","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:25:10.683","source":"Watcher.js:88","message":"[Watcher] \"Podcasts\" Ready","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:29:35.326","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected DzZsyWwXF9gXSmRuAAAB","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:29:57.149","source":"SocketAuthority.js:145","message":"[SocketAuthority] Socket DzZsyWwXF9gXSmRuAAAB disconnected from client \"CorneliousJD\" after 21823ms (Reason: transport close)","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:30:42.666","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected 8bWwAi3P7Pdq1TdSAAAD","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:30:59.621","source":"SocketAuthority.js:145","message":"[SocketAuthority] Socket 8bWwAi3P7Pdq1TdSAAAD disconnected from client \"CorneliousJD\" after 16955ms (Reason: transport close)","levelName":"INFO","level":2} {"timestamp":"2024-11-13 20:30:59.856","source":"SocketAuthority.js:118","message":"[SocketAuthority] Socket Connected y7kz8tTPYuS9t0TvAAAF","levelName":"INFO","level":2} ```
Author
Owner

@mikiher commented on GitHub (Nov 15, 2024):

We're currently working on fixes for these issues. #3604 is part of the solution, but I'm not sure it completely resolves the issue. I'm working on some additional fixes. Please check if the next release resolves your issue.

@mikiher commented on GitHub (Nov 15, 2024): We're currently working on fixes for these issues. #3604 is part of the solution, but I'm not sure it completely resolves the issue. I'm working on some additional fixes. Please check if the next release resolves your issue.
Author
Owner

@mikiher commented on GitHub (Nov 18, 2024):

Release v2.17.0 should have fixed a couple of OOM issues that are related to your bug report. Can you please check if this still happens with the latest release?

@mikiher commented on GitHub (Nov 18, 2024): Release v2.17.0 should have fixed a couple of OOM issues that are related to your bug report. Can you please check if this still happens with the latest release?
Author
Owner

@CorneliousJD commented on GitHub (Nov 18, 2024):

Release v2.17.0 should have fixed a couple of OOM issues that are related to your bug report. Can you please check if this still happens with the latest release?

on 2.17.1 now -- it seems to be processing the request to download all episodes, so that's a good sign! I'll let it run through this plus some other auto-fetches and report back.

@CorneliousJD commented on GitHub (Nov 18, 2024): > Release v2.17.0 should have fixed a couple of OOM issues that are related to your bug report. Can you please check if this still happens with the latest release? on 2.17.1 now -- it seems to be processing the request to download all episodes, so that's a good sign! I'll let it run through this plus some other auto-fetches and report back.
Author
Owner

@CorneliousJD commented on GitHub (Nov 19, 2024):

Confirmed 2.17.1 has now successfully downloaded all 4k+ episodes of "Stuff you should know" :)

@CorneliousJD commented on GitHub (Nov 19, 2024): Confirmed 2.17.1 has now successfully downloaded all 4k+ episodes of "Stuff you should know" :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2357