2026-04-14T01:14:37.789693501Z [migrations] started
2026-04-14T01:14:37.789755777Z [migrations] no migrations found
2026-04-14T01:14:37.816460616Z usermod: no changes
2026-04-14T01:14:37.825713961Z ───────────────────────────────────────
2026-04-14T01:14:37.825731496Z 
2026-04-14T01:14:37.825735414Z       ██╗     ███████╗██╗ ██████╗
2026-04-14T01:14:37.825739272Z       ██║     ██╔════╝██║██╔═══██╗
2026-04-14T01:14:37.825743230Z       ██║     ███████╗██║██║   ██║
2026-04-14T01:14:37.825746957Z       ██║     ╚════██║██║██║   ██║
2026-04-14T01:14:37.825750835Z       ███████╗███████║██║╚██████╔╝
2026-04-14T01:14:37.825754873Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-04-14T01:14:37.825758571Z 
2026-04-14T01:14:37.825762058Z    Brought to you by linuxserver.io
2026-04-14T01:14:37.825765655Z ───────────────────────────────────────
2026-04-14T01:14:37.825979155Z 
2026-04-14T01:14:37.825991229Z To support LSIO projects visit:
2026-04-14T01:14:37.825996239Z https://www.linuxserver.io/donate/
2026-04-14T01:14:37.826000799Z 
2026-04-14T01:14:37.826004967Z ───────────────────────────────────────
2026-04-14T01:14:37.826009947Z GID/UID
2026-04-14T01:14:37.826014306Z ───────────────────────────────────────
2026-04-14T01:14:37.829571990Z 
2026-04-14T01:14:37.829579506Z User UID:    911
2026-04-14T01:14:37.829583303Z User GID:    911
2026-04-14T01:14:37.829587572Z ───────────────────────────────────────
2026-04-14T01:14:37.830426501Z Linuxserver.io version: 6f7f0c30-ls274
2026-04-14T01:14:37.830598147Z Build-date: 2026-04-14T01:10:02+00:00
2026-04-14T01:14:37.830604470Z ───────────────────────────────────────
2026-04-14T01:14:37.830608939Z     
2026-04-14T01:14:37.887653117Z [custom-init] No custom files found, skipping...
2026-04-14T01:14:39.099431063Z 2026-04-14 01:14:39,099 INFO: Enabled configured INFO level logging. [startup.py:145 (MAIN/lazylibrarian.startup)]
2026-04-14T01:14:39.099546926Z 2026-04-14 01:14:39,099 INFO: Lazylibrarian (pid 171) is starting up... [startup.py:198 (MAIN/lazylibrarian.startup)]
2026-04-14T01:14:41.100740985Z 2026-04-14 01:14:41,100 DEBUG: Set config[LOGDIR]=/config/log [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:14:41.100786135Z 2026-04-14 01:14:41,100 DEBUG: Set config[EBOOK_DIR]=/books [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:14:41.100790715Z 2026-04-14 01:14:41,100 DEBUG: Set config[DOWNLOAD_DIR]=/downloads [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:14:41.101528501Z 2026-04-14 01:14:41,101 DEBUG: Set config[AUDIOBOOK_DEST_FOLDER]=$Author/$Title [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-14T01:14:41.102126204Z 2026-04-14 01:14:41,102 DEBUG: Read config[LOGDIR]=/config/log [configtypes.py:154 (MAIN)]
2026-04-14T01:14:41.102191806Z 2026-04-14 01:14:41,102 DEBUG: Read config[LOGSPECIALDEBUG]= [configtypes.py:154 (MAIN)]
2026-04-14T01:14:41.119075197Z 2026-04-14 01:14:41,118 INFO: Apprise library (1.9.9) installed [startup.py:237 (MAIN)]
2026-04-14T01:14:41.186624791Z 2026-04-14 01:14:41,186 INFO: Database is v0, integrity check: ok [startup.py:285 (MAIN)]
2026-04-14T01:14:41.187134357Z 2026-04-14 01:14:41,187 INFO: Creating new database, version 89 [dbupgrade.py:199 (MAIN)]
2026-04-14T01:14:41.206738417Z 2026-04-14 01:14:41,206 INFO: Config file /config/config.ini has been saved with 5 items [config2.py:376 (CONFIG2_WRITE)]
2026-04-14T01:14:41.274404456Z 2026-04-14 01:14:41,274 ERROR: Config[HC_KEY]: read_error [configtypes.py:874 (MAIN)]
2026-04-14T01:14:41.276728396Z 2026-04-14 01:14:41,276 INFO: Database check found 0 errors [dbupgrade.py:873 (MAIN)]
2026-04-14T01:14:41.279884793Z 2026-04-14 01:14:41,279 INFO: Database updated to version 89 [dbupgrade.py:315 (MAIN)]
2026-04-14T01:14:41.860100007Z 2026-04-14 01:14:41,859 INFO: Loaded genres from /app/lazylibrarian/example.genres.json [startup.py:453 (MAIN)]
2026-04-14T01:14:41.928347337Z 2026-04-14 01:14:41,928 INFO: Bookstrap found 16 themes [startup.py:404 (MAIN)]
2026-04-14T01:14:42.165769669Z 2026-04-14 01:14:42,165 INFO: Starting LazyLibrarian on port: 5299, webroot "" [LazyLibrarian.py:75 (MAIN)]
2026-04-14T01:14:42.165902837Z 2026-04-14 01:14:42,165 INFO: Starting LazyLibrarian web server on http://0.0.0.0:5299 [webStart.py:78 (MAIN)]
2026-04-14T01:14:42.271070799Z 2026-04-14 01:14:42,270 INFO: Scheduler started [base.py:214 (MAIN)]
2026-04-14T01:14:42.276674765Z 2026-04-14 01:14:42,276 INFO: Added job "PostProcessor" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.279032763Z 2026-04-14 01:14:42,278 INFO: Added job "cron_search_wishlist" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.282415436Z 2026-04-14 01:14:42,282 INFO: Added job "check_for_updates" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.285024841Z 2026-04-14 01:14:42,284 INFO: Added job "clean_cache" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.287148928Z 2026-04-14 01:14:42,286 INFO: Added job "cron_dbbackup" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.290684849Z 2026-04-14 01:14:42,290 INFO: Added job "author_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.294207132Z 2026-04-14 01:14:42,294 INFO: Added job "series_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-14T01:14:42.927482752Z Connection to localhost (127.0.0.1) 5299 port [tcp/*] succeeded!
2026-04-14T01:14:42.944456424Z [ls.io-init] done.