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
[...]
File "...seo\seo_enhancer\html_enhancer\article_schema_creator.py", line 17, in __init__
self._author = author.name
AttributeError: 'NoneType' object has no attribute 'name'
The reason for the error is:
The implicit assumption that the object author is not empty is wrong because there's the option to have no authors for an article.
The text was updated successfully, but these errors were encountered:
Was it fixed? Doesn't look like it but maybe I'm wrong.
I use Pelican but I don't set Author because I'm the only one writing, and I'll be interested to look at this particular case.
I get the following error:
The reason for the error is:
The implicit assumption that the object author is not empty is wrong because there's the option to have no authors for an article.
The text was updated successfully, but these errors were encountered: