-
Notifications
You must be signed in to change notification settings - Fork 231
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
cannot download subtitle from Subs4Free #1710
Comments
If you disable the automatic mode, does it works? This provider should handle rar and zip file properly. I've downloaded this subtitles and it looks fine to me. Not sure what's going wrong here. |
I jumped into false conclusions. The subtitle is not properly parsed when UTF8 is enabled . It just creates an empty srt file :( |
Could you provide a new debug log? |
operation starts at line 960. I don't upload the downloaded srt as it is an empty text. |
Ok I've tried for the last 3 days to fix the download_subtitles function for this provider. They implemented some cloudflare protection and this cause redirect to happens with incomplete cookies that trigger another redirect to the movies page. I can't get over it and, for now, Ive lost my appetite to beat them on that. If someone else is interested to jump in and fix it, it would be nice. |
Thanks for the help and investigation. A few things worth trying: |
changing the domain to https://www.subs4free.club/ didn't help at all. |
I have a workaround locally for a different subtitle provider (zimuku). This is working locally in my setup: I am using an external container from This approach should be working with other providers with cloudflare protection too. |
Thanks sinofool. I really tried to modify the script to utilize browseless/chronium but I simply cannot get session ID recognized by the WebSocket (and I really tried). If anyone can provide a proper fix to my modified file, I would be much obliged. But I give up and accept defeat :( |
Describe the bug
There has been earlier reports about this provider -mostly in connection with finding results. However this time the problem is parsing the subtitle and processed by bazarr.
The problem is evident on the log file at line 790 :
Can it be that the downloaded file is a zip file while bazarr expects a subtitle file format?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
subtitle downloaded , extracted from zip and processed by bazarr
Software (please complete the following information):
Additional context
bazarr_subs4free_error.log
The text was updated successfully, but these errors were encountered: