If I try importing a file that is not in YAML format it causes a fatal error, because the parseContent method of the ContentLoader class does not check whether the file contents were parsed correctly before trying to load them.
Drupal\yaml_content\Event\ContentParsedEvent::__construct() must be of the type array, string given
Add logic to check if YAML parsing was successful. If not, display an error message and do not try to load the file.
Add logic to yaml_content/src/ContentLoader/ContentLoader.php, parseContent() method
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.