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(Nullable1 hasThemeSong, Nullable1 hasThemeVideo, Nullable1 hasSubtitles, Nullable1 hasSpecialFeature, Nullable1 hasTrailer, Nullable1 adjacentTo, Nullable1 minIndexNumber, Nullable1 parentIndexNumber, Nullable1 hasParentalRating, Nullable1 isHd, String locationTypes, String excludeLocationTypes, Nullable1 isMissing, Nullable1 isUnaried, Nullable1 minCommunityRating, Nullable1 minCriticRating, Nullable1 airedDuringSeason, String minPremiereDate, String minDateLastSaved, String minDateLastSavedForUser, String maxPremiereDate, Nullable1 hasOverview, Nullable1 hasImdbId, Nullable1 hasTmdbId, Nullable1 hasTvdbId, Nullable1 isInBoxSet, String excludeItemIds, Nullable1 enableTotalRecordCount, Nullable1 startIndex, Nullable1 limit, Nullable1 recursive, String sortOrder, String parentId, String fields, String excludeItemTypes, String includeItemTypes, String filters, Nullable1 isFavorite, Nullable1 isNotFavorite, String mediaTypes, String imageTypes, String sortBy, Nullable1 isPlayed, String genres, String genreIds, String officialRatings, String tags, String years, Nullable1 enableUserData, Nullable1 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, Nullable1 isPlaceHolder, Nullable1 hasOfficialRating, Nullable1 collapseBoxSetItems, Nullable1 is3D, String seriesStatus, String nameStartsWithOrGreater, String nameStartsWith, String nameLessThan, String reportView, String displayType, Nullable1 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()

