-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cloudflare checking browser, Subscene query returning E503 #16
Comments
Thank you for notifying and this looks bad 😢 but we have a way to mitigate this issue. 😃 A workaround would be to use selenium and open a web-browser using your profile and save cookies obtained from subscene site. These cookies would be then read and set by the requests session for making requests to the site. @radek555, Code snippet which I just tested to see if the browser allows access to subscene with my current profile is as follows and this would give you some pointers. I would be happy to guide you on this issue and would appreciate PR that could add this patch to subscene library. |
Hi, Unfortunately I don't have more time to fix this issue. I am sorry. Also I don't know how the integration of this selenium trick should look like in wrt. subgrab (command line argument, config file?). Maybe if you describe how this should be carried out, someone else can help. |
I will try to fix this issue when I have time as it's not persistent for everybody and the fix would introduce additional dependencies in the project :). |
I am still getting |
please post your code which is trying to make request using cookies so I can check what could be done :) |
Hi,
recently subgrab stopped working for me. Today I digged a bit into what's wrong and after enabling DEBUG logging level, I got:
I guess this is due to some protection mechanisms being enforced by subscene server, right? This is also evident when you go to subscene.com via browser, before loading the webpage, there is a banner saying
Is anyone going to fix this somehow and is that even possible?
Also, is it possible to use ALLSUBDB backend without actually computing the movie hash from media file, only using movie title?
Thanks!
The text was updated successfully, but these errors were encountered: