-
Notifications
You must be signed in to change notification settings - Fork 19
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
unexpected 403 error while downloading m3u8 playlist #23
Comments
Please try https://github.com/prof79/fansly-downloader-ng/releases/tag/v0.8.17 whether it gives a better error/lets you at least continue. |
Anyone having any luck with this? |
No. I got this error: [ Info ] [2024-02-19 | 19:49]: Downloading video '2024-01-23_at_01-35_id_605831545218932736.m3u8' |
Did a change on fansly break the ripper again? Or is it only broken occasionally but not for everyone? |
As you might have noticed we had a lengthy resolution process due to naming changes of Fansly for vids published in Feb '24 onwards under #17 and all people went happily thereafter. I just did a full scrape of one of my paid creators and downloaded 169 vids in 16 GiB without a hitch back to Aug 2022 and up to Feb 23 2024. Therefore, with the information provided, there is nothing I can do unless I had a creator name where, without having to pay/follow-only, I could reproduce the issue and diagnose the Fansly data responses and their effects in the downloader code. I'm still waiting for @tcamnsk001 feedback. You @lordoffools and and @left1000 did not describe whether you get the original message or what @OzMantis posted/tried v0.8.17. @OzMantis posted the only meaningful feedback where I can say this is a side-effect of fixing #17 for some old videos (before Februrary) where Fansly provides a wrong (empty) playlist response. I could try to "guess better" attempting a kind-of fallback/old logic inspired path/parallel path when an empty playlist surfaces which is somewhat complicated to implement. |
Nevermind my question, my rip was flawless today. |
Thanks for the nudge, and for your patience with my update here, @prof79. I can confirm after a few hours of downloading and a couple different paid creators, that I can no longe reproduce this issue. |
Thanks @left1000 @lordoffools I'll keep it open for tracking since what @OzMantis confirmed - though a rare Fansly error with root playlists - the resolution strategy could be approved upon. |
sorry for the long wait. this resolved most of my issues i am still unable to download certain .m3u8 videos but it skipped over them and downloaded other content without issues |
How do I solve this? I'm using the latest version, and I can't download a single file of a specific profile. |
Bug Description
downloader encounters response code 403 access denied while downloading m3u8 playlist info after this a runtime Error occurs in mp4.py at line 122 where it attempts to convert the m3u8 video that did not download to mp4. after this the downloader does not continue and attempts to download the video again only to encounter the same response code it then finishes without collecting any further media.
Expected behavior
to download the video and convert it to mp4
Actual behavior
the downloader recieves a 403 access denied message and does not download any further media
( If applicable, add screenshots to help explain your problem. )
Environment Information
User Research
I have done the following:
Additional context
The text was updated successfully, but these errors were encountered: