When running cron, I get the following error:

TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in count() (line 95 of /.../modules/contrib/instagram_importer/src/instagramImport.php).

Proposed solution: when processing posts, we should ensure that $items[0] is not null

Comments

igel created an issue. See original summary.

igel’s picture

manishdrupaldev’s picture

Patch #2 applied successfully and error resolved while cron run.
Thanks!