Hello,
I’m running Version: v0.8.0 (master) on a Synology NAS.
The issue I’m having is whenever I try to add a comic from the weekly pull list - as a One-Off (by clicking the +One-Off link), it is never added, and it causes the Search Queue to go down. I can only then get the search queue to come back up by restarting Mylar. This is with attempting to add any book as a one-off. Here’s the error it throws:
2024-09-04 12:03:27 INFO [PULL-LIST] Now Queueing Batman (2024) #152 for search
2024-09-04 12:03:31 ERROR Uncaught exception: Traceback (most recent call last):
File "/app/mylar3/mylar/search.py", line 2302, in searchforissue
issnumb = result['Issue_Number']
~~~~~~^^^^^^^^^^^^^^^^
IndexError: No item with that key
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/mylar3/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/app/mylar3/mylar/helpers.py", line 3535, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'], manual=manual)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/mylar3/mylar/search.py", line 2468, in searchforissue
'comicname': result['ComicName'],
~~~~~~^^^^^^^^^^^^^
IndexError: No item with that key
One off searching doesn't work and kills the search queue
-
- Posts: 1
- Joined: Wed Sep 04, 2024 4:13 pm