-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Addic7ed : Provider Error code 304 #428
Comments
I just get this with Addic7ed: |
HTTP status code 304 means: If the client has done a conditional GET and access is allowed, but the document has not been modified since the date and time specified in If-Modified-Since field, the server responds with a 304 status code and does not send the document body to the client. I'm guessing, but maybe Addic7ed never used to return a 304 status code when the page was not modified, but now the server will return 304. And apparently the module subliminal is using does not know how to handle it. |
It's working today fine, at least for me |
Still not working there, same error. |
Not working for me too, same error since 2 days. |
Not working for me. |
It's still not working... Is this project still alive ? |
|
Hopefully the Addic7ed administrator can respond to my email inquiring as to why they are blocking us by the User-Agent string. Automation is the 21st century of the internet; No one wants to click 8 times past banners just to get a 1KB (in size) subtitle. Most people have Ad blocking software and don't even see these banners anyway. There are many other ways to get people on board with helping them out financially (if that's what this is about), and at the same time accomodate those who've automated their service. I will roll back this commit when we can come to a better resolution.
Hi, recently I get this error with Addic7ed :
INFO [subliminal.video] Scanning video u'gotham.1x11-rogues.gallery-sd.tv-lol.mp4' in u'/media/nas/z-archives/Medias/series'
INFO [subliminal.api] Listing subtitles for <Episode [u'gotham', 1x11]>
INFO [subliminal.providers.addic7ed] Logged in
INFO [subliminal.providers] Listing subtitles with provider 'addic7ed' and languages set([<Language [fr]>])
ERROR [subliminal.providers] Unexpected error in provider 'addic7ed', discarding it
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/subliminal/providers/init.py", line 292, in list_subtitles
provider_subtitles = provider.list_subtitles(video, provider_languages)
File "build/bdist.linux-i686/egg/subliminal/providers/addic7ed.py", line 195, in list_subtitles
return [s for s in self.query(video.series, video.season, video.year)
File "build/bdist.linux-i686/egg/subliminal/providers/addic7ed.py", line 180, in query
soup = self.get(link)
File "build/bdist.linux-i686/egg/subliminal/providers/addic7ed.py", line 119, in get
raise ProviderError('Request failed with status code %d' % r.status_code)
ProviderError: Request failed with status code 304
INFO [subliminal.api] Found 0 subtitles total
INFO [subliminal.providers.addic7ed] Logged out
No subtitles downloaded
/!\ ended with error : 1
It still works with other provider.
Any idea ?
The text was updated successfully, but these errors were encountered: