Automatically closed - issue fixed for 2 weeks with no activity.
I noticed a warning in the logs:
Warning: Trying to access array offset on value of type null in Drupal\set_author\Plugin\EntityShareClient\Processor\SetAuthor->getUserId() (line 197 of /var/www/html/web/modules/contrib/set_author/src/Plugin/EntityShareClient/Processor/SetAuthor.php)
I found that the brackets are wrong in line 199 of version 1.1.2 where its checking !is_null
causing the issue:
if (!isset($body['errors']) && !is_null($body['data'] && isset($body['data']['attributes']))) {
I provided a patch to fix the issue.
Fixed
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.