reggi 415 Posted April 8, 2018 Posted April 8, 2018 Hi, I was working on my statistics server when I encountered a very strange behavior from Emby Server. Some movies have a genre that I can't find when I query the api myself or go to the detail movie page. So I have a movie "Beauty and the Beast", he has 5 genres and one of them is "Music", when I click on the genre at the movie detail page I get a loading page (see screenshots), in the console I get a 400 without much information. The 400 call that is going wrong is https://xxxxxxxxxxxxxx/emby/Users/47ee2631fb414ffba0429f9bc498adb2/Items/f67b77276f76b0e5413abcedbe777bbe get following response Value cannot be null. Parameter name: item When I query the API for the movie I get 5 genres back and one of them has id f67b77276f76b0e5413abcedbe777bbe. When I use fiddler to get all genres from the API I use the following url: http://192.168.72.22:8096/emby/Genres?ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&UserId=&recursive=True&IncludeItemTypes=Movie&format=json which returns all movie genres except "Music" (see api.txt file). I have only one parent view for movies so the call should include the "Music" genre as well. I also have the GenreCleaner plugin installed. And in the movie genre list there is no Music genre To be complete I also added my server log file but nothing much to see there. I have no idea why this genre is acting so strange. Is there a way to know the database password? That way I can open it with sqlite browser and check if the genre is really in the database or not. Thanks for any help! Regards, Reggi api.txt server-63658828804.txt
Luke 42085 Posted April 8, 2018 Posted April 8, 2018 Have you ran a library scan since that movie was added?
reggi 415 Posted April 9, 2018 Author Posted April 9, 2018 oke very strange. that fixed it! The strange part is that I have this movie already some weeks in my library so there are already a lot of scans happened between now and then. Thanks for the tip!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now