You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the issue: Erroring while attempting to search for Manga on Anilist
Manga Series: Oshi no Ko
Screenshots (If applicable): N/A
Log File:
Logs
2024-01-21 21:05:19,683 | MTT-3 140235229907768 | MangaTaggerLib.MangaTaggerLib | INFO - Manga_title found in exceptions.json, using manga specific configuration...
2024-01-21 21:05:19,683 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Now processing "/downloads/Oshi no Ko/Oshi no Ko -.- Ch 0001.cbz"...
2024-01-21 21:05:19,683 | MTT-3 140235229907768 | MangaTaggerLib.MangaTaggerLib | INFO - Table search value is "Oshi no Ko"
2024-01-21 21:05:19,684 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Attempting to rename "Oshi no Ko -.- Ch 0001.cbz"...
2024-01-21 21:05:19,684 | MTT-3 140235229907768 | MangaTaggerLib.MangaTaggerLib | INFO - Searching manga_metadata for anilist id.
2024-01-21 21:05:19,685 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Filename was successfully parsed as ['Oshi no Ko', 'Ch 0001.cbz'].
2024-01-21 21:05:19,689 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Manga_title found in exceptions.json, using manga specific configuration...
2024-01-21 21:05:19,689 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Table search value is "Oshi no Ko"
2024-01-21 21:05:19,690 | MTT-3 140235229907768 | MangaTaggerLib.task_queue.QueueWorker | ERROR - 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/app/Manga-Tagger/MangaTaggerLib/task_queue.py", line 189, in process
MangaTaggerLib.process_manga_chapter(path, uuid.uuid1())
File "/app/Manga-Tagger/MangaTaggerLib/MangaTaggerLib.py", line 68, in process_manga_chapter
metadata_tagger(file_path, manga_details[0], manga_details[1], manga_details[2], logging_info, manga_details[3])
File "/app/Manga-Tagger/MangaTaggerLib/MangaTaggerLib.py", line 338, in metadata_tagger
series_title = MetadataTable.search_series_title(manga_title)
File "/app/Manga-Tagger/MangaTaggerLib/database.py", line 166, in search_series_title
return cls._database.find_one({"$or": [
TypeError: 'NoneType' object is not subscriptable
2024-01-21 21:05:19,690 | MTT-6 140235226725176 | MangaTaggerLib.MangaTaggerLib | INFO - Searching manga_metadata for anilist id.
2024-01-21 21:05:19,691 | MTT-3 140235229907768 | MangaTaggerLib.task_queue.QueueWorker | WARNING - Manga Tagger is unfamiliar with this error. Please log an issue for investigation.
2024-01-21 21:05:19,694 | MTT-6 140235226725176 | MangaTaggerLib.task_queue.QueueWorker | ERROR - 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/app/Manga-Tagger/MangaTaggerLib/task_queue.py", line 189, in process
MangaTaggerLib.process_manga_chapter(path, uuid.uuid1())
File "/app/Manga-Tagger/MangaTaggerLib/MangaTaggerLib.py", line 68, in process_manga_chapter
metadata_tagger(file_path, manga_details[0], manga_details[1], manga_details[2], logging_info, manga_details[3])
File "/app/Manga-Tagger/MangaTaggerLib/MangaTaggerLib.py", line 338, in metadata_tagger
series_title = MetadataTable.search_series_title(manga_title)
File "/app/Manga-Tagger/MangaTaggerLib/database.py", line 166, in search_series_title
return cls._database.find_one({"$or": [
TypeError: 'NoneType' object is not subscriptable
2024-01-21 21:05:19,695 | MTT-6 140235226725176 | MangaTaggerLib.task_queue.QueueWorker | WARNING - Manga Tagger is unfamiliar with this error. Please log an issue for investigation.
exceptions.json
{
"Kaoru Hana Wa Rin To Saku": {
"anilist_title": "The Fragrant Flower Blooms With Dignity",
"format": "MANGA",
"adult": false
},
"Oshi no Ko": {
"anilist_id": 117195,
"format": "MANGA",
"adult": false
}
}
The text was updated successfully, but these errors were encountered:
OS: Docker
Manga Tagger Version: Nightly Build
Description of the issue: Erroring while attempting to search for Manga on Anilist
Manga Series: Oshi no Ko
Screenshots (If applicable): N/A
Log File:
Logs
exceptions.json
The text was updated successfully, but these errors were encountered: