![]() |
Error processing request. URL "GET" "/Reports/Items. - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Error processing request. URL "GET" "/Reports/Items. (/t-error-processing-request-url-get-reports-items) |
Error processing request. URL "GET" "/Reports/Items. - KmTempe - 2025-09-28 Hi I add a comment on https://github.com/jellyfin/jellyfin-plugin-reports/issues/94#issuecomment-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)'. 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() RE: Error processing request. URL "GET" "/Reports/Items. - theguymadmax - 2025-09-29 You'll get that when you have an incompatible plugin. Please remove ALL installed repository plugins (anything not built-in). Plugins will likely need a while to adapt to the new database changes, so it is much safer to remove those plugins before upgrading, and then re-add them afterwards to test. Official plugins for 10.11.x are available in the unstable plugin repo. To test plugins for 10.11 you need to update the Plugin Repository to the Unstable branch: https://repo.jellyfin.org/files/plugin-unstable/manifest.json via “Dashboard -> Plugins -> Manage Repositories” RE: Error processing request. URL "GET" "/Reports/Items. - KmTempe - 2025-10-03 what have you done guys i didnt write this in the first thread but this plugin plugin-unstable/reports/reports_17.2505.7.0.zip Cannot be unistalled when you try unstall through dashboard the plugin is correctly marked as deleted on next startup plugins\Reports_17.2505.7.0, so marking as deleteOnStartup. [02:53:20] [INF] [44] Emby.Server.Implementations.ApplicationHost: App needs to be restarted. and after restart its still installed [02:56:29] [ERR] [22] 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, Check the log time and when server is on start up and tryies to delete the plugin it throw an exeption for IO access deny System.UnauthorizedAccessException: Access to the path 'ClosedXML.dll' is denied. at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel) at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive) at Emby.Server.Implementations.Plugins.PluginManager.DiscoverPlugins() the is no way access is denied by host server has the highest permissions a temporary solution is to delete the plugin directly from host file system when server is off |