jellyfin / jellyfin-plugin-opensubtitles

https://jellyfin.org
GNU General Public License v3.0
131 stars 27 forks source link

System.MissingMethodException: Method not found #8

Closed whity closed 5 years ago

whity commented 5 years ago

Hello,

I'm getting the following error from the plugin:

System.MissingMethodException: Method not found: 'Void MediaBrowser.Common.Net.HttpRequestOptions.set_EnableHttpCompression(Boolean)'. at OpenSubtitlesHandler.Utilities.SendRequestAsync(Byte[] request, String userAgent, CancellationToken cancellationToken) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at OpenSubtitlesHandler.Utilities.SendRequestAsync(Byte[] request, String userAgent, CancellationToken cancellationToken) at OpenSubtitlesHandler.OpenSubtitles.LogInAsync(String username, String password, String language, CancellationToken cancellationToken) at Jellyfin.Plugin.OpenSubtitles.OpenSubtitleDownloader.Login(CancellationToken cancellationToken) at Jellyfin.Plugin.OpenSubtitles.OpenSubtitleDownloader.Search(SubtitleSearchRequest request, CancellationToken cancellationToken) at MediaBrowser.Providers.Subtitles.SubtitleManager.<>c__DisplayClass11_0.<<SearchSubtitles>b__3>d.MoveNext()

Thanks.

whity commented 5 years ago

Thanks for the quick fix.

anthonylavado commented 5 years ago

@whity Thanks to @flyer280 :)

We still have to re-release the plugin at this point, so hold tight.

ToXinE commented 5 years ago

It's still an issue in 3.0.0.0 version.

anthonylavado commented 5 years ago

@ToXinE - That's right, it is fixed in the still unreleased 4.0.0.0 version. Once we've got that out, it'll be okay :-)

balasankarc commented 5 years ago

@anthonylavado Thanks for the fix.

Any ETA on the release of 4.0.0.0? Or even better - any hints on how one can build the plugin and install it manually? :)