Giter VIP home page Giter VIP logo

Comments (10)

Libitum avatar Libitum commented on August 30, 2024

@gldl137 请问您是通过以下哪种方式安装的呢?

  1. 如果是通过 repo 安装的,之前 repo 里的 版本号有个 bug,已经 fix。麻烦重新安装试一下。
  2. 如果是下载 zip 拷贝到 plugin 目录安装的,可能需要提供一下相关错误日志。

另外,不论通过哪种方式安装,都需要重启一下 Jellyfin 服务来生效哈

from jellyfin-plugin-douban.

zxerqw avatar zxerqw commented on August 30, 2024

我好像遇到了相同的错误,日志如下

[2021-02-23 12:40:07.409 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loaded assembly "Jellyfin.Plugin.Douban, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Douban/Jellyfin.Plugin.Douban.dll"
[2021-02-23 12:40:07.413 +00:00] [ERR] [1] Emby.Server.Implementations.ApplicationHost: Error getting exported types from "Jellyfin.Plugin.Douban, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null"
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at Emby.Server.Implementations.ApplicationHost.GetTypes(IEnumerable`1 assemblies)+MoveNext()

from jellyfin-plugin-douban.

gldl137 avatar gldl137 commented on August 30, 2024

[2021-02-23 13:30:09.718 +00:00] [INF] [1] Main: Jellyfin version: "10.7.0"
[2021-02-23 13:30:09.733 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_MEDIA_DIR, /media]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
[2021-02-23 13:30:09.736 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2021-02-23 13:30:09.736 +00:00] [INF] [1] Main: Operating system: "Linux"
[2021-02-23 13:30:09.736 +00:00] [INF] [1] Main: Architecture: X64
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: 64-Bit Process: True
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: User Interactive: True
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: Processor count: 4
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: Program data path: "/config"
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2021-02-23 13:30:09.737 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2021-02-23 13:30:09.854 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2021-02-23 13:30:09.884 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2021-02-23 13:30:09.884 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2021-02-23 13:30:09.885 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2021-02-23 13:30:09.889 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2021-02-23 13:30:09.889 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2021-02-23 13:30:09.911 +00:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Error deserializing "{
"category": "",
"changelog": "",
"description": "",
"guid": "f9d3f058-41e2-ac08-b819-777c28fd63a9",
"name": "Kodi Sync Queue",
"overview": "",
"owner": "",
"targetAbi": "10.7.0.0",
"timestamp": "0001-01-01T00:00:00.0000000Z",
"version": "6.2012.600.2703",
"status": "Malfunctioned",
"autoUpdate": false
}".
System.Text.Json.JsonException: '0xEF' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '0xEF' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonConverter jsonConverter, Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader& reader, Type returnType, JsonSerializerOptions options) at System.Text.Json.JsonSerializer.Deserialize[TValue](ReadOnlySpan1 utf8Json, JsonSerializerOptions options)
at Emby.Server.Implementations.Plugins.PluginManager.LoadManifest(String dir)
[2021-02-23 13:30:09.914 +00:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Error deserializing "{
"category": "",
"changelog": "",
"description": "",
"guid": "e325b8d5-5f54-447f-a38a-a951b933d22c",
"name": "Douban",
"overview": "",
"owner": "",
"targetAbi": "10.7.0.0",
"timestamp": "0001-01-01T00:00:00.0000000Z",
"version": "2.0.0.0",
"status": "Malfunctioned",
"autoUpdate": false
}".
System.Text.Json.JsonException: '0xEF' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '0xEF' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonConverter jsonConverter, Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader& reader, Type returnType, JsonSerializerOptions options) at System.Text.Json.JsonSerializer.Deserialize[TValue](ReadOnlySpan1 utf8Json, JsonSerializerOptions options)
at Emby.Server.Implementations.Plugins.PluginManager.LoadManifest(String dir)

from jellyfin-plugin-douban.

zxerqw avatar zxerqw commented on August 30, 2024

我好像遇到了相同的错误,日志如下

[2021-02-23 12:40:07.409 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loaded assembly "Jellyfin.Plugin.Douban, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Douban/Jellyfin.Plugin.Douban.dll"
[2021-02-23 12:40:07.413 +00:00] [ERR] [1] Emby.Server.Implementations.ApplicationHost: Error getting exported types from "Jellyfin.Plugin.Douban, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null"
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at Emby.Server.Implementations.ApplicationHost.GetTypes(IEnumerable`1 assemblies)+MoveNext()

忘记回复,我的已经正常了,是jellyfin版本错误,没更新镜像。

from jellyfin-plugin-douban.

gldl137 avatar gldl137 commented on August 30, 2024

你是用的什么版本

from jellyfin-plugin-douban.

zxerqw avatar zxerqw commented on August 30, 2024

你是用的什么版本

10.7.0 RC3

from jellyfin-plugin-douban.

gldl137 avatar gldl137 commented on August 30, 2024

你是用的什么版本

10.7.0 RC3

我是群晖Docker安装,应该是这个原因

from jellyfin-plugin-douban.

gldl137 avatar gldl137 commented on August 30, 2024

我的jellyfin版本问题

from jellyfin-plugin-douban.

Libitum avatar Libitum commented on August 30, 2024

嗯是的 docker 的镜像也需要更新到 10.7.0。多谢楼上各位!

from jellyfin-plugin-douban.

wolonggl avatar wolonggl commented on August 30, 2024

每日编译jellyfin版本安装豆瓣插件也存在一样的问题,提示有故障。。。

from jellyfin-plugin-douban.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.