-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to download a twitch clip #14
Comments
it works for me, I think you needed to update |
first I updated to 1.54.0 which did not help, then I updated GUI to 3.0.0 and now I get error of invalid clip ID |
Im getting same message with any clip, now Im unsure if before I could get other clips how could I check which version of GUI I have installed apart from using apt info? such as --version or about section |
There's none currently, I added a todo for it. it shouldn't matter since the actual fetching of the information didn't change in 3.0.0, I can still download the clip in 2.0.0 btw. My only guess is that your IP got flagged for some reason? |
I tried 2 VPN connections same result it was free proton vpn USA and Netherlands idk if I said it erlier but Im on Kubuntu 23.10 |
the downloading is handled by |
ok regardless that message, VOD gets downloaded at the end |
Fixes #14 the response json wasn't parsed properly because cJSON didn't repsect the locale of the system, which affected locale-dependent functions like strtod
Found the problem, will push a new version tomorrow. |
hey, tried to download this clip
https://clips.twitch.tv/ComfortableRacyNigiriHeyGuys-EDnR1IXyqG3A44X-
download faild on error:
`TwitchDownloaderCLI 1.53.0
Copyright (C) 2024 TwitchDownloaderCLI
ERROR(S):
Required option 'o, output' is missing.
-u, --id Required. The ID or URL of the clip to download.
-o, --output Required. Path to output file.
-q, --quality The quality the program will attempt to download.
--bandwidth (Default: -1) The maximum bandwidth the clip downloader is
allowed to use in kibibytes per second (KiB/s), or -1 for no
maximum.
--help Display this help screen.
--version Display version information.
`
The text was updated successfully, but these errors were encountered: