You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
vendor/bin/typo3 deepl:glossary:list [<glossary_id>] throws exception
Uncaught TYPO3 Exception explode() expects parameter 2 to be string, null given
thrown in file [...]public/typo3conf/ext/wv_deepltranslate/Classes/Service/DeeplGlossaryService.php
in line 165
To Reproduce
filled glossary with entries
"vendor/bin/typo3 deepl:glossary:list " to get the <glossary_id> of a single glossary
Describe the bug
vendor/bin/typo3 deepl:glossary:list [<glossary_id>] throws exception
Uncaught TYPO3 Exception explode() expects parameter 2 to be string, null given
thrown in file [...]public/typo3conf/ext/wv_deepltranslate/Classes/Service/DeeplGlossaryService.php
in line 165
To Reproduce
Expected behavior
want to see my entries
Screenshots
TYPO3 Setup
v11.4 with wv_deepltranslate v3.0.5
7.4.33
paid
composer
Additional context
It seems that the returned data isnt in json Format anymore.
I got something like
"Entry1EN Entry1ES
Entry2EN Entry2ES"
The text was updated successfully, but these errors were encountered: