xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
15 stars 24 forks source link

Unhandled TypeError #90

Closed leitgab closed 1 month ago

leitgab commented 2 months ago

If meta data is given in an unexpected format (in the given case the value is an array, instead of a string), processing fails with a TypeError:

Bildschirmfoto 2024-09-24 um 17 40 11

Instead of failing, the processor should be skipped, because the value is in an unexpected format, therefore TypeError has to be handled.