Page 1 of 1

osdb.explain error with 4.6.1-r3574

Posted: 05 Mar 2016, 10:00
by viking
osdb.explain does not download any subtitles and gives an error on build r3574 (r3569 works fine). I run them as portable.
Command:

Code: Select all

filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\The 100\Season 3\The.100.S03E07.720p.HDTV.x264-AVS[rarbg].mkv" -non-strict --def fetch=y --log all --log-file P:\Ultimate_Server\temp_log.txt
Response:

Code: Select all

File: P:\Ultimate_Server\Television\The 100\Season 3\The.100.S03E07.720p.HDTV.x264-AVS[rarbg].mkv
Hash/Tag Lookup (hash: 7118038bea6554e1, size: 1306590065, lang: eng)
Result 1: [IDSubtitle:6536927, IDSubtitleFile:1955117656, IDSubMovieFile:13654656, IDMovie:272886, IDMovieImdb:4731502, SubFileName:The.100.S03E07.720p.WEB-DL.x264-FUM[ettv].srt, SubLastTS:00:41:38, SubFormat:srt, SubEncoding:ASCII, SubHash:dfc243ea7351c07b6f8b2d70a9f0671a, SubSize:37479, MovieHash:7118038bea6554e1, MovieByteSize:1306590065, MovieName:"The 100" Thirteen, MovieNameEng:, MovieYear:2016, MovieReleaseName:The.100.S03E07.720p.WEB-DL.x264-FUM[ettv], MovieTimeMS:0, MovieFPS:23.976, MovieImdbRating:9.3, MovieKind:episode, SeriesSeason:3, SeriesEpisode:7, SeriesIMDBParent:2661044, SubLanguageID:eng, ISO639:en, LanguageName:English, UserID:2121116, UserRank:silver member, UserNickName:dajan2, SubAddDate:2016-03-04 11:30:26, SubAuthorComment:, SubFeatured:0, SubComments:0, SubDownloadsCnt:7658, SubHearingImpaired:0, SubRating:0.0, SubHD:1, SubBad:0, SubActualCD:1, SubSumCD:1, MatchedBy:moviehash, SubtitlesLink:http://www.opensubtitles.org/en/subtitles/6536927/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/the-100-thirteen-en, SubDownloadLink:http://dl.opensubtitles.org/en/download/file/src-api/vrf-19b20c57/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/1955117656.gz, ZipDownloadLink:http://dl.opensubtitles.org/en/download/sub/src-api/vrf-f55e0bbf/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/6536927]
Best Hash Match: [IDSubtitle:6536927, IDSubtitleFile:1955117656, IDSubMovieFile:13654656, IDMovie:272886, IDMovieImdb:4731502, SubFileName:The.100.S03E07.720p.WEB-DL.x264-FUM[ettv].srt, SubLastTS:00:41:38, SubFormat:srt, SubEncoding:ASCII, SubHash:dfc243ea7351c07b6f8b2d70a9f0671a, SubSize:37479, MovieHash:7118038bea6554e1, MovieByteSize:1306590065, MovieName:"The 100" Thirteen, MovieNameEng:, MovieYear:2016, MovieReleaseName:The.100.S03E07.720p.WEB-DL.x264-FUM[ettv], MovieTimeMS:0, MovieFPS:23.976, MovieImdbRating:9.3, MovieKind:episode, SeriesSeason:3, SeriesEpisode:7, SeriesIMDBParent:2661044, SubLanguageID:eng, ISO639:en, LanguageName:English, UserID:2121116, UserRank:silver member, UserNickName:dajan2, SubAddDate:2016-03-04 11:30:26, SubAuthorComment:, SubFeatured:0, SubComments:0, SubDownloadsCnt:7658, SubHearingImpaired:0, SubRating:0.0, SubHD:1, SubBad:0, SubActualCD:1, SubSumCD:1, MatchedBy:moviehash, SubtitlesLink:http://www.opensubtitles.org/en/subtitles/6536927/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/the-100-thirteen-en, SubDownloadLink:http://dl.opensubtitles.org/en/download/file/src-api/vrf-19b20c57/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/1955117656.gz, ZipDownloadLink:http://dl.opensubtitles.org/en/download/sub/src-api/vrf-f55e0bbf/sid-iqh8ndc5pbpvtu4qlofgk5j6l3/6536927]
Name Lookup (file: The.100.S03E07.720p.HDTV.x264-AVS[rarbg], strict: false, lang: eng)
MissingMethodException: No signature of method: static net.filebot.subtitle.SubtitleUtilities.findSubtitleMatches() is applicable for argument types: (net.filebot.WebServices$OpenSubtitlesClientWithLocalSearch, java.util.ArrayList, java.lang.String, null, java.lang.Boolean, java.lang.Boolean) values: [net.filebot.WebServices$OpenSubtitlesClientWithLocalSearch@6978a6, ...]
groovy.lang.MissingMethodException: No signature of method: static net.filebot.subtitle.SubtitleUtilities.findSubtitleMatches() is applicable for argument types: (net.filebot.WebServices$OpenSubtitlesClientWithLocalSearch, java.util.ArrayList, java.lang.String, null, java.lang.Boolean, java.lang.Boolean) values: [net.filebot.WebServices$OpenSubtitlesClientWithLocalSearch@6978a6, ...]
	at Script1$_run_closure4.doCall(Script1.groovy:29)
	at Script1.run(Script1.groovy:9)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:114)
	at net.filebot.Main.main(Main.java:170)
Failure (°_°)

Re: osdb.explain error with 4.6.1-r3574

Posted: 05 Mar 2016, 15:20
by rednoah
The latest dev:osdb.explain script is now compatible with r3596.

Re: osdb.explain error with 4.6.1-r3574

Posted: 05 Mar 2016, 20:27
by viking
rednoah wrote:The latest dev:osdb.explain script is now compatible with r3596.
Works now. Thanks :)