Bazarr: subs4series and subs4free error

Created on 6 Apr 2020  路  36Comments  路  Source: morpheus65535/bazarr

I have open an issue in the past with the same problem https://github.com/morpheus65535/bazarr/issues/773#issue-555051529
pkoutsias had made a fix but in my system isnt working.

subs4series and subs4free most of the times is HTTPError and when not again isnt downloading
anything.
(opensubtitles working and downloading subs)

So..
Bazarr Version: 0.8.4.3
Sonarr Version: 3.0.3.750
Radarr Version: 3.0.0.2784
Operating System: Linux-4.15.0-72-generic-x86_64-with
Python Version: 3.8.2

I have cleaned log files and enable debug log. and i search for one movie/series

2 log files for the 2 providers:

bazarr (1).log

bazarr.log

awaiting feedback

All 36 comments

HTTPError. Exception info: '403 Client Error: Forbidden for url: https://www.subs4series.com/search_report.php?search=manifest&searchType=1'

@pkoutsias does this provider have username/password? From Bazarr UI I would say no but it could be a new requirement...

HTTPError. Exception info: '403 Client Error: Forbidden for url: https://www.subs4series.com/search_report.php?search=manifest&searchType=1'

@pkoutsias does this provider have username/password? From Bazarr UI I would say no but it could be a new requirement...

No, it does not require username/passow... I have the same problem, in fact i made the fix and the http error is replaced with an attribute error
"Throttling subs4series for 10 minutes, until 20/04/08 10:58, because of: AttributeError. Exception info: "'NoneType' object has no attribute 'contents'"

@arpal-jpg A debug log could help.

@morpheus65535 here it is :)
bazarr.log

You have to wait for the throttling to expire and try again for me to see the root cause in your debug log. Right now I just the consequence.

Same here
bazarr(1).log

As we are already using random user agent, I suppose they've implemented captcha that we do not try to solve. @pkoutsias when you'll get free time, could you take a look at this please? Thanks!

@morpheus65535 yes, unfortunately captcha implementation is what they have done!!!

As we are already using random user agent, I suppose they've implemented captcha that we do not try to solve. @pkoutsias when you'll get free time, could you take a look at this please? Thanks!

no they dont use captcha

i dont see capctha when i try to download manually from site

i do see it, it appears at the last step, you have to validate captcha for the download to start!!!
IMG_20200408_151210

image
i don't maybe you downloaded a lot? or its hidden captcha
edit: sorry im on subs4free not subs4series

i tried subs4series but also no captcha for me

I try both no captcha for me either

They implemented Cloudflare protection that could involve solving a captcha or not. It depends of the context. Making this work for Subscene took a couple of weeks so don't expect this provider to work for a while (if it ver get fixed at all).

Well, dont know why this happens to me, i rebooted router but captcha is still on, although on a new ip adress...

@pkoutsias did you had time to look into this one? Thanks!

@morpheus65535 I don't get captcha myself, but either way, I don't have the time right now to make captcha work.

@pkoutsias no problem mate, thanks!

I've made some fixes to both providers. They're both working fine for me but Ive never encountered Captcha so I cannot help with that. Can someone here test the fixes I've made in dev branch?

I've made some fixes to both providers. They're both working fine for me but Ive never encountered Captcha so I cannot help with that. Can someone here test the fixes I've made in dev branch?

nice work! i cant test it tho sorry.

testing now...
So both now require Captcha provider?
Cause i dont have but i can subscribe

if anti-captcha is required then tomorrow i will subscribe to a provider.
if not then in latest dev isnt working at least for me. the same HTTPError
Throttling subs4free for 10 minutes, until 20/07/06 18:29, because of: HTTPError. Exception info: '403 Client Error: Forbidden for url: https://www.sf4-industry.com/search_report.php?search=clemency&searchType=1'

Anti-Captcha isn't implemented for this provider so it won'T change anything.

As the latest dev branch is using subs4free.info instead of sf4-industry.com in every queries, you probably don't have the latest dev.

You are right! I update to latest now.
Sub4free is working!
Sub4series isnt....getting the same httperror
I just update so I will keep testing ofcourse

You are right! I update to latest now.
Sub4free is working!
Sub4series isnt....getting the same httperror
I just update so I will keep testing ofcourse

How do you update? I checked from task - Update Bazarr from source on Github
but I get BAZARR No new version of Bazarr available.

You are right! I update to latest now.
Sub4free is working!
Sub4series isnt....getting the same httperror
I just update so I will keep testing ofcourse

How do you update? I checked from task - Update Bazarr from source on Github
but I get BAZARR No new version of Bazarr available.

I use docker so i just update through portainer

@evripidesk yoi have to be on development Branch.

Yes I already set to dev branch

both work great for me good job!

subs4series seems to be redirecting (302) to m.subs4series.com from time to time. I don't get what is causing it but I'm looking into it. Currently, you can reset provider throttling and retry and it will eventually work.

Ok I found out the issue. We were using a randomly selected user-agent to make requests to subs4series and our list of user-agents does include mobile browser user-agents. When we were randomly using a mobile browser agent, we were getting redirected to subs4series mobile website where URL doesn't match anymore. We were running into a 404 that cannot be parsed as expected and was raising an exception that make Bazarr throttle this provider.

This should be fixed by forcing Chrome user-agent in Bazarr. Please run some test and confirm.

subs4free seems to work , subs4series still has issues
bazarr(1).log

subs4free seems to work , subs4series still has issues
bazarr(1).log

HTTP 403 error means access denied. You've been blocked my friend. Probably your IP or whole country. Permanently or temporarily, who knows...

haha you are taking the piss. The ip is fine I have double checked. I also have paid for anti-captcha. Also whatever sub I download from subs4free it makes the video unplayable if I preselect the sub and then play the video. If I choose a different subs (etc from anotherwebsite) it plays fine.

anyway thanks for trying, but consider this issue still open.

Was this page helpful?
0 / 5 - 0 ratings