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
I've checked that the site i'm trying to download from is in the Supported Sites list from yt-dlp
I understand that the issue will be (ignored/closed) if I intentionally remove or skip any mandatory field.
Describe the bug
Sometimes, which has been happening quite a lot lately, Seal can't fetch the video info from a TT Video because, yt-dlp expects valid json data but receives an empty string.
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 1 of 4)
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 2 of 4)
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 3 of 4)
WARNING: [TikTok] 7324367492191685921: Failed to parse JSON (caused by JSONDecodeError("Expecting value in '': line 1 column 1 (char 0)")); trying with webpage
ERROR: Unable to download video: [Errno 2] No usable temporary directory found in ['/data/data/com.termux/files/usr/tmp', '/']
Checklist
Describe the bug
Sometimes, which has been happening quite a lot lately, Seal can't fetch the video info from a TT Video because, yt-dlp expects valid json data but receives an empty string.
To Reproduce
I'm just gonna use this video for the example,
https://vm.tiktok.com/ZGe5q5NQW/
Clicking on share > ... >
more> SealError reports
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 1 of 4)
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 2 of 4)
WARNING: [TikTok] Expecting value in '': line 1 column 1 (char 0). Retrying... (attempt 3 of 4)
WARNING: [TikTok] 7324367492191685921: Failed to parse JSON (caused by JSONDecodeError("Expecting value in '': line 1 column 1 (char 0)")); trying with webpage
ERROR: Unable to download video: [Errno 2] No usable temporary directory found in ['/data/data/com.termux/files/usr/tmp', '/']
Screenshots & Screen Records
Bug Report Video
Additional context
I hope this Issue can be fixed quickly, thanks!
The text was updated successfully, but these errors were encountered: