![]() |
nullreference exception on '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: nullreference exception on '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons (/t-nullreference-exception-on-jellyfin-api-controllers-tvshowscontroller-getseasons) |
nullreference exception on '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons - prahal - 2024-07-18 Could you help me find why jellyfin always error oiut to kodi jellyfin plugin making it fail to sync the library that contains this tv show ? This tv shows displays and playback fine in jellyfin web. Jellyfin 10.9.7 Jellyfin error on access to the seasons path by kodi jellyfin plugin Code: [2024-07-18 00:00:07.511 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetSeasons (Jellyfin.Api)" in 8.4897ms Kodi jellyfin logs Code: 2024-07-18 01:39:47.290 T:1078 info <general>: JELLYFIN.jellyfin_kodi.jellyfin.http -> ERROR::jellyfin_kodi/jellyfin/http.py:131 500 Server Error: Internal Server Error for url: http://{jellyfin-server}/Shows/89aa0dc336d6fdc97cca14dc9cf86421/Seasons?UserId=f0f250cf42a24340b5634087be9de6ad&EnableImages=True&Fields=Path%2CGenres%2CSortName%2CStudios%2CWriter%2CTaglines%2CLocalTrailerCount%2COfficialRating%2CCumulativeRunTimeTicks%2CItemCounts%2CMetascore%2CAirTime%2CDateCreated%2CPeople%2COverview%2CEtag%2CShortOverview%2CProductionLocations%2CTags%2CProviderIds%2CParentId%2CRemoteTrailers%2CSpecialEpisodeNumbers%2CMediaSources%2CVoteCount%2CRecursiveItemCount%2CPrimaryImageAspectRatio 2024-07-18 01:39:47.298 T:1078 info <general>: JELLYFIN.jellyfin_kodi.jellyfin.http -> ERROR::jellyfin_kodi/jellyfin/http.py:160 --[ 500 response ] 500 Server Error: Internal Server Error for url: http://{jellyfin-server}/Shows/89aa0dc336d6fdc97cca14dc9cf86421/Seasons?UserId=f0f250cf42a24340b5634087be9de6ad&EnableImages=True&Fields=Path%2CGenres%2CSortName%2CStudios%2CWriter%2CTaglines%2CLocalTrailerCount%2COfficialRating%2CCumulativeRunTimeTicks%2CItemCounts%2CMetascore%2CAirTime%2CDateCreated%2CPeople%2COverview%2CEtag%2CShortOverview%2CProductionLocations%2CTags%2CProviderIds%2CParentId%2CRemoteTrailers%2CSpecialEpisodeNumbers%2CMediaSources%2CVoteCount%2CRecursiveItemCount%2CPrimaryImageAspectRatio 2024-07-18 01:39:47.305 T:1078 info <general>: JELLYFIN.jellyfin_kodi.database -> ERROR::jellyfin_kodi/database/__init__.py:171 type: <class 'TypeError'> value: 'NoneType' object is not subscriptable RE: nullreference exception on '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons - TheDreadPirate - 2024-07-18 Does it only happen for a particular TV show or all shows? Can you provide examples of the folder and file structure? RE: nullreference exception on '"Jellyfin.Api.Controllers.TvShowsController.GetSeasons - prahal - 2024-12-05 From my notes this was a show I had only one episode of i.e. the simpsons season 11 "The Simpsons 11x12 - Britney Spears & Mr. Burns.asf" The structure was likely (I removed the file from the jellyfin storage back then to get the scanning from jellyfin kodi back to a working state) /media/movies/Series/Anime/Les Simpson (1989)/Season 11/<the asf file> with the library setup to import from /media/movies/Series/Anime/ i.e. Les Simpson (1989)/ was at the root. Somehow I miss the notification of your reply (maybe I forbot to check the box to get a notification). But I had too many other bugs with jellyfin, so I was unable to focus on only this one. Consider this issue as abandoned until better times, ieI deleted all excepted libraries config/root and config/plugins and did the setup anew. After that, I still have a few bug that prevents me from focusing back on this one. |