in2code-de / instagram

Show instagram feed without API in a TYPO3 extension
https://www.in2code.de/agentur/typo3-extensions/instagram/
19 stars 13 forks source link

PHP-error when importing posts of type CAROUSEL_ALBUM #34

Open PeGuIwelt opened 1 year ago

PeGuIwelt commented 1 year ago

We encountered the following error:

503
Oops, an error occurred!
In2code\Instagram\Domain\Service\PrepareFeed::getImageContent(): Argument #1 ($url) must be of type string, null given, called in /var/www/htdocs/public/typo3conf/ext/instagram/Classes/Domain/Service/PrepareFeed.php on line 69
TypeError thrown in file /var/www/htdocs/public/typo3conf/ext/instagram/Classes/Domain/Service/PrepareFeed.php in line 82.

In our case the error was caused by a post of type CAROUSEL_ALBUM.

edit: added line 'TypeError thrown ...'

ursbraem commented 7 months ago

check out https://github.com/in2code-de/instagram/issues/35 maybe related