Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

daniel329

Members
  • Joined

  • Last visited

  1. daniel329 replied to daniel329's topic in General Support
    I did try that - it does work. Just having a hard time figuring out what in the config is wrong. Weirdly I just rebooted again and I am able to access the webui although the log is still stuck at the above message.
  2. daniel329 replied to daniel329's topic in General Support
    It hangs at "Starting mcelog daemon: /usr/sbin/mcelog --daemon"
  3. daniel329 posted a topic in General Support
    Hello all, I recently had a cache drive that was throwing SMART errors so I took the opportunity to upgrade it. I migrated all of the data off of the old cache drive and installed the new ones but the system was hanging on boot. I am able to boot into safe mode (no plugins) - thinking it was a plugin I removed all of my plugins but I still have the same problem. The system only boots in safe mode. Everything else in the dashboard seems fine. Diagnostics are attached and help is appreciated! Thank you!tower-diagnostics-20241215-2115.zip
  4. 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. ___________________________________________________________________
  5. Hello all, I'm unable to get this image running. I can get to the setup page of Nextcloud but after entering the info I get a 504 error and then redirected to the setup page. I have to manually clear the AppData for nextcloud each time because if I keep trying it tells me the user already exists. The logs have this repeating message: Exception: Not installed in /config/www/nextcloud/lib/base.php:282 Stack trace: #0 /config/www/nextcloud/lib/base.php(663): OC::checkInstalled() #1 /config/www/nextcloud/lib/base.php(1104): OC::init() #2 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...') #3 {main} I've searched and haven't come up with any solutions. I did notice the download from Community Applications was quite slow but maybe the servers are just under load. Thanks!
  6. I do have another question, my subtitles have been broken for months. I was hoping that switching to this docker would resolve but neither regular nor forced subtitles work. Video re-loads and there are none regardless of if I’m using the iOS app or browser.
  7. I think I fixed it! My mappings were correct in the docker settings but they weren’t carrying over to plex settings. They were showing under settings and libraries as /data/TV and /data/Movies instead of /mnt/TV and /mnt/Movies. Once this was corrected files began re-linking
  8. I'm hoping for some assistance. I switched to this docker from the LimeTech docker because it wasn't being updated and I lost live OTA TV. Anyway, I've double checked all of my mappings and they are the same but now my media is showing "unavailable" even though the mappings are correct. I tried to force it to rescan the database and it acts like it is finished but nothing changes and my content is offline. Ideas? Plex Media Server Logs_2019-08-05_21-34-10.zip Log for_ plex.htm
  9. Update - I’ve tried deleting and reinstalling iOS apps as well as rebooting the server. Local stream (not transcode) maxes CPU to 100% according to the UnRaid dashboard. Plex Media Server Logs_2018-11-21_04-47-53.zip
  10. Appreciate the tip. Unfortunately I am using VNC as my graphics card anyway...but having the issue even when the VM is off.
  11. Also weird - streaming seems to be much better in the web browser but bad in the iOS/Android App.
  12. Hey all - not sure if this is a known issue. But for the past week my Plex docker performance has been awful. I can't stream shows even locally (only 1 stream) and Unraid is showing near constant 100% CPU usage. I've tried disabling various dockers but it seems to directly be related to what is streaming's gonna plex. If I restart Plex it works for a few minutes then stops again. I used to easily be able to stream 5 connections. Core i5-4570 16GB of RAM with a 500GB SSD cache drive.
  13. Has anyone had luck with this? Since the update my clients connect to OpenVPN-AS but I can't access any local devices. IE going to 192.168.1.1 just accesses the router at the remote site and not my router at home where UnRaid is. Similarly, I can't access the UnRaid WebUI.
  14. Ran the install, changed the TZ, changed UnRaid's port to free up port 80, and I'm getting this error. Looked through my dockers and I don't see anything using port 53? I tried switching the interface to eth0 root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.22" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -e "TZ"="Americas/New_York" -e "WEBPASSWORD"="admin" -e "INTERFACE"="eth0" -e "DNSMASQ_LISTENING"="all" -p 53:53/tcp -p 53:53/udp -p 80:80/tcp -v "/mnt/user/appdata/pihole/pihole/":"/etc/pihole/":rw -v "/mnt/user/appdata/pihole/dnsmasq.d/":"/etc/dnsmasq.d/":rw --cap-add=NET_ADMIN diginc/pi-hole:latest 5442d047cc08e2f750b707bde9f4ce161b51f1b64569a3253d77f0217c855659 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint pihole (7979d10917d31c7c09c69508c07f67166e8e7ab21cd4d340fc1637516a3d017e): Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use. The command failed.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.