ayacoo / tiktok

Tiktok support for TYPO3
GNU General Public License v2.0
1 stars 2 forks source link

No preview downloaded/generated (at least in v11.5.9) #3

Closed ochorocho closed 2 years ago

ochorocho commented 2 years ago

Hey, just tried the extension to see if it works with the online-media-updater But there was no thumbnail generated.

Bildschirmfoto 2022-07-26 um 20 22 46
ayacoo commented 2 years ago

@ochorocho Do you maybe have the Tiktok link for me? I had also tried 1-2 videos yesterday and in the 11er TYPO3 ran everything so far okay.

Which TYPO3 version do you use?

ochorocho commented 2 years ago

TYPO3 v11.5.9

The tested links:

ayacoo commented 2 years ago

I can't explain that yet. Which way did you use to add the URL? (Filelist oder via content element?) Can you please check in the sys_filemetadata if all tiktok* fields are filled?

Finally the code only uses the TYPO3 method to load the image: $previewImage = GeneralUtility::getUrl($previewImageUrl);

ochorocho commented 2 years ago

🤦 ... the fields were missing. Sorry for the noise! Works as expected now. Event the online-media-updater does it's job.