-
[Support] binhex - Sonarr
Good day, I have an issue with Failed to load Queue in Activity Queue. [v4.0.15.2941] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1075 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1094 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 734 at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T](IDatabase db, String sql, Object param) in ./Sonarr.Core/Datastore/Extensions/SqlMapperExtensions.cs:line 17 at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 72 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in ./Sonarr.Core/Jobs/TaskManager.cs:line 204 at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2025-09-15 06:25:43.3|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/queue [v4.0.15.2941] System.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Core.Jobs.TaskManager.GetNextExecution(Type type) in ./Sonarr.Core/Jobs/TaskManager.cs:line 62 at NzbDrone.Core.Download.Pending.PendingReleaseService.<GetPendingQueue>b__18_0() in ./Sonarr.Core/Download/Pending/PendingReleaseService.cs:line 182 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at NzbDrone.Core.Download.Pending.PendingReleaseService.GetQueueItem(PendingRelease pendingRelease, Lazy`1 nextRssSync, Episode episode) in ./Sonarr.Core/Download/Pending/PendingReleaseService.cs:line 353 at NzbDrone.Core.Download.Pending.PendingReleaseService.GetPendingQueue() in ./Sonarr.Core/Download/Pending/PendingReleaseService.cs:line 201 at Sonarr.Api.V3.Queue.QueueController.GetQueue(PagingSpec`1 pagingSpec, HashSet`1 seriesIds, Nullable`1 protocol, HashSet`1 languages, HashSet`1 quality, HashSet`1 status, Boolean includeUnknownSeriesItems) in ./Sonarr.Api.V3/Queue/QueueController.cs:line 178 at Sonarr.Api.V3.Queue.QueueController.<>c__DisplayClass13_0.<GetQueue>b__0(PagingSpec`1 spec) in ./Sonarr.Api.V3/Queue/QueueController.cs:line 168 at Sonarr.Http.Extensions.RequestExtensions.ApplyToPage[TResource,TModel](PagingSpec`1 pagingSpec, Func`2 function, Converter`2 mapper) in ./Sonarr.Http/Extensions/RequestExtensions.cs:line 65 at Sonarr.Api.V3.Queue.QueueController.GetQueue(PagingRequestResource paging, Boolean includeUnknownSeriesItems, Boolean includeSeries, Boolean includeEpisode, Int32[] seriesIds, Nullable`1 protocol, Int32[] languages, Int32[] quality, QueueStatus[] status) in ./Sonarr.Api.V3/Queue/QueueController.cs:line 168 at lambda_method90(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28 at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41 at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33 at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38 at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29 at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
-
Docker Execution Error Server Error
You were correct. I rebooted the server and once it powered off, it wouldn't power back up all the way, it was looping during POST. Yesterday I had opened the case to see if I had space, power, etc for additional hdds which I did but something must have happened when I shut the case. I noticed also that none of the hdds were green on the Main screen. After opening the case again and powering on everything came up. I still have the same Sonarr activity queue error that I'll investigate elsewhere.
-
Shane01638 started following After 6.11 No longer can access SMB via Network , Docker Execution Error Server Error , Ultimate UNRAID Dashboard (UUD) and 1 other
-
Docker Execution Error Server Error
I had some issues with the Sonarr database being malformed. I think due to setting up notifiarr and trying to sync the trash guides. The Activity Queue wouldn't load and tasks were failing. I tried the Sonarr database restore to before I started making changes and was getting the same errors and same result even though the changes made to the profiles were reversed. So since my cache drive is ZFS and I have daily snapthots. I tried restoring the sonarr snapshot to this morning. After that Sonarr will not start and whenever any other contrainer is stopped, it will not restart. I'm worried something happened to the docker.img file from looking at other posts and maybe if I stop the docker service, then all my containers will be gone and I'll have to start over. Any recommendations? Thank you in advance. zunraid-diagnostics-20250914-2037.zip
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
Has anyone had this issue and solved it with a BIOS update? I'm on L2.10A Jul 24 07:02:25 ZUnraid kernel: i915 0000:00:02.0: [drm] *ERROR* Unexpected DP dual mode adaptor ID 7f
-
Logs keep filling up
Logs keeps filling up and I have to keep deleting syslog.1 and syslog.2. Is there a way to rotate them faster or enlarge the size of where they are stored? I've included the diagnostics file. Thank you zunraid-diagnostics-20230727-0920.zip
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
I'm still on L2.10A, is there a reason to upgrade to 2.40? I wasn't going to upgrade until the turbo issue was fixed.
-
Server Crash 6.11.3
I was wondering if anyone call tell me why my server just crashed? I updated to 6.11.3 yesterday and had no shares access so entered "ntlm auth = yes" in SMB settings which fixed that issue. Then today my server crashed. I couldn't get any text to show on a monitor or IPMI. zunraid-diagnostics-20221113-1413.zip
-
After 6.11 No longer can access SMB via Network
I haven't been able to try ntlm auth = Yes yet as too many people streaming. Plex is working so no one is complaining except blue iris as it can't move files. I cannot access any shares from any windows pc or my iPhone. Thought I would drop my diag. Edit: ntlm auth = Yes fixed my issues. I can now access all unraid shares from windows and my iPhone as before. zunraid-diagnostics-20221112-1833.zip
-
Upgrade to 6.11 results in no boot device
Ran the upgrade again and it worked without issue. Not sure what happened the first time.
-
Upgrade to 6.11 results in no boot device
Ok, I got the backup restored on the same flash drive and everything is working again. Not sure what the issue was. I did see this error Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=0x00 with a prompt to press enter to restart before the flash drive became unresponsive. I will wait a few days before attempting to update again.
-
Upgrade to 6.11 results in no boot device
I of course took a backup and have the zip file before upgrade. I haven't researched how to recover that yet, but upgrading to 6.11 from 6.10.1 resulted in no boot device. I've not had an issue before upgrading.
-
[Support] binhex - NZBHydra2
Unable to access the WebUI. Tried restarting and tried Force Update with no success. It is working with Sonarr, Radarr, etc, but cannot access the WebUI. It's been working for a few years now. See error: 2022-02-13 21:22:31,730 DEBG 'start-script' stdout output: [2m2022-02-13 21:22:31.730[0;39m [33m WARN[0;39m [2m---[0;39m [2m[http-nio-0.0.0.0-5][0;39m [36mo.s.web.servlet.PageNotFound [0;39m [2m:[0;39m[35m [0;39m[34m[0;39mNo mapping for GET /nzbhydra2/login.html Edit: The server was restarted 9 days ago. Edit 2: It fixed itself overnight, not sure what changed.
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
Those could work, I saw this one too, but can't find it for sale and I don't need that many LAN ports. https://www.asrockrack.com/general/productdetail.asp?Model=E3C246D4M-4L#Specifications
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
I have the E3C246D4U with the 2288G like you, but would like a similar board, full ATX maybe, with more PCIE slots so I can put in a video card or 2.
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
I upgraded 2 hours ago and didn't' have to change anything for Plex to keep using the GPU for transcode.
Shane01638
Members
-
Joined
-
Last visited