While running a manual sync I get loads of messages like the following in the dblogs:
Warning: Undefined property: stdClass::$product in Drupal\media_acquiadam\Service\AssetMetadataHelper->getMetadataFromAsset() (line 156 of /app/docroot/modules/contrib/media_acquiadam/src/Service/AssetMetadataHelper.php)
This is in version 2.0.6 where that line corresponds to
if (is_array($asset->metadata->fields->{$name}) && !empty($asset->metadata->fields->{$name})) {
Add a check to defend against and undefined property.
none
none
none
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.