Looking up subtitles: 401 Unauthorized

All your suggestions, requests and ideas for future development
Post Reply
Clint
Donor
Posts: 50
Joined: 24 Sep 2013, 19:42

Looking up subtitles: 401 Unauthorized

Post by Clint »

When I'm doing a filebot run over a bigger number of files (100-500) I eventually get this error:

Code: Select all

Looking up subtitles by filehash via OpenSubtitles
Lookup by hash failed: 401 Unauthorized
Looking up subtitles by name via OpenSubtitles
Search by name failed: 401 Unauthorized
I have done this before and sometimes I get no errors and sometimes like the above.
I there a max amount of request within a certain timerframe when pulling from OpenSubtitles?
User avatar
rednoah
The Source
Posts: 23066
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Looking up subtitles: 401 Unauthorized

Post by rednoah »

Pretty sure they auto-block you for a bit if they notice you're abusing the service.

Make sure you're logged in with your OpenSubtitles account. Buying a VIP account can't hurt neither.
:idea: Please read the FAQ and How to Request Help.
Clint
Donor
Posts: 50
Joined: 24 Sep 2013, 19:42

Re: Looking up subtitles: 401 Unauthorized

Post by Clint »

rednoah wrote:Pretty sure they auto-block you for a bit if they notice you're abusing the service.

Make sure you're logged in with your OpenSubtitles account. Buying a VIP account can't hurt neither.
Yup, I figured so. Would be nice to know the limit so I script it to stay within. Haven't tried while beeing logged in, possibly in white list then. Good idea, thanks. :D
User avatar
rednoah
The Source
Posts: 23066
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Looking up subtitles: 401 Unauthorized

Post by rednoah »

This might help:

Code: Select all

filebot -script fn:osdb.stats
But if you download lots of subtitles you definitely need to be logged in.
:idea: Please read the FAQ and How to Request Help.
Clint
Donor
Posts: 50
Joined: 24 Sep 2013, 19:42

Re: Looking up subtitles: 401 Unauthorized

Post by Clint »

rednoah wrote:This might help:

Code: Select all

filebot -script fn:osdb.stats
But if you download lots of subtitles you definitely need to be logged in.
Perfect, just what I needed!
Thanks!!
Post Reply