2026-04-18T19:22:52.374076799Z [migrations] started
2026-04-18T19:22:52.382112273Z [migrations] no migrations found
2026-04-18T19:22:53.284217977Z usermod: no changes
2026-04-18T19:22:53.481469571Z ───────────────────────────────────────
2026-04-18T19:22:53.481504201Z 
2026-04-18T19:22:53.481513610Z       ██╗     ███████╗██╗ ██████╗
2026-04-18T19:22:53.481522197Z       ██║     ██╔════╝██║██╔═══██╗
2026-04-18T19:22:53.481530414Z       ██║     ███████╗██║██║   ██║
2026-04-18T19:22:53.481538731Z       ██║     ╚════██║██║██║   ██║
2026-04-18T19:22:53.481546927Z       ███████╗███████║██║╚██████╔╝
2026-04-18T19:22:53.481555234Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-04-18T19:22:53.481563731Z 
2026-04-18T19:22:53.481571637Z    Brought to you by linuxserver.io
2026-04-18T19:22:53.481579763Z ───────────────────────────────────────
2026-04-18T19:22:53.488920307Z 
2026-04-18T19:22:53.489047523Z To support LSIO projects visit:
2026-04-18T19:22:53.489060199Z https://www.linuxserver.io/donate/
2026-04-18T19:22:53.489068646Z 
2026-04-18T19:22:53.489243127Z ───────────────────────────────────────
2026-04-18T19:22:53.489263748Z GID/UID
2026-04-18T19:22:53.489512730Z ───────────────────────────────────────
2026-04-18T19:22:53.606847246Z 
2026-04-18T19:22:53.606878469Z User UID:    911
2026-04-18T19:22:53.606888429Z User GID:    911
2026-04-18T19:22:53.606901004Z ───────────────────────────────────────
2026-04-18T19:22:53.657394746Z Linuxserver.io version: 6f7f0c30-ls275
2026-04-18T19:22:53.661610005Z Build-date: 2026-04-18T19:18:03+00:00
2026-04-18T19:22:53.661634775Z ───────────────────────────────────────
2026-04-18T19:22:53.661645296Z     
2026-04-18T19:22:57.989700156Z [custom-init] No custom files found, skipping...
2026-04-18T19:23:27.029535292Z 2026-04-18 19:23:27,026 INFO: Enabled configured INFO level logging. [startup.py:145 (MAIN/lazylibrarian.startup)]
2026-04-18T19:23:27.031632646Z 2026-04-18 19:23:27,030 INFO: Lazylibrarian (pid 615) is starting up... [startup.py:198 (MAIN/lazylibrarian.startup)]
2026-04-18T19:23:29.040526654Z 2026-04-18 19:23:29,039 DEBUG: Set config[LOGDIR]=/config/log [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-18T19:23:29.041346465Z 2026-04-18 19:23:29,040 DEBUG: Set config[EBOOK_DIR]=/books [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-18T19:23:29.042129042Z 2026-04-18 19:23:29,041 DEBUG: Set config[DOWNLOAD_DIR]=/downloads [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-18T19:23:29.055410900Z 2026-04-18 19:23:29,054 DEBUG: Set config[AUDIOBOOK_DEST_FOLDER]=$Author/$Title [configtypes.py:170 (MAIN/special.configwrite)]
2026-04-18T19:23:29.067789210Z 2026-04-18 19:23:29,067 DEBUG: Read config[LOGDIR]=/config/log [configtypes.py:154 (MAIN)]
2026-04-18T19:23:29.069616419Z 2026-04-18 19:23:29,069 DEBUG: Read config[LOGSPECIALDEBUG]= [configtypes.py:154 (MAIN)]
2026-04-18T19:23:29.431806512Z 2026-04-18 19:23:29,431 INFO: Apprise library (1.9.9) installed [startup.py:237 (MAIN)]
2026-04-18T19:23:29.789527854Z 2026-04-18 19:23:29,788 INFO: Database is v0, integrity check: ok [startup.py:285 (MAIN)]
2026-04-18T19:23:29.801158267Z 2026-04-18 19:23:29,800 INFO: Creating new database, version 89 [dbupgrade.py:199 (MAIN)]
2026-04-18T19:23:30.250361008Z 2026-04-18 19:23:30,249 INFO: Config file /config/config.ini has been saved with 5 items [config2.py:376 (CONFIG2_WRITE)]
2026-04-18T19:23:32.001939827Z 2026-04-18 19:23:32,001 ERROR: Config[HC_KEY]: read_error [configtypes.py:874 (MAIN)]
2026-04-18T19:23:32.073013385Z 2026-04-18 19:23:32,072 INFO: Database check found 0 errors [dbupgrade.py:873 (MAIN)]
2026-04-18T19:23:32.132133189Z 2026-04-18 19:23:32,131 INFO: Database updated to version 89 [dbupgrade.py:315 (MAIN)]
2026-04-18T19:23:34.384779692Z 2026-04-18 19:23:34,384 INFO: Loaded genres from /app/lazylibrarian/example.genres.json [startup.py:453 (MAIN)]
2026-04-18T19:23:34.465837378Z 2026-04-18 19:23:34,465 INFO: Bookstrap found 16 themes [startup.py:404 (MAIN)]
2026-04-18T19:23:35.938263999Z 2026-04-18 19:23:35,937 INFO: Starting LazyLibrarian on port: 5299, webroot "" [LazyLibrarian.py:75 (MAIN)]
2026-04-18T19:23:35.940476495Z 2026-04-18 19:23:35,940 INFO: Starting LazyLibrarian web server on http://0.0.0.0:5299 [webStart.py:78 (MAIN)]
2026-04-18T19:23:36.090715860Z 2026-04-18 19:23:36,089 INFO: Scheduler started [base.py:214 (MAIN)]
2026-04-18T19:23:36.155961301Z 2026-04-18 19:23:36,155 INFO: Added job "PostProcessor" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.177452463Z 2026-04-18 19:23:36,176 INFO: Added job "cron_search_wishlist" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.198397525Z 2026-04-18 19:23:36,197 INFO: Added job "check_for_updates" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.220945415Z 2026-04-18 19:23:36,220 INFO: Added job "clean_cache" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.237018816Z 2026-04-18 19:23:36,236 INFO: Added job "cron_dbbackup" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.264333246Z 2026-04-18 19:23:36,263 INFO: Added job "author_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:36.296878520Z 2026-04-18 19:23:36,296 INFO: Added job "series_update" to job store "default" [base.py:1090 (MAIN)]
2026-04-18T19:23:37.037435013Z Connection to localhost (127.0.0.1) 5299 port [tcp/*] succeeded!
2026-04-18T19:23:37.909844721Z [ls.io-init] done.