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
@field
def metadata(self) -> MetadataT:
> value = self.metadata_cls()
E TypeError: 'NoneType' object is not callable
zyte_common_items/pages.py:67: TypeError
zyte_common_items.pages._get_metadata_class in the case of this CustomProductPage cannot find any HasMetadata base and returns None.
The text was updated successfully, but these errors were encountered:
This fails:
zyte_common_items.pages._get_metadata_class
in the case of thisCustomProductPage
cannot find anyHasMetadata
base and returns None.The text was updated successfully, but these errors were encountered: