- Issue created by @DamienMcKenna
- Status changed to Needs review
over 1 year ago 12:08pm 14 July 2023 - πΊπΈUnited States DamienMcKenna NH, USA
The problem appears to be that the data converted from json_decode() is stored as a stdClass objects, instead of an array, so passing the second argument to json_decode() to make it convert the data to an array resolves the problem and allows cron to continue.
- πΊπΈUnited States DamienMcKenna NH, USA
A better approach - look for errors before processing individual tweets.
- πΊπΈUnited States DamienMcKenna NH, USA
Better again - log the error via watchdog().