mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Crashing repeatedly on connection to api.themoviedb.org #563
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 @drgnomage on GitHub (Apr 3, 2019).
Originally assigned to: @anthonylavado on GitHub.
Description:
During routine scans of local files the server is attempting to reach api.themoviedb.org and it seems to be sending unexpected data back.
Reproduction:
I'm not sure what is causing the issue, I was only made aware of it by someone complaining that their download was dropping.
Expected:
No crashing during scan.
Log:
System Info:
OS: Antegros
Jellyfin Version: 10.2.2.0
Reverse proxy: Apache
@drgnomage commented on GitHub (Apr 4, 2019):
I've also been running an strace and found that Jellyfin is calling some dotnet files that don't exist but the directories do.
@anthonylavado commented on GitHub (Apr 10, 2019):
@drgnomage Hey there! Just to ask - how was this version of Jellyfin installed? Did you build it from the master branch, or did you use a download that we have on our repo?
Also, to be sure, were you looking up information for the TV Series "Troutmann"?
@drgnomage commented on GitHub (Apr 23, 2019):
@anthonylavado Hi! I installed it from the AUR so I believe it's the master branch, is there something I can do to check once it's installed?
I have never heard of "Troutmann", so that's a no.
To get rid of this error, I've been using the Open databases as they function correctly for me.
@DrPandemic commented on GitHub (Apr 24, 2019):
If I'm not mistaken this issue is a duplicate of https://github.com/jellyfin/jellyfin/issues/465 (except the fact that it crashes for movies rather than music). But I'm pretty sure the root cause is the same
@drgnomage commented on GitHub (Apr 25, 2019):
Hi @DrPandemic,
It does indeed look very similar, I would say it most likely has the same root cause as well. I will close this and follow #465.