Skip to content
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

Не работает с выходом новой версии jellyfin #9

Open
iAHTOH opened this issue Dec 1, 2022 · 15 comments
Open

Comments

@iAHTOH
Copy link

iAHTOH commented Dec 1, 2022

После добавления репозитория отсутсвует в каталоге Jellyfin 10.8.8
https://github.com/jellyfin/jellyfin/releases/tag/v10.8.8

@MrJosu
Copy link

MrJosu commented Dec 25, 2022

да, тоже самое :(
К сожалению больше сопоставление не работает

@skrashevich
Copy link
Collaborator

Собрал версию работающую на 10.8.8. Пока автор здесь не обновил, можно обновить из моего репозитория: https://raw.githubusercontent.com/skrashevich/jellyfin-plugin-kinopoisk/master/dist/manifest.json

@melkosoft
Copy link

@skrashevich Ваша версия для 10.8.9 - не работает...По крайней мере с моим api key

@skrashevich
Copy link
Collaborator

@melkosoft Запускаете в докере? Какая ОС? Что в логе при запуске? (там где инициализируются все остальные плагины)

@melkosoft
Copy link

Running directly on my computer - Ubuntu 22.04.1 LTS.
[2023-02-08 07:01:10.225 -08:00] [INF] Core startup complete
[2023-02-08 07:01:10.343 -08:00] [INF] Watching directory "/opt/torrents/Movies"
[2023-02-08 07:01:10.344 -08:00] [INF] Watching directory "/opt/torrents/Shows"
[2023-02-08 07:01:10.347 -08:00] [INF] Executed all post-startup entry points in 0:00:00.1220658
[2023-02-08 07:01:10.347 -08:00] [INF] Startup complete 0:00:02.5135296
[2023-02-08 07:01:12.929 -08:00] [INF] "StartupTrigger" fired for task: "Update Plugins"
[2023-02-08 07:01:12.930 -08:00] [INF] Queuing task "PluginUpdateTask"
[2023-02-08 07:01:12.934 -08:00] [INF] Executing "Update Plugins"
[2023-02-08 07:01:14.930 -08:00] [INF] "Update Plugins" Completed after 0 minute(s) and 1 seconds
[2023-02-08 07:01:14.945 -08:00] [INF] ExecuteQueuedTasks
[2023-02-08 07:01:43.044 -08:00] [INF] WS "127.0.0.1" request
[2023-02-08 07:01:43.115 -08:00] [WRN] The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.115 -08:00] [WRN] The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.115 -08:00] [WRN] The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.115 -08:00] [WRN] The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.116 -08:00] [WRN] The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.123 -08:00] [WRN] The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.123 -08:00] [WRN] The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:01:43.123 -08:00] [WRN] The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-02-08 07:02:04.065 -08:00] [ERR] Provider "TheMovieDb" failed to retrieve search results
TMDbLib.Objects.Exceptions.GeneralHttpException: TMDb returned an unexpected HTTP error
at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken)
at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken)
at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) at TMDbLib.Client.TMDbClient.SearchTvShowAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 firstAirDateYear, CancellationToken cancellationToken) at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchSeriesAsync(String name, String language, Int32 year, CancellationToken cancellationToken) at MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider.GetSearchResults(SeriesInfo searchInfo, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.GetSearchResults[TLookupType](IRemoteSearchProvider1 provider, TLookupType searchInfo, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.ProviderManager.GetRemoteSearchResults[TItemType,TLookupType](RemoteSearchQuery`1 searchInfo, BaseItem referenceItem, CancellationToken cancellationToken)
[2023-02-08 07:02:04.318 -08:00] [WRN] Slow HTTP Response from "http://localhost:8096/Items/RemoteSearch/Series" to "127.0.0.1" in 0:00:00.8218571 with Status Code 200
This error is appeared when I am using Kinopoisk to retrieve data. In case of Imdb - no errors and result is displayed

@melkosoft
Copy link

Don't know why it is using TMDb to search...

@skrashevich
Copy link
Collaborator

skrashevich commented Feb 8, 2023

Try to disable TMDB plugin. They are bans Russian IP's on their API, so plugin generate this error.
TMDB plugin loads before KinoPoisk (but after IMDB) -- and affects on it

@melkosoft
Copy link

Those plugins are built-in - no button to disable or uninstall like manually installed

@skrashevich
Copy link
Collaborator

Those plugins are built-in - no button to disable or uninstall like manually installed

You can disable it in the media library properties

@melkosoft
Copy link

it was my mistake - i didn't enable plugin in media library properties. everything is working except posters but may be i missed some settings somewhere...

@skrashevich
Copy link
Collaborator

Check the "Image fetchers" Library settings. Move this plugin above any others

@melkosoft
Copy link

done. thank you for your help

@vsenn
Copy link

vsenn commented Jun 19, 2023

Собрал версию работающую на 10.8.8. Пока автор здесь не обновил, можно обновить из моего репозитория: https://raw.githubusercontent.com/skrashevich/jellyfin-plugin-kinopoisk/master/dist/manifest.json

@skrashevich Спасибо за поддержку плагина Кинопоиск в своей репе. К сожалению, последняя версия 10.8.9.3 у меня не работает, выдавая ошибку про SSL сертификат. Возможно где-то в коде её необходимо отключить.

Provider КиноПоиск failed to retrieve search results
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors

@skrashevich
Copy link
Collaborator

@vsenn А у вас с того же устройства, где запущен jellyfin, в браузере https://kinopoiskapiunofficial.tech нормально открывается?

@vsenn
Copy link

vsenn commented Jun 19, 2023

Да, с этим сайтом всё в порядке, открывается по https без ошибок
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants