h3llrais3r/Auto-Subliminal

Addic7ed : loggin failed

TexGG opened this issue · 3 comments

TexGG commented

INFO

OS: Windows
Version: 3.0.0
Git branch: master
Git version: cbae06b
Python version: 3.7.3

What did you do: Used Addic7ed account
What did you expect: Successefully get subtitles from Addic7ed
What happened: Loggin failed

It seem that it's waiting for a captcha, even if that when you log manually with browser, ti do not ask anything ... I printed the begining of the http response so you can see the first word are "Bad captcha".

ERROR

2019-04-22 12:06:55,098 ERROR Unexpected error in provider 'addic7ed'
Traceback (most recent call last):
File "G:\Documents\Dev\Git\Auto-Subliminal\lib\subliminal\core.py", line 134, in list_subtitles_provider
return self[provider].list_subtitles(video, provider_languages)
File "G:\Documents\Dev\Git\Auto-Subliminal\lib\subliminal\core.py", line 72, in getitem
provider.initialize()
File "G:\Documents\Dev\Git\Auto-Subliminal\lib\subliminal\providers\addic7ed.py", line 115, in initialize
raise AuthenticationError(self.username)
subliminal.exceptions.AuthenticationError: MyAccount
2019-04-22 12:06:55,306 ERROR b'Bad captcha\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML

TexGG commented

By the way, I tried with changing the "server.url" from "http://www.addic7ed.com/" to "https://www.addic7ed.com/"

Problem is caused by changes in addic7ed website. See Diaoul/subliminal#966.
Exclude addic7ed from your providers until a solution is found/implemented.

Workaround by either using captcha solver or using cookie (4c6ad4d).