2025-09-28, 03:23 AM
(This post was last modified: 2025-09-28, 04:41 AM by KmTempe. Edited 2 times in total.)
Hi
I add a comment on https://github.com/jellyfin/jellyfin-plu...3342223402
im on version 10.11.0 and im using the unstable repo with report 17.2505.7.0
In the stable version I have no problem with reports and the stable version of reports does not work with version 10.11.0, I get the same error.
Logs:
[2025-09-28 05:38:04.300 +03:00] [ERR] [13] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Reports/Items".
System.MissingMethodException: Method not found: 'System.Collections.Generic.IReadOnlyList
at lambda_method5641(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
I add a comment on https://github.com/jellyfin/jellyfin-plu...3342223402
im on version 10.11.0 and im using the unstable repo with report 17.2505.7.0
In the stable version I have no problem with reports and the stable version of reports does not work with version 10.11.0, I get the same error.
Logs:
[2025-09-28 05:38:04.300 +03:00] [ERR] [13] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Reports/Items".
System.MissingMethodException: Method not found: 'System.Collections.Generic.IReadOnlyList
1<MediaBrowser.Controller.Entities.BaseItem> MediaBrowser.Controller.Entities.Folder.GetChildren(Jellyfin.Database.Implementations.Entities.User, Boolean)'.
at Jellyfin.Plugin.Reports.Api.ReportsService.GetQueryResult(BaseReportRequest request, User user)
at Jellyfin.Plugin.Reports.Api.ReportsService.GetReportResult(BaseReportRequest request)
at Jellyfin.Plugin.Reports.Api.ReportsController.GetItemReport(Nullable
1 hasThemeSong, Nullable1 hasThemeVideo, Nullable
1 hasSubtitles, Nullable1 hasSpecialFeature, Nullable
1 hasTrailer, Nullable1 adjacentTo, Nullable
1 minIndexNumber, Nullable1 parentIndexNumber, Nullable
1 hasParentalRating, Nullable1 isHd, String locationTypes, String excludeLocationTypes, Nullable
1 isMissing, Nullable1 isUnaried, Nullable
1 minCommunityRating, Nullable1 minCriticRating, Nullable
1 airedDuringSeason, String minPremiereDate, String minDateLastSaved, String minDateLastSavedForUser, String maxPremiereDate, Nullable1 hasOverview, Nullable
1 hasImdbId, Nullable1 hasTmdbId, Nullable
1 hasTvdbId, Nullable1 isInBoxSet, String excludeItemIds, Nullable
1 enableTotalRecordCount, Nullable1 startIndex, Nullable
1 limit, Nullable1 recursive, String sortOrder, String parentId, String fields, String excludeItemTypes, String includeItemTypes, String filters, Nullable
1 isFavorite, Nullable1 isNotFavorite, String mediaTypes, String imageTypes, String sortBy, Nullable
1 isPlayed, String genres, String genreIds, String officialRatings, String tags, String years, Nullable1 enableUserData, Nullable
1 imageTypeLimit, String enableImageTypes, String person, String personIds, String personTypes, String studios, String studioIds, String artists, String excludeArtistIds, String artistIds, String albums, String albumIds, String ids, String videoTypes, String userId, String minOfficialRating, Nullable1 isLocked, Nullable
1 isPlaceHolder, Nullable1 hasOfficialRating, Nullable
1 collapseBoxSetItems, Nullable1 is3D, String seriesStatus, String nameStartsWithOrGreater, String nameStartsWith, String nameLessThan, String reportView, String displayType, Nullable
1 hasQueryLimit, String groupBy, String reportColumns, Boolean enableImages)at lambda_method5641(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()