Forum rules
Under no circumstances is spamming or advertising of any kind allowed. Do not post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate others security. Profanity or any kind of insolent behavior to other members (regardless of rank) will not be tolerated. Remember, what you don’t find offensive can be offensive to other members. Please treat each other with the kind of reverence you’d expect from other members.
Failure to comply with any of the above will result in users being banned without notice. If any further details are needed, contact: “The team” using the link at the bottom of the forum page. Thank you.
vespino

New subtitles take forever to get into api

Fri Apr 21, 2017 7:18 pm

How long does is take for a subtitle to be available in the api? A subtitle I downloaded via the website yesterday only was available in the api this afternoon. I have a script that automatically downloads subs for my series, but sometimes a get impatient and use the website and find a sub that is not in the api.

So, how long can it take? And why is it not instant?

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Sat Apr 22, 2017 1:22 pm

Hi

first of all, how do you search in API, by moviehash or imdbid ? Next thing - why it is not constant - like everything, we have to heavily cache the things. We are receiving 1000 search requests PER SECOND. So, well, it takes time. I can lower cache time, now it is 12 hours.

vespino

Re: New subtitles take forever to get into api

Sun Apr 23, 2017 8:53 am

Search is done using a combination of query, sublanguageid, season, episode. IMDBID often takes longer and doesn't seem to be constant which means the IMDBID seems to be sometime the ID of the serie and sometimes that of the episode. That is why I switched back to query.

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Sun Apr 23, 2017 6:10 pm

you either search by imdb of episode and no need to specify episode and season number, or "root" imdb and then you specify episode and season number. should work. But in each case, there is cache for 12 hours. I will change it to 6 hours with next update and lets see how site will perform.

vespino

Re: New subtitles take forever to get into api

Mon Apr 24, 2017 12:45 pm

Shortening the cache would be great. Thanks.

vespino

Re: New subtitles take forever to get into api

Thu Apr 27, 2017 7:41 am

So, can you explain this to me one more time? Yesterday the flash season 3 episode 19 came online and it has over a thousand downloads, but it's not in the API. How does this work? I downloaded the sub and watched the episode yesterday so no use in using the API I guess if I'm still downloading it from the website by hand.

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Thu Apr 27, 2017 4:21 pm

most programs (which is good) use search by moviehash: http://trac.opensubtitles.org/projects/ ... ourceCodes
this moviehash probably was not uploaded together with subtitle (thats why we want from users to upload subtitles with moviehash), so it was not matched. Did you tried manual search in API ?

which program you are using ?

vespino

Re: New subtitles take forever to get into api

Thu Apr 27, 2017 8:19 pm

I built my own "program" using the API. 12 hours later, the sub is still not in the API. Maybe I did something wrong but sometimes it works, sometimes it doesn't.

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Fri Apr 28, 2017 5:55 am

Hi

send me example request, for which you are not getting subtitles you should get, so I can look into it.

vespino

Re: New subtitles take forever to get into api

Fri Apr 28, 2017 10:37 am

I think I might have found the issue. When searching one item results are shown. When searching multiple items with one query, no results are shown.

This returns results:

Array
(
[0] => Array
(
[query] => the.flash
[sublanguageid] => eng
[season] => 3
[episode] => 19
)

)

This does not return results:

Array
(
[0] => Array
(
[query] => 24.Legacy
[sublanguageid] => dut
[season] => 1
[episode] => 9
)

[1] => Array
(
[query] => 24.Legacy
[sublanguageid] => dut
[season] => 1
[episode] => 10
)

[2] => Array
(
[query] => 24.Legacy
[sublanguageid] => dut
[season] => 1
[episode] => 11
)

[3] => Array
(
[query] => 24.Legacy
[sublanguageid] => dut
[season] => 1
[episode] => 12
)

[4] => Array
(
[query] => Designated.Survivor
[sublanguageid] => dut
[season] => 1
[episode] => 18
)

[5] => Array
(
[query] => the.flash
[sublanguageid] => eng
[season] => 3
[episode] => 19
)

)

Maybe I'm doing something wrong here?

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Sat Apr 29, 2017 1:50 pm

Hi

the query for which it doesnt return results for you, it returns 10 results for me.

Code: Select all

$query = array( array( 'query' => '24.Legacy', 'sublanguageid' => 'dut', 'season' => 1, 'episode' => 9 ), array( 'query' => '24.Legacy', 'sublanguageid' => 'dut', 'season' => 1, 'episode' => 10 ), array( 'query' => '24.Legacy', 'sublanguageid' => 'dut', 'season' => 1, 'episode' => 11 ), array( 'query' => '24.Legacy', 'sublanguageid' => 'dut', 'season' => 1, 'episode' => 12 ), array( 'query' => 'Designated.Survivor', 'sublanguageid' => 'dut', 'season' => 1, 'episode' => 18, ), array( 'query' => 'the.flash', 'sublanguageid' => 'eng', 'season' => 3, 'episode' => 19 ) );
returns:

Code: Select all

Array ( [status] => 200 OK [data] => Array ( [0] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541091 [SubFileName] => The.Flash.2014.S03E19.HDTV.x264-SVA.srt [SubActualCD] => 1 [SubSize] => 56295 [SubHash] => 389878a35b638060eb0f3544c39b3b70 [SubLastTS] => 00:41:47 [SubTSGroup] => 1 [IDSubtitle] => 6960712 [UserID] => 0 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 09:54:11 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 46412 [MovieReleaseName] => The.Flash.2014.S03E19.HDTV.x264-SVA [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 1 [UserRank] => [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 0 [SeriesIMDBParent] => 3107288 [SubEncoding] => CP1252 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 0 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19b20c51/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541091.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5600bb8/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6960712 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6960712/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 0.46412 ) [1] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541188 [SubFileName] => The.Flash.2014.S03E19 - The Once and Future Flash.WEB-DL.x264-RARBG.srt [SubActualCD] => 1 [SubSize] => 52284 [SubHash] => b8a9cdcadb03769fdbdb6167e5d185a3 [SubLastTS] => 00:41:55 [SubTSGroup] => 1 [IDSubtitle] => 6960812 [UserID] => 2568283 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 12:55:18 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 15704 [MovieReleaseName] => The.Flash.S03E19.720p.WEB-DL.DD5.1.H264-RARBG [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => srjanapala [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 0 [UserRank] => platinum member [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 0 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19ba0c58/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541188.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5630bb9/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6960812 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6960812/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 11.15704 ) [2] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541383 [SubFileName] => The.Flash.2014.S03E19.HDTV.x264-SVA.srt [SubActualCD] => 1 [SubSize] => 44671 [SubHash] => 7206c4114a59aa072a5383eb6bd9d815 [SubLastTS] => 00:41:47 [SubTSGroup] => 2 [IDSubtitle] => 6961004 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:40:37 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 11512 [MovieReleaseName] => The.Flash.2014.S03E19.HDTV.x264-SVA [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 0 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 2f8651314cfe15033d21eaf95cb51604 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19bb0c55/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541383.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f54f0bb3/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961004 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961004/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.11512 ) [3] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541385 [SubFileName] => The.Flash.2014.S03E19.WEB-DL.x264-FUM.srt [SubActualCD] => 1 [SubSize] => 56891 [SubHash] => 752de6936b5e1a9be362b26169c72162 [SubLastTS] => 00:41:54 [SubTSGroup] => 1 [IDSubtitle] => 6961006 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:41:26 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 5791 [MovieReleaseName] => The.Flash.2014.S03E19.WEB-DL.x264-FUM [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 1 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19bd0c57/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541385.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5510bb5/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961006 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961006/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.05791 ) [4] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541182 [SubFileName] => The.Flash.2014.S03E19 - The Once and Future Flash.WEB-DL.x264-RARBG - HI.srt [SubActualCD] => 1 [SubSize] => 56462 [SubHash] => 3b8dd6e68f30e9c5c253e4d8b2500e09 [SubLastTS] => 00:41:55 [SubTSGroup] => 1 [IDSubtitle] => 6960806 [UserID] => 2568283 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 12:51:45 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 4733 [MovieReleaseName] => The.Flash.S03E19.720p.WEB-DL.DD5.1.H264-RARBG [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => srjanapala [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 1 [UserRank] => platinum member [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 0 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19b40c52/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541182.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5650bbc/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6960806 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6960806/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 11.04733 ) [5] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541382 [SubFileName] => The.Flash.2014.S03E19.HDTV.x264-SVA.srt [SubActualCD] => 1 [SubSize] => 56772 [SubHash] => f918d71c3925be45e03b33bd3d009a7e [SubLastTS] => 00:41:47 [SubTSGroup] => 1 [IDSubtitle] => 6961003 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:40:17 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 4936 [MovieReleaseName] => The.Flash.2014.S03E19.HDTV.x264-SVA [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 1 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19ba0c54/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541382.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f54e0bb2/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961003 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961003/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.04936 ) [6] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541388 [SubFileName] => The.Flash.2014.S03E19.1080p.HDTV.x264-CRAVERS.srt [SubActualCD] => 1 [SubSize] => 56891 [SubHash] => 86e719533a2c998f03ec1a1720a90595 [SubLastTS] => 00:41:48 [SubTSGroup] => 1 [IDSubtitle] => 6961009 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:42:22 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 3602 [MovieReleaseName] => The.Flash.2014.S03E19.1080p.HDTV.x264-CRAVERS [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 1 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 6f2d6be3f5fe332a0e29f74767326e27 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19c00c5a/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541388.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5540bb8/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961009 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961009/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.03602 ) [7] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541389 [SubFileName] => The.Flash.2014.S03E19.1080p.HDTV.x264-CRAVERS.srt [SubActualCD] => 1 [SubSize] => 44790 [SubHash] => 8aee79d2399ec5afc8141240925f30e2 [SubLastTS] => 00:41:47 [SubTSGroup] => 2 [IDSubtitle] => 6961010 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:42:37 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 2119 [MovieReleaseName] => The.Flash.2014.S03E19.1080p.HDTV.x264-CRAVERS [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 0 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 2f8651314cfe15033d21eaf95cb51604 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19c10c5b/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541389.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f54d0bb0/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961010 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961010/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.02119 ) [8] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541341 [SubFileName] => The.Flash.S03E19.720p.WEB-DL.DD5.1.H264-RARBG.srt [SubActualCD] => 1 [SubSize] => 44966 [SubHash] => b2e09b01e6d0292d7af064ddce742f0f [SubLastTS] => 00:41:50 [SubTSGroup] => 3 [IDSubtitle] => 6960962 [UserID] => 3457702 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 16:19:17 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 1759 [MovieReleaseName] => The.Flash.S03E19.720p.WEB-DL.DD5.1.H264-RARBG [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => class123 [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 0 [UserRank] => platinum member [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => CP1252 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 0 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => 04224361a90e92cdfa05d9fc33e743e4 [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19b10c4f/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541341.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5700bbf/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6960962 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6960962/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 11.01759 ) [9] => Array ( [MatchedBy] => fulltext [IDSubMovieFile] => 0 [MovieHash] => 0 [MovieByteSize] => 0 [MovieTimeMS] => 0 [IDSubtitleFile] => 1955541386 [SubFileName] => The.Flash.2014.S03E19.WEB-DL.x264-FUM.srt [SubActualCD] => 1 [SubSize] => 44790 [SubHash] => 6552f476c6e35ca081c4679c9f08c8fb [SubLastTS] => 00:41:53 [SubTSGroup] => 5 [IDSubtitle] => 6961007 [UserID] => 1566989 [SubLanguageID] => eng [SubFormat] => srt [SubSumCD] => 1 [SubAuthorComment] => [SubAddDate] => 2017-04-26 17:41:42 [SubBad] => 0 [SubRating] => 0.0 [SubDownloadsCnt] => 1641 [MovieReleaseName] => The.Flash.2014.S03E19.WEB-DL.x264-FUM [MovieFPS] => 23.976 [IDMovie] => 445706 [IDMovieImdb] => 5668434 [MovieName] => "The Flash" The Once and Future Flash [MovieNameEng] => [MovieYear] => 2017 [MovieImdbRating] => 9.2 [SubFeatured] => 0 [UserNickName] => GoldenBeard [SubTranslator] => [ISO639] => en [LanguageName] => English [SubComments] => 0 [SubHearingImpaired] => 0 [UserRank] => administrator [SeriesSeason] => 3 [SeriesEpisode] => 19 [MovieKind] => episode [SubHD] => 1 [SeriesIMDBParent] => 3107288 [SubEncoding] => UTF-8 [SubAutoTranslation] => 0 [SubForeignPartsOnly] => 0 [SubFromTrusted] => 1 [QueryParameters] => Array ( [query] => the.flash [episode] => 19 [season] => 3 [sublanguageid] => eng ) [QueryCached] => 1 [SubTSGroupHash] => b1173fbc237526fb25fa8e5db65b364b [SubDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-19be0c58/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/file/1955541386.gz [ZipDownloadLink] => http://dl.opensubtitles.org/en/download/src-api/vrf-f5520bb6/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/sub/6961007 [SubtitlesLink] => http://www.opensubtitles.org/en/subtitles/6961007/sid-Za81DyphjPAfdrI2BPlLnjc0oo6/the-flash-the-once-and-future-flash-en [QueryNumber] => 5 [Score] => 23.01641 ) ) [seconds] => 0.01 )


User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Sun Apr 30, 2017 9:12 am

I dont understand. first query return some results, and 2nd query didnt return any results for you ?

I have to test it somehow, but first I need to understand and then replicate the problem.

vespino

Re: New subtitles take forever to get into api

Tue May 02, 2017 8:28 pm

I'm not sure I'm still having this problem. For the last couple of days my system has been working perfectly. I just got a mail 10 minutes ago saying a sub has been downloaded, one that was only uploaded a few hours ago. I will keep testing of course, but for now no problems.

User avatar
oss
Site Admin
Posts: 5879
Joined: Sat Feb 25, 2006 11:26 pm
Contact: Website

Re: New subtitles take forever to get into api

Tue May 02, 2017 9:05 pm

good. because we didnt change anything concerning this issue. So it was working also before :)

Return to “Developing”

Who is online

Users browsing this forum: No registered users and 28 guests