When I am on the main screen of Mylar3, and I wish to search for a new comic to add. As I have done in the past, I click on the search field in the top of the main screen, type in my search query and click Search.
and....
nothing happens (mostly)
If I do a search for Star Wars, I can see in the Docker logs, a lot of search results being parsed but nothing ever displays on the page itself and eventually it locks up (?) and the only way I can get it back up is to restart the container.
However, if I do a search for Star Wars 2025, I get the page to load and it says No search results
(Oddly, this search never shows in the Docker logs)
As I was typing this, I got the idea to check if my ComicVine API is still correct and it is, so I am drawing a blank on how to resolve this issue.
Details:
Mylar3 v0.8.2
Running in Docker on a Synology
Logs:
Code: Select all
21-May-2025 23:32:55 - INFO :: mylar.configure.1362 : MainThread : Ignored Publishers: []
21-May-2025 23:32:55 - INFO :: mylar.configure.1290 : MainThread : [DOCKER-AWARE] Docker installation detected.
21-May-2025 23:32:55 - INFO :: mylar.configure.1389 : MainThread : [MASS_PUBLISHERS] Auto-add for weekly publishers set to: []
21-May-2025 23:32:55 - INFO :: mylar.configure.1413 : MainThread : [PROBLEM_DATES] Problem dates loaded: ['2021-07-14 04:00:34']
21-May-2025 23:32:55 - INFO :: mylar.configure.1427 : MainThread : [COMICTAGGER] Version detected: 1.3.5
21-May-2025 23:32:55 - INFO :: mylar.configure.1522 : MainThread : [CV_USER_AGENT] Agent already identical in comictagger session.
21-May-2025 23:32:55 - INFO :: mylar.configure.1565 : MainThread : [DDL PRIORITY ORDER] DDL will attempt to use the following 3rd party sites in this specific download order: ['mega', 'mediafire', 'pixeldrain', 'main']
21-May-2025 23:32:55 - INFO :: mylar.configure.1574 : MainThread : [Search Tier Cutoff] Setting Tier-1 cutoff point to 14 days
21-May-2025 23:32:55 - INFO :: mylar.initialize.264 : MainThread : Checking to see if the database has all tables....
21-May-2025 23:32:55 - INFO :: mylar.dbcheck.1589 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
21-May-2025 23:32:55 - INFO :: mylar.dbcheck.1599 : MainThread : Correcting Null entries that make the main page break on startup.
21-May-2025 23:32:56 - INFO :: mylar.dbcheck.1610 : MainThread : [<class 'int'>]oldconfig_version: 14
21-May-2025 23:32:58 - INFO :: mylar.validateAndCreateDirectory.1895 : MainThread : [DIRECTORY-CHECK] Found ddl-mega location directory: /config/mylar/cache/mega
21-May-2025 23:32:58 - INFO :: mylar.ddl_creations.2060 : MainThread : Setting DDL Location set to : /config/mylar/cache
21-May-2025 23:32:58 - INFO :: mylar.validateAndCreateDirectory.1895 : MainThread : [DIRECTORY-CHECK] Found html cache directory: /config/mylar/cache/html_cache
21-May-2025 23:32:58 - INFO :: mylar.initialize.296 : MainThread : Successfully discovered local IP and locking it in as : 172.17.0.8
21-May-2025 23:32:58 - INFO :: mylar.initialize.377 : MainThread : [IMPRINT_LOADS] Loading Publisher imprints data from local file.
21-May-2025 23:32:58 - INFO :: mylar.initialize.337 : MainThread : [DDL] External server configuration available to be loaded: False
21-May-2025 23:32:58 - INFO :: mylar.initialize.403 : MainThread : [IMPRINT_LOADS] Successfully loaded imprints for 6 publishers
21-May-2025 23:32:58 - INFO :: mylar.initialize.405 : MainThread : Remapping the sorting to allow for new additions.
21-May-2025 23:32:58 - INFO :: mylar.ComicSort.781 : MainThread : Sucessfully ordered 3 series in your watchlist.
21-May-2025 23:32:58 - INFO :: mylar.SABtest.7475 : MainThread : APIKey provided is the FULL API Key which is the correct key.
21-May-2025 23:32:58 - INFO :: mylar.SABtest.7476 : MainThread : Connection to SABnzbd tested sucessfully
21-May-2025 23:33:00 - INFO :: mylar.initialize.415 : MainThread : [SAB-VERSION-CHECK] SABnzbd version detected as: 4.5.1
21-May-2025 23:33:00 - INFO :: mylar.validateAndCreateDirectory.1895 : MainThread : [DIRECTORY-CHECK] Found DATA directory: /config/mylar
21-May-2025 23:33:00 - INFO :: mylar.initialize.73 : MAIN : Starting Mylar on http://0.0.0.0:8090/
21-May-2025 23:33:00 - INFO :: mylar.getVersion.188 : MAIN : [DOCKER-AWARE] Docker installation detected.
21-May-2025 23:33:00 - INFO :: mylar.getVersion.209 : MAIN : i: (HEAD -> master, tag: v0.8.2)
21-May-2025 23:33:00 - INFO :: mylar.getVersion.225 : MAIN : [LAST_RELEASE] Version: v0.8.2
21-May-2025 23:33:00 - INFO :: mylar.getVersion.220 : MAIN : [LAST_RELEASE] Branch: master
21-May-2025 23:33:00 - INFO :: mylar.getVersion.209 : MAIN : i: 1a8c6581c8fd9b8873b7bdd920e9b7d8f59a8f42
21-May-2025 23:33:00 - INFO :: mylar.getVersion.231 : MAIN : [LAST_RELEASE] Commit: 1a8c6581c8fd9b8873b7bdd920e9b7d8f59a8f42
Connection to localhost (127.0.0.1) 8090 port [tcp/*] succeeded!
21-May-2025 23:33:00 - INFO :: mylar.getVersion.266 : MAIN : Branch detected & set to : master
21-May-2025 23:33:00 - INFO :: mylar.versionload.469 : MAIN : Version information: master [1a8c6581c8fd9b8873b7bdd920e9b7d8f59a8f42]
21-May-2025 23:33:03 - INFO :: mylar.release_messages.276 : MAIN : release_messages: None
[ls.io-init] done.
21-May-2025 23:33:03 - INFO :: mylar.start.681 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
21-May-2025 23:33:03 - INFO :: mylar.start.685 : MAIN : [SEARCH-QUEUE] Successfully started the Search Queuer...
21-May-2025 23:33:03 - INFO :: mylar.queue_schedule.724 : MAIN : [SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....
21-May-2025 23:33:03 - INFO :: mylar.queue_schedule.730 : MAIN : [AUTO-COMPLETE-NZB] Succesfully started Completed post-processing handling for SABnzbd - will now monitor for completed nzbs within sabnzbd and post-process automatically...
21-May-2025 23:33:03 - INFO :: mylar.start.681 : MAIN : [POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
21-May-2025 23:33:03 - INFO :: mylar.start.685 : MAIN : [POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
21-May-2025 23:33:03 - INFO :: mylar.start.681 : MAIN : [DDL-QUEUE] DDL Download queue enabled & monitoring for requests....
21-May-2025 23:33:03 - INFO :: mylar.start.600 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
21-May-2025 23:33:03 - INFO :: mylar.start.685 : MAIN : [DDL-QUEUE] Succesfully started DDL Download Queuer....
21-May-2025 23:33:03 - INFO :: mylar.start.632 : MAIN : [RSS-FEEDS] RSS last run @ 2025-05-21 23:14:42
21-May-2025 23:33:03 - INFO :: mylar.start.629 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
21-May-2025 23:33:03 - INFO :: mylar.start.659 : MAIN : Firing up the Background Schedulers now....
21-May-2025 23:33:03 - INFO :: mylar.start.664 : MAIN : Background Schedulers successfully started...
21-May-2025 23:33:04 - INFO :: mylar.on_login.128 : CP Server Thread-7 : swguru2004 successfully logged on.
21-May-2025 23:34:42 - INFO :: mylar.run.37 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] RSS Feed Check Initalizing....
21-May-2025 23:34:43 - INFO :: mylar.run.102 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] Initiating RSS Feed Check for NZB Providers.
21-May-2025 23:34:47 - WARNING :: mylar._parse_feed.479 : ThreadPoolExecutor-0_0 : Error fetching RSS Feed Data from [nzbhydra]: HTTPConnectionPool(host='anthonysnyder.synology.me', port=5076): Max retries exceeded with url: /api?t=search&cat=7030&dl=1&apikey=T6L2GT0JKBO4SVF344M4HAQAIN&num=100 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f04800dcb10>: Failed to establish a new connection: [Errno 111] Connection refused'))
21-May-2025 23:34:48 - INFO :: mylar.nzbs.602 : ThreadPoolExecutor-0_0 : [RSS] (experimental) 250 entries indexed.
21-May-2025 23:34:48 - INFO :: mylar.nzbs.602 : ThreadPoolExecutor-0_0 : [RSS] (nzb.su) 0 entries indexed.
21-May-2025 23:34:48 - INFO :: mylar.nzbs.606 : ThreadPoolExecutor-0_0 : [RSS] 237 entries have been indexed and are now going to be stored for caching.
21-May-2025 23:35:03 - INFO :: mylar.run.28 : ThreadPoolExecutor-0_1 : [SEARCH] Running Search for Wanted.
21-May-2025 23:35:03 - INFO :: mylar.searchforissue.1583 : ThreadPoolExecutor-0_1 : Initiating check to add Wanted items to Search Queue....
21-May-2025 23:35:04 - INFO :: mylar.searchforissue.2261 : ThreadPoolExecutor-0_1 : Completed Queueing API Search scan
21-May-2025 23:35:07 - INFO :: mylar.run.105 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] Initiating RSS Feed Check for DDL Provider.
21-May-2025 23:35:10 - INFO :: mylar.ddl.461 : ThreadPoolExecutor-0_0 : [DDL][RSS-RESULTS] [{'Title': '2025.05.21 Weekly Pack', 'Size': 0, 'Link': '368879', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 22:28:37'}, {'Title': 'The New Gods #6 (2025)', 'Size': 46137344, 'Link': '368588', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:52:08'}, {'Title': 'Detective Comics #1097 (2025)', 'Size': 37748736, 'Link': '368585', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:51:23'}, {'Title': 'Batman and Robin – Year One #7 (2025)', 'Size': 37748736, 'Link': '368576', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:50:34'}, {'Title': 'Weapon X-Men #4 (2025)', 'Size': 77594624, 'Link': '368652', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:17:09'}, {'Title': 'Superman Unlimited #1 (2025)', 'Size': 114294784, 'Link': '368594', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:16:17'}, {'Title': 'Exceptional X-Men #9 (2025)', 'Size': 81788928, 'Link': '368612', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:15:33'}, {'Title': 'Batman – Superman – World’s Finest #39 (2025)', 'Size': 68157440, 'Link': '368573', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 16:14:45'}, {'Title': 'Star Wars – The High Republic – Fear of the Jedi #4 (2025)', 'Size': 65011712, 'Link': '368637', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 14:09:29'}, {'Title': 'Star Wars – Legacy of Vader #4 (2025)', 'Size': 70254592, 'Link': '368634', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 14:08:37'}, {'Title': 'Star Trek – Defiant #27 (2025)', 'Size': 82837504, 'Link': '368764', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 14:07:42'}, {'Title': 'Moonshine Bigfoot #2 (2025)', 'Size': 132120576, 'Link': '368670', 'Site': 'DDL(GetComics)', 'Pubdate': 'Wed, 21 May 2025 13:53:29'}]
21-May-2025 23:35:10 - INFO :: mylar.ddl.463 : ThreadPoolExecutor-0_0 : [RSS][DDL] 12 entries have been indexed and are now going to be stored for caching.
21-May-2025 23:35:10 - INFO :: mylar.run.107 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] RSS Feed Check/Update Complete
21-May-2025 23:35:10 - INFO :: mylar.run.108 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] Watchlist Check for new Releases
21-May-2025 23:35:10 - INFO :: mylar.searchforissue.1577 : ThreadPoolExecutor-0_0 : Initiating RSS Search Scan at the scheduled interval of 20 minutes
21-May-2025 23:35:10 - INFO :: mylar.searchforissue.1706 : ThreadPoolExecutor-0_0 : Issues that belong to part of a Story Arc to be searched for : 0
21-May-2025 23:35:10 - INFO :: mylar.nzbdbsearch.905 : ThreadPoolExecutor-0_0 : cur returned. db attached.
21-May-2025 23:35:11 - INFO :: mylar.nzbdbsearch.912 : ThreadPoolExecutor-0_0 : dropped previous rss dataset to ensure we have a clean slate.
21-May-2025 23:35:11 - INFO :: mylar.nzbdbsearch.926 : ThreadPoolExecutor-0_0 : executed insert...now attempting to select
21-May-2025 23:35:14 - INFO :: mylar.searchforissue.2257 : ThreadPoolExecutor-0_0 : Completed RSS Search scan
21-May-2025 23:35:14 - INFO :: mylar.nzbdbsearch.1016 : ThreadPoolExecutor-0_0 : [RSS-QUERY] Searched through RSSDB looking for 0 Wanted items in 62179 RSS entries. Rough matching to 0 items.
21-May-2025 23:35:14 - INFO :: mylar.run.112 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] Watchlist Check complete.
21-May-2025 23:35:14 - INFO :: mylar.run.114 : ThreadPoolExecutor-0_0 : [RSS-FEEDS] Successfully ran a forced RSS Check.