2026-04-14T01:14:41.022531483Z [migrations] started
2026-04-14T01:14:41.029726542Z [migrations] no migrations found
2026-04-14T01:14:41.906482364Z usermod: no changes
2026-04-14T01:14:42.099156691Z ───────────────────────────────────────
2026-04-14T01:14:42.099191902Z 
2026-04-14T01:14:42.099201220Z       ██╗     ███████╗██╗ ██████╗
2026-04-14T01:14:42.099209888Z       ██║     ██╔════╝██║██╔═══██╗
2026-04-14T01:14:42.099218164Z       ██║     ███████╗██║██║   ██║
2026-04-14T01:14:42.099226652Z       ██║     ╚════██║██║██║   ██║
2026-04-14T01:14:42.099235129Z       ███████╗███████║██║╚██████╔╝
2026-04-14T01:14:42.099243455Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-04-14T01:14:42.099251732Z 
2026-04-14T01:14:42.099259548Z    Brought to you by linuxserver.io
2026-04-14T01:14:42.099267664Z ───────────────────────────────────────
2026-04-14T01:14:42.110718474Z 
2026-04-14T01:14:42.111066605Z To support LSIO projects visit:
2026-04-14T01:14:42.111087387Z https://www.linuxserver.io/donate/
2026-04-14T01:14:42.111096746Z 
2026-04-14T01:14:42.111444456Z ───────────────────────────────────────
2026-04-14T01:14:42.111465689Z GID/UID
2026-04-14T01:14:42.112011248Z ───────────────────────────────────────
2026-04-14T01:14:42.269208950Z 
2026-04-14T01:14:42.269234110Z User UID:    911
2026-04-14T01:14:42.269243369Z User GID:    911
2026-04-14T01:14:42.269251676Z ───────────────────────────────────────
2026-04-14T01:14:42.317401402Z Linuxserver.io version: 6f7f0c30-ls274
2026-04-14T01:14:42.321422490Z Build-date: 2026-04-14T01:10:02+00:00
2026-04-14T01:14:42.321448973Z ───────────────────────────────────────
2026-04-14T01:14:42.321458983Z     
2026-04-14T01:14:47.528945878Z [custom-init] No custom files found, skipping...
2026-04-14T01:15:17.357643065Z 2026-04-14 01:15:17,355 INFO: Enabled configured INFO level logging. [startup.py:145 (MAIN/lazylibrarian.startup)]
2026-04-14T01:15:17.359770409Z 2026-04-14 01:15:17,359 INFO: Lazylibrarian (pid 612) is starting up... [startup.py:198 (MAIN/lazylibrarian.startup)]
2026-04-14T01:15:19.368696178Z 2026-04-14 01:15:19,368 DEBUG: Set config[LOGDIR]=/config/log [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:15:19.369531611Z 2026-04-14 01:15:19,369 DEBUG: Set config[EBOOK_DIR]=/books [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:15:19.370302764Z 2026-04-14 01:15:19,369 DEBUG: Set config[DOWNLOAD_DIR]=/downloads [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:15:19.383580092Z 2026-04-14 01:15:19,383 DEBUG: Set config[AUDIOBOOK_DEST_FOLDER]=$Author/$Title [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:15:19.395605790Z 2026-04-14 01:15:19,395 DEBUG: Read config[LOGDIR]=/config/log [configtypes.py:154 (MAIN)]
2026-04-14T01:15:19.397436837Z 2026-04-14 01:15:19,397 DEBUG: Read config[LOGSPECIALDEBUG]= [configtypes.py:154 (MAIN)]
2026-04-14T01:15:19.748194025Z 2026-04-14 01:15:19,747 INFO: Apprise library (1.9.9) installed [startup.py:237 (MAIN)]
2026-04-14T01:15:20.501517014Z 2026-04-14 01:15:20,500 INFO: Database is v0, integrity check: ok [startup.py:285 (MAIN)]
2026-04-14T01:15:20.516221266Z 2026-04-14 01:15:20,515 INFO: Creating new database, version 89 [dbupgrade.py:199 (MAIN)]
2026-04-14T01:15:20.957050464Z 2026-04-14 01:15:20,956 INFO: Config file /config/config.ini has been saved with 5 items [config2.py:376 (CONFIG2_WRITE)]
2026-04-14T01:15:22.676249760Z 2026-04-14 01:15:22,675 ERROR: Config[HC_KEY]: read_error [configtypes.py:874 (MAIN)]
2026-04-14T01:15:22.742735041Z 2026-04-14 01:15:22,742 INFO: Database check found 0 errors [dbupgrade.py:873 (MAIN)]
2026-04-14T01:15:22.804103827Z 2026-04-14 01:15:22,803 INFO: Database updated to version 89 [dbupgrade.py:315 (MAIN)]
2026-04-14T01:15:25.060793069Z 2026-04-14 01:15:25,060 INFO: Loaded genres from /app/lazylibrarian/example.genres.json [startup.py:453 (MAIN)]
2026-04-14T01:15:25.132963999Z 2026-04-14 01:15:25,132 INFO: Bookstrap found 16 themes [startup.py:404 (MAIN)]
2026-04-14T01:15:26.558521888Z 2026-04-14 01:15:26,557 INFO: Starting LazyLibrarian on port: 5299, webroot "" [LazyLibrarian.py:75 (MAIN)]
2026-04-14T01:15:26.560830557Z 2026-04-14 01:15:26,560 INFO: Starting LazyLibrarian web server on http://0.0.0.0:5299 [webStart.py:78 (MAIN)]
2026-04-14T01:15:26.716626385Z 2026-04-14 01:15:26,715 INFO: Scheduler started [base.py:214 (MAIN)]
2026-04-14T01:15:26.780699046Z 2026-04-14 01:15:26,780 INFO: Added job "PostProcessor" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.802057519Z 2026-04-14 01:15:26,801 INFO: Added job "cron_search_wishlist" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.822627814Z 2026-04-14 01:15:26,822 INFO: Added job "check_for_updates" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.844877882Z 2026-04-14 01:15:26,844 INFO: Added job "clean_cache" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.860506645Z 2026-04-14 01:15:26,860 INFO: Added job "cron_dbbackup" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.887458562Z 2026-04-14 01:15:26,886 INFO: Added job "author_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:26.913866193Z 2026-04-14 01:15:26,913 INFO: Added job "series_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:15:27.012504193Z Connection to localhost (127.0.0.1) 5299 port [tcp/*] succeeded!
2026-04-14T01:15:27.806002268Z [ls.io-init] done.