-
Notifications
You must be signed in to change notification settings - Fork 10k
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
TikTok Error #30445
Comments
Duplicate of #30251, where a patch that appears to work is provided. |
No thx |
Applied patch from #30251 (comment) and it worked for me. Tutorial:
to
source venv/bin/activate
venv_dir=$(python3 -c "import sysconfig; print(sysconfig.get_path('purelib'))")
echo $venv_dir
cd $venv_dir/youtube_dl
patch -p1 < /tmp/tiktok.patch
deactivate
|
Or use Obviously the procedure doesn't apply if the installation is a single file or not a |
Thanks, for some reason I didn't even try to check manual, just was using p1 as I got used to many years ago. Now I knew something new! Yes, I believe people mostly use pip to install this package, as I'm not a python dev I even searched if there is a way to say pip to apply patch but haven't found anything. I hope the solution is temporary unless it will be fixed someday... I also checked solution with go script by @89z and it also works, I was able to build it under ubuntu 20.04 and go 1.17 but it lacks of some nice paratemeters like "set output filename" or download using shortcut as youtube-dl does. |
wow thanks! I'll use it in bot, I was about to add this output argument by myself but you did it so fast and this is very nice! |
I LOVE YOU DUDE. IT WORKED YOU A GENIUS BRO @p1ratrulezzz |
Good Morning, after the patch everything went as usual, but this morning I noticed that
Has anyone noticed the same bug? |
See #30251. |
Thank you @dirkf. But how exactly do I install the new version now? |
You have to replace the extractor module with the one from the PR. See #30479 (comment). |
Same mistake. It gets stuck after the setting up session.
|
Ah nice 😂😂. It worked @dirkf. Hopefully 100 years with you.
|
@dirkf this PR doesn't work anymore. "Could not send HEAD request to https://www.tiktok.com/....: The read operation timed out" |
Indeed, that's why it hasn't been merged: #30538. |
The text was updated successfully, but these errors were encountered: