ITADN

Server Error (500)

#550Openabillauer 创建于 2026-04-06
bugnextreplicated
A
abillauercommented
Hi, After upgrading to Codex v1.10.4 I navigate to http://A.B.C.D:9810 as I always have and I get Server Error (500). I tried on 2 different browsers. This worked on v1.10.2. Rolling back to 1.10.2 works. Anonymized server log is below: ``` codex | codex | User uid: 1000 codex | User gid: 1000 codex | ------------------------------------- codex | codex | /path/to/python/site-packages/django/core/handlers/base.py:62: UserWarning: No directory at: /path/to/python/site-packages/codex/static/ codex | mw_instance = middleware(adapted_handler) codex | 2026-04-06 16:15:31 | DEBUG | Starting codex codex | 2026-04-06 16:15:31 | INFO | Starting Codex v1.10.4 codex | 2026-04-06 16:15:31 | INFO | Ensuring database is correct and up to date... codex | Operations to perform: codex | Apply all migrations: auth, authtoken, codex, contenttypes, sessions codex | Running migrations: codex | No migrations to apply. codex | 2026-04-06 16:15:32 | SUCCESS | Database ready. codex | 2026-04-06 16:15:32 | DEBUG | Checking that group custom covers are under /path/to/custom-covers codex | 2026-04-06 16:15:32 | DEBUG | Found 0 custom covers to update, 0 to delete. codex | 2026-04-06 16:15:32 | INFO | Created 0 missing auth tokens for users. codex | 2026-04-06 16:15:32 | INFO | Created 0 missing auth tokens for users. codex | 2026-04-06 16:15:32 | INFO | Created 0 missing auth tokens for users. codex | 2026-04-06 16:15:32 | INFO | Created 0 missing auth tokens for users. codex | 2026-04-06 16:15:32 | INFO | Codex is being served without a url path prefix. codex | 2026-04-06 16:15:32 | SUCCESS | Running Codex v1.10.4 codex | /path/to/python/site-packages/django/core/handlers/base.py:62: UserWarning: No directory at: /path/to/python/site-packages/codex/static/ codex | mw_instance = middleware(adapted_handler) codex | [WARNING] Embedded server is experimental! codex | [INFO] Starting granian (embedded) codex | [INFO] Listening at: http://<IP_ADDRESS>:9810 codex | [INFO] Spawning worker-1 with id: 133940319152176 codex | 2026-04-06 16:15:37 | DEBUG | Lifespan application started. codex | 2026-04-06 16:15:37 | DEBUG | Lifespan startup started. codex | 2026-04-06 16:15:37 | DEBUG | Lifespan startup complete. codex | 2026-04-06 16:15:37 | SUCCESS | BroadcastListener started. codex | [INFO] Started worker-1 codex | 2026-04-06 16:15:37 | DEBUG | Started LibrarianDaemon. codex | 2026-04-06 16:15:37 | DEBUG | Creating Librarian threads... codex | 2026-04-06 16:15:37 | DEBUG | Active threads before thread creation: 1 codex | 2026-04-06 16:15:37 | DEBUG | Created bookmark_thread thread. codex | 2026-04-06 16:15:37 | DEBUG | Created cover_thread thread. codex | 2026-04-06 16:15:37 | DEBUG | Created cron_thread thread. codex | 2026-04-06 16:15:37 | DEBUG | Created library_watcher_thread thread. codex | 2026-04-06 16:15:37 | DEBUG | Created library_poller_thread thread. codex | 2026-04-06 16:15:37 | DEBUG | Created notifier_thread thread. codex | /path/to/python/site-packages/django/core/handlers/base.py:62: UserWarning: No directory at: /path/to/python/site-packages/codex/static/ codex | mw_instance = middleware(adapted_handler) codex | 2026-04-06 16:15:42 | DEBUG | Created scribe_thread thread. codex | 2026-04-06 16:15:42 | DEBUG | Created fsevent_batcher_thread thread. codex | 2026-04-06 16:15:42 | DEBUG | Threads created codex | 2026-04-06 16:15:42 | DEBUG | LibrarianDaemon starting all threads. codex | 2026-04-06 16:15:42 | DEBUG | Started BookmarkThread codex | 2026-04-06 16:15:42 | DEBUG | Started CoverThread codex | 2026-04-06 16:15:42 | DEBUG | Started CronThread codex | 2026-04-06 16:15:42 | DEBUG | Started LibraryWatcherThread codex | 2026-04-06 16:15:42 | DEBUG | Started LibraryPollerThread codex | 2026-04-06 16:15:42 | DEBUG | Started NotifierThread codex | 2026-04-06 16:15:42 | DEBUG | Started ScribeThread codex | 2026-04-06 16:15:42 | DEBUG | Started FSEventBatcherThread codex | 2026-04-06 16:15:42 | INFO | LibrarianDaemon started all threads. codex | 2026-04-06 16:15:42 | SUCCESS | LibrarianDaemon ready for tasks. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-1 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-2 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-3 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-4 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-5 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-6 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-7 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-8 waiting for manual poll. codex | 2026-04-06 16:15:42 | INFO | Library /library/path-9 waiting for manual poll. codex | 2026-04-06 16:15:42 | DEBUG | Adopt Orphan Folders: In progress codex | 2026-04-06 16:15:42 | DEBUG | Move Folders: In progress codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-2 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-3 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-4 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-5 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-6 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-7 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-8 codex | 2026-04-06 16:15:42 | DEBUG | No orphan folders in /library/path-9 codex | 2026-04-06 16:15:42 | DEBUG | In update search index before init statii. codex | 2026-04-06 16:15:42 | DEBUG | Clean Orphan Search Entries: In progress codex | 2026-04-06 16:15:42 | DEBUG | Sync Old Search Entries: In progress codex | 2026-04-06 16:15:42 | DEBUG | Sync New Search Entries: In progress codex | 2026-04-06 16:15:42 | DEBUG | Clean Orphan Search Entries: In progress codex | 2026-04-06 16:15:42 | DEBUG | Finding stale records to remove... codex | 2026-04-06 16:15:42 | DEBUG | Looking for search index watermark... codex | 2026-04-06 16:15:43 | INFO | Looking for search entries to update since 2026-04-03 08:26:46.270143+00:00... codex | 2026-04-06 16:15:43 | DEBUG | Found 0 comics with out of date search entries. codex | 2026-04-06 16:15:43 | DEBUG | Counting total search index entries to update... codex | 2026-04-06 16:15:43 | DEBUG | No search entries to update. codex | 2026-04-06 16:15:43 | INFO | Looking for missing search entries to create... codex | 2026-04-06 16:15:43 | DEBUG | Found 0 comics missing from the search index. codex | 2026-04-06 16:15:43 | DEBUG | Counting total search index entries to create... codex | 2026-04-06 16:15:43 | DEBUG | No search entries to create. codex | 2026-04-06 16:15:43 | SUCCESS | Search index found to be already synced in a second. codex | 2026-04-06 16:15:44 | DEBUG | Next scheduled job at 2026-04-07 00:00:00+00:00 in 7:44:15.759784. ```
1 条评论