Skip to content

AttributeError: 'NoneType' object has no attribute 'name' #42

Description

@BRTPOB

2020-09-05 06:56:50 codex.librarian.importer[22] INFO Created /comics/DC Comics/Superman New Krypton Special (2008) db folder.
2020-09-05 06:56:50 codex.librarian.importer[22] INFO Created comic Superman: New Krypton Special #1
2020-09-05 06:56:50 codex.librarian.importer[22] INFO Created comic More Fun Comics #58
2020-09-05 06:56:51 codex.librarian.importer[22] ERROR 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/codex/librarian/importer.py", line 321, in import_metadata
credits = self.get_credits()
File "/usr/local/lib/python3.8/site-packages/codex/librarian/importer.py", line 210, in get_credits
LOG.info(f"Created credit {credit.role.name}: {credit.person.name}")
AttributeError: 'NoneType' object has no attribute 'name'
2020-09-05 06:56:51 codex.librarian.importer[22] ERROR 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/codex/librarian/importer.py", line 321, in import_metadata
credits = self.get_credits()
File "/usr/local/lib/python3.8/site-packages/codex/librarian/importer.py", line 210, in get_credits
LOG.info(f"Created credit {credit.role.name}: {credit.person.name}")
AttributeError: 'NoneType' object has no attribute 'name'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions