:13:05.319 +00:00]
[ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "
https://repo.jellyfin.org/files/plugin/manifest.json"
[2024-11-19 14:13:05.319 +00:00]
[ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "
https://repo.jellyfin.org/files/plugin/manifest.json" System.Net.Http.HttpRequestException: Resource temporarily unavailable (
repo.jellyfin.org:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at
问题应该是之前用的老版本。突然启动的时候因为镜像没有指定 tag 导致 docker 拉取了最新的 latest 镜像。
检查查询一下本地已存在的老版本镜像 docker images |grep "jellyfin" 查询他的 tag 属于那个版本。然后启动加上 tag
docker run -d --name=jellyfin -v /mnt/jellyfin/:/config -v /mnt/media/:/media -v /mnt/jellyfincache/:/cache --restart=unless-stopped jellyfin/jellyfin:[tag]