mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
Updating plugins fails with resource temporarily unavailable #630
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paulmorabito on GitHub (Apr 24, 2019).
Hi,
I'm using the latest docker image with Jellyfin version 10.3.1. The plug-in update job and also the plugins view screen fails to load with the following error:
I'm getting similar resource not available errors when doing media scabd too so possibly it's SSL related?
@anthonylavado commented on GitHub (Apr 24, 2019):
Do you have IPv6 enabled by chance?
@paulmorabito commented on GitHub (Apr 24, 2019):
No, the NAS loads the ip6 kernel model but the network settings have it
disabled and I can see no ip6 address assigned.
On Wed, 24 Apr 2019 at 11:03, Anthony Lavado notifications@github.com
wrote:
@paulmorabito commented on GitHub (Apr 24, 2019):
This is my compose file if it helps:
@DrPandemic commented on GitHub (Apr 24, 2019):
This sounds like a problem from your Docker Compose network. Try to connect directly to your docker container
docker exec -it <container name> /bin/shand the container name can be found withdocker ps. From the container, can youcurl -v https://repo.jellyfin.org/releases/plugin/manifest.json?If you get any network error from that, this means that your network setup is broken.
@paulmorabito commented on GitHub (Apr 25, 2019):
Yes, you are correct. It was a networking issue. It's now fixed.
Thanks.
On Wed, 24 Apr 2019 at 23:03, Jean-Samuel Aubry-Guzzi <
notifications@github.com> wrote: