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? |