Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SERIES CONTAINING ':' NOT BEING EDITED AND MOVED BY MANGATAGGER #36

Open
NotxNero opened this issue Jan 26, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@NotxNero
Copy link

OS: Windows 11

Manga Tagger Version: image

Description of the issue: When using manga tagger specifically on "tokyo ghoul:re", after adding it to exceptions.json it checks every chapter and isn't able to add metadata and move them. the cause of this is unknown to me.

Manga Series: Tokyo ghoul:re

MangaTagger.log

emptied logs before recreating this problem^^

@NotxNero NotxNero added the bug Something isn't working label Jan 26, 2023
@ThePromidius
Copy link
Member

For the log this seems to be the issue

2023-01-26 01:51:22,043 | MTT-5 1532 | MangaTaggerLib.MangaTaggerLib | INFO - Table search value is "Tokyo Ghoulre"
023-01-26 01:51:22,044 | MTT-5 1532 | MangaTaggerLib.MangaTaggerLib | INFO - Searching manga_metadata for anilist id.
2023-01-26 01:51:22,051 | MTT-5 1532 | MangaTaggerLib.task_queue.QueueWorker | ERROR - 'NoneType' object is not subscriptable
Traceback (most recent call last):
  File "C:\Manga-Tagger\MangaTaggerLib\task_queue.py", line 188, in process
    MangaTaggerLib.process_manga_chapter(path, uuid.uuid1())
  File "C:\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 "C:\Manga-Tagger\MangaTaggerLib\MangaTaggerLib.py", line 338, in metadata_tagger
    series_title = MetadataTable.search_series_title(manga_title)
  File "C:\Manga-Tagger\MangaTaggerLib\database.py", line 166, in search_series_title
    return cls._database.find_one({"$or": [
TypeError: 'NoneType' object is not subscriptable```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants