-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
[patreon] KeyError: 'name' #5048
Comments
Your examples work fine for me too. I've found a public post that produces the error: https://www.patreon.com/posts/2024-reward-96147929 |
No error for me ... edit: yt-dlp/yt-dlp#8973 might be related |
the yt-dlp error only presents if the user is passing cookies/auth |
Tried the public post above without cookies. It works fine. If I pass cookies the error returns. |
I can reproduce but it is on a private post and breaks the progress. Here is a gist with verbose output: https://gist.github.com/shinji257/e17f41f53a8f68e07871260ac5cb656e I went back and tried the 3 most recent posts from this author and all do the same thing so this looks like an issue only when authenticated. |
Should be fixed with 1c68b7d I also still can't reproduce this error, even with logged in cookies. Maybe because I'm not subscribed to that creator or really anyone. |
I did notice that if you are on a free sub it doesn't reproduce. It only affects paid subs. Probably why you can't reproduce. |
I tested the new build and it seems to be fine with filenames as far as I can tell.
|
I noticed there is another structure inside the bootstrap json that contains the file metadata which seems to be the same between free and paid tiers (i.e. if you use Going to try the current fix in the meantime. Edit: seems to be working fine. Even the |
There seem to be cases where the metadata in this other structure does not include the In the yt-dlp example, the What I'm saying is that it's sadly not as easy to use as simply using the metadata from the
It does an extra HEAD request in |
Getting the following error on Patreon post URLs now (post URL partially redacted but it seems to occur on all posts I tried anyway):
Interestingly the files are still downloaded despite the error.
The text was updated successfully, but these errors were encountered: