October 22, 20241 yr On 10/6/2024 at 4:18 PM, Aractor said: Can someone please help me understand the "binhex-shared" folder added to many of the binhex templates, and how to use it? I've tried looking for any documentation on this feature of the binhex templates but haven't really been able to find anything explaining it. It's to share information between containers, like VPN state and such.
October 23, 20241 yr Hi Folks Would one of you legends be able to tell me how I fix this error in Radarr? I can't get my head around these paths and I have been going around in circles for a while now and I can't figure out which one that I am supposed to change and to what. I though it was as per the Trash guide but clearly I am doing something wrong. Here is what i have in SABnzdb: Thanks in advance...
October 23, 20241 yr Author 32 minutes ago, Exsol said: Hi Folks Would one of you legends be able to tell me how I fix this error in Radarr? I can't get my head around these paths and I have been going around in circles for a while now and I can't figure out which one that I am supposed to change and to what. I though it was as per the Trash guide but clearly I am doing something wrong. Here is what i have in SABnzdb: Thanks in advance... Have a read of Q2 here first to get a basic understanding of bind mounts:- https://github.com/binhex/documentation/blob/master/docker/faq/general.md Once you have read that then move onto Q4 to get the paths correct:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md
October 26, 20241 yr I just upgraded to the latest docker image (hosted on dockerhub) and noticed that the image size has ballooned to over 1 gigabyte and it's taking forever to start the container, is this right? It looks like it's hanging up on the chown command... Edited October 26, 20241 yr by m00kfu
October 27, 20241 yr Author 13 hours ago, m00kfu said: I just upgraded to the latest docker image (hosted on dockerhub) and noticed that the image size has ballooned to over 1 gigabyte and it's taking forever to start the container, is this right? It looks like it's hanging up on the chown command... As you are probably picking up a new base image and the layers for the application it will be larger than normal, subsequent pulls will be smaller until a new base is republished again. Thr slow startup will probably be due to a docker issue with a specific docker driver which manifests itself during chmod/chown, i assume you are not an unraid user right?.
October 27, 20241 yr 39 minutes ago, binhex said: As you are probably picking up a new base image and the layers for the application it will be larger than normal, subsequent pulls will be smaller until a new base is republished again. Thr slow startup will probably be due to a docker issue with a specific docker driver which manifests itself during chmod/chown, i assume you are not an unraid user right?. I dug into it a bit more and it looks like the issue was a ton of hidden cache files that were included in the image that just took a couple of hours to get through chowning. The image on dockerhub from 2 weeks ago is 477 MB, and the image that was uploaded yesterday is 1.07 GB.
October 27, 20241 yr Author 33 minutes ago, m00kfu said: I dug into it a bit more and it looks like the issue was a ton of hidden cache files that were included in the image that just took a couple of hours to get through chowning. The image on dockerhub from 2 weeks ago is 477 MB, and the image that was uploaded yesterday is 1.07 GB. I will take a look at the image, as for the chown that should not take that long and I would suspect is due to the docker storage driver issue as mentioned above. Edit- if you can tell me where you are seeing the cached files then that would be helpful
October 27, 20241 yr 1 hour ago, binhex said: I will take a look at the image, as for the chown that should not take that long and I would suspect is due to the docker storage driver issue as mentioned above. Edit- if you can tell me where you are seeing the cached files then that would be helpful The big one was the .cargo/registry directory under the uid's home directory in the docker container. I also ran into the same issue with your sonarr and prowlarr images from yesterday.
November 29, 20241 yr Appears there was an issue with the all the arch arr's not getting the custom ffprob. I reported an issue and was told there should be an update being pushed by the morning.
November 29, 20241 yr Author 53 minutes ago, Rex099 said: Appears there was an issue with the all the arch arr's not getting the custom ffprob. I reported an issue and was told there should be an update being pushed by the morning. super dooper!, no need to 'let me know' though as everything is automated on my side
December 8, 20241 yr Hello all, I have been running Radarr on UnRaid just fine for years but after the latest updates after login I get a generic splash page that says "Failed to load Radarr Version 5.15.1.9463" I don't see anything glaring in the logs except for the end? But that isn't exactly my area of expertise. I did try to remove Radarr and the image and reinstall but no dice. Thanks in advance for any help! ___________________________________________________________________ text error warn system array login "ukr", "vie" ], "scanType": "Progressive" } - String) ---> System.Text.Json.JsonException: '0x10' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped. Path: $.rawStreamData | LineNumber: 1 | BytePositionInLine: 32804. ---> System.Text.Json.JsonReaderException: '0x10' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped. LineNumber: 1 | BytePositionInLine: 32804. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes) at System.Text.Json.Utf8JsonReader.ValidateHexDigits(ReadOnlySpan`1 data, Int32 idx) at System.Text.Json.Utf8JsonReader.ConsumeStringAndValidate(ReadOnlySpan`1 data, Int32 idx) at System.Text.Json.Utf8JsonReader.ConsumeString() at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 utf8Json, JsonTypeInfo jsonTypeInfo, Nullable`1 actualByteCount) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 json, JsonTypeInfo jsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options) at Dapper.SqlMapper.TypeHandler`1.Dapper.SqlMapper.ITypeHandler.Parse(Type destinationType, Object value) in /_/Dapper/SqlMapper.TypeHandler.cs:line 42 at Dapper.SqlMapper.TypeHandlerCache`1.Parse(Object value) in /_/Dapper/SqlMapper.TypeHandlerCache.cs:line 23 at Deserialize64c2a720-071b-4337-96c0-3e2d2620b28d(DbDataReader ) --- End of inner exception stack trace --- at Dapper.SqlMapper.ThrowDataException(Exception ex, Int32 index, IDataReader reader, Object value) in /_/Dapper/SqlMapper.cs:line 3878 at Deserialize64c2a720-071b-4337-96c0-3e2d2620b28d(DbDataReader ) at Dapper.SqlMapper.<>c__DisplayClass167_0`8.<GenerateMapper>b__1(DbDataReader r) at Dapper.SqlMapper.MultiMapImpl[TFirst,TSecond,TThird,TFourth,TFifth,TSixth,TSeventh,TReturn](IDbConnection cnn, CommandDefinition command, Delegate map, String splitOn, DbDataReader reader, Identity identity, Boolean finalize)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.MultiMap[TFirst,TSecond,TThird,TFourth,TFifth,TSixth,TSeventh,TReturn](IDbConnection cnn, String sql, Delegate map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at Dapper.SqlMapper.Query[TFirst,TSecond,TThird,TReturn](IDbConnection cnn, String sql, Func`4 map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[TFirst,TSecond,TThird,TReturn](IDatabase db, String sql, Func`4 map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at NzbDrone.Core.Datastore.SqlMapperExtensions.QueryJoined[T,T2,T3](IDatabase db, SqlBuilder builder, Func`4 mapper) at NzbDrone.Core.Movies.MovieRepository.All() at NzbDrone.Core.Movies.MovieService.GetAllMovies() at Radarr.Api.V3.Movies.MovieController.<>c__DisplayClass11_0.<AllMovie>b__1() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers, Nullable`1 languageId) at lambda_method49(Closure , Object , Object[] ) 2024-12-07 16:38:16,725 DEBG 'radarr' stdout output: 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 Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) 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) SQL: ==== Begin Query Trace ==== QUERY TEXT: SELECT "Movies".*, "MovieFiles".*, "MovieMetadata".* FROM "Movies" LEFT JOIN "MovieFiles" ON ("Movies"."MovieFileId" = "MovieFiles"."Id") LEFT JOIN "MovieMetadata" ON ("Movies"."MovieMetadataId" = "MovieMetadata"."Id") PARAMETERS: ==== End Query Trace ==== 2024-12-07 16:44:57,860 DEBG 'radarr' stdout output: [Info] Radarr.Http.Authentication.BasicAuthenticationHandler: Basic was not authenticated. Failure message: Authorization header missing. ___________________________________________________________________ Edited December 8, 20241 yr by daniel329
December 12, 20241 yr It's been a while since I've been able to access the webui for radarr and sonarr. I switched to qbittorrent from delugevpn, but the problem was happening with deluge. I have my lan networks defined in qbittorrent. The proxy setting are shown in the attached file. My docker containers run their own vlan with an IP address assigned. I'm not getting any port mappings on the docker page, and I used to get those. What could be causing the port mappings to disappear and me not get access to the webui? Or is it some other problem?
December 12, 20241 yr 5 minutes ago, wgstarks said: Are you attempting access using the IP of the Radarr docker? I can access it via IP address and port. I cannot access it by left clicking the container and selecting webui. I get this in the browser address: about:blank#blocked. It's kind of a pain to have to remember the IP address versus the other method.
December 12, 20241 yr 45 minutes ago, Mlatx said: I can access it via IP address and port. I cannot access it by left clicking the container and selecting webui. I get this in the browser address: about:blank#blocked. It's kind of a pain to have to remember the IP address versus the other method. If you’re routing Radarr through a vpn container (ie qbittorrentvpn) then selecting webUI won’t work. Easiest thing to do (for me at least) is to just bookmark any containers this applies to. Actually, I bookmark all of my containers.
December 12, 20241 yr 26 minutes ago, wgstarks said: If you’re routing Radarr through a vpn container (ie qbittorrentvpn) then selecting webUI won’t work. Easiest thing to do (for me at least) is to just bookmark any containers this applies to. Actually, I bookmark all of my containers. I am not routing it through a vopn container network using vpn_inout_port. My Radar container has its own IP address. It uses privoxy from QBitTorrent as shown in my screen shot. I don’t see why I shouldn’t be able to access the webui from the docker tab. It worked in this setup about 6 months ago.
December 13, 20241 yr 6 hours ago, Mlatx said: I can access it via IP address and port. I cannot access it by left clicking the container and selecting webui. I get this in the browser address: about:blank#blocked. It's kind of a pain to have to remember the IP address versus the other method. Unraid bug that's been around for years, it was fixed in 7.0.0-beta4 bug info here Edited December 13, 20241 yr by tjb_altf4
December 13, 20241 yr Not sure if this is the right place to post this, but I'm having issues with binhex-raddar importing downloaded movies. I recently changed my radarr setup to support multiple root folders (i.e. media/movies, media/movies (kids), etc.) and everything seems to be working fine EXCEPT the import is no longer working.. what did I miss?? Log attached. radarr.txt
December 13, 20241 yr 34 minutes ago, shek said: Not sure if this is the right place to post this, but I'm having issues with binhex-raddar importing downloaded movies. I recently changed my radarr setup to support multiple root folders (i.e. media/movies, media/movies (kids), etc.) and everything seems to be working fine EXCEPT the import is no longer working.. what did I miss?? Log attached. radarr.txt 480.91 kB · 1 download Your getting errors for no space left on device /media/Movies. Is there space? You should post your docker run command.
December 13, 20241 yr 9 minutes ago, wgstarks said: Your getting errors for no space left on device /media/Movies. Is there space? You should post your docker run command. I still have 5.1Tb available, most disks are currently at 89-92% full. I did see that error message, but I didn't think it was accurate given the space I still have. Or is that legitimately the reason for the errors?
December 13, 20241 yr I suspect that it may be related to the share settings then. Can you post a screenshot?
December 14, 20241 yr 23 hours ago, wgstarks said: I suspect that it may be related to the share settings then. Can you post a screenshot? It was.... I guess it set 1.4Tb as minimum free space for my media share... but it applied it to every drive in my array and all of my drives only had roughly 1.4Tb left of space. I decreased the setting down to 250Gb for now and ordered more drives. Do you think 250Gb should be fine?
December 14, 20241 yr 2 minutes ago, shek said: Do you think 250Gb should be fine? I believe the typical recommendation is to keep as much space as the largest possible single file you may add to it
December 14, 20241 yr 2 minutes ago, AngryPig said: I believe the typical recommendation is to keep as much space as the largest possible single file you may add to it If that's the case... I can probably cut that down even more.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.