Unraid-arr

Members
  • Posts

    96
  • Joined

About Unraid-arr

  • Birthday 02/14/1990

Converted

  • Gender
    Male
  • Location
    Canada

Recent Profile Visitors

1675 profile views

Unraid-arr's Achievements

Apprentice

Apprentice (3/14)

6

Reputation

  1. Getting this error in logs when refreshing any series manually from the UI. Any help is appreciated. Thanks in Advance. @binhex On Refresh button click in a series: 2023-12-23 13:02:11,857 DEBG 'sonarr' stdout output: [Info] SceneMappingService: Updating Scene mappings 2023-12-23 13:02:26,625 DEBG 'sonarr' stdout output: [Warn] HttpClient: HTTP Error - Res: [GET] https://services.sonarr.tv/v1/update/main?version=3.0.10.1567&os=linux&runtimeVer=6.12.0: 500.InternalServerError (0 bytes) 2023-12-23 13:02:26,636 DEBG 'sonarr' stdout output: [Error] TaskExtensions: Task Error 2023-12-23 13:02:26,636 DEBG 'sonarr' stdout output: 2023-12-23 13:02:26,637 DEBG 'sonarr' stdout output: [v3.0.10.1567] NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [GET] at [https://services.sonarr.tv/v1/update/main?version=3.0.10.1567&os=linux&runtimeVer=6.12.0] at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00154] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:105 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x00099] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdatePackageProvider.cs:46 at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdateCheckService.cs:26 at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check () [0x000f7] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\Checks\UpdateCheck.cs:63 2023-12-23 13:02:26,637 DEBG 'sonarr' stdout output: at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__14_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:79 at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/Select.cs:252 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:79 at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:117 at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__2 () [0x00035] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:119 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2476 at System.Threading.Tasks.Task.Execute () [0x00000] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2319 On start: 2023-12-23 13:18:55,758 DEBG 'sonarr' stdout output: [Info] SonarrBootstrapper: Starting Web Server 2023-12-23 13:20:10,241 DEBG 'sonarr' stdout output: [Error] TaskExtensions: Task Error 2023-12-23 13:20:10,242 DEBG 'sonarr' stdout output: 2023-12-23 13:20:10,242 DEBG 'sonarr' stdout output: [v3.0.10.1567] System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure: 'https://services.sonarr.tv/v1/time' ---> System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure at System.Net.WebResponseStream.InitReadAsync (System.Threading.CancellationToken cancellationToken) [0x000e6] in /build/mono/src/mono/mcs/class/System/System.Net/WebResponseStream.cs:458 at System.Net.WebOperation.Run () [0x0018f] in /build/mono/src/mono/mcs/class/System/System.Net/WebOperation.cs:283 2023-12-23 13:20:10,242 DEBG 'sonarr' stdout output: at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x0008e] in /build/mono/src/mono/mcs/class/System/System.Net/WebCompletionSource.cs:111 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000e8] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:956 at System.Net.HttpWebRequest.GetResponse () [0x0000f] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1218 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c0] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check () [0x0001b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\Checks\SystemTimeCheck.cs:28 at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__14_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:79 at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/Select.cs:252 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /build/mono/src/mono/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:79 at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:117 at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__2 () [0x00035] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:119 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2476 at System.Threading.Tasks.Task.Execute () [0x00000] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2319 On Application update Check inside the docker: 2023-12-23 13:43:51,309 DEBG 'sonarr' stdout output: [Warn] HttpClient: HTTP Error - Res: [GET] https://services.sonarr.tv/v1/update/main?version=3.0.10.1567&os=linux&runtimeVer=6.12.0: 500.InternalServerError (0 bytes) 2023-12-23 13:43:51,326 DEBG 'sonarr' stdout output: [Error] CommandExecutor: Error occurred while executing task ApplicationUpdateCheck [v3.0.10.1567] NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [GET] at [https://services.sonarr.tv/v1/update/main?version=3.0.10.1567&os=linux&runtimeVer=6.12.0] at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00154] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:105 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x00099] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdatePackageProvider.cs:46 at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdateCheckService.cs:26 at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage (NzbDrone.Core.Messaging.Commands.CommandTrigger updateTrigger) [0x00015] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:223 at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCheckCommand message) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:255 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000e0] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:96 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in /build/mono/src/mono/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.cs:1874 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:41
  2. Thanks for the quick fix on this. Updated today and this issue is fixed.
  3. Error on settings Page (http://tautulli:8181/settings), App loads and works fine. VERSION V2.13.3 If anyone has a clue please let me know. Thanks in advance. Error ! TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' </tr> <tr> <td>System Language:</td> <td>${plexpy.SYS_LANGUAGE + (' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else '')}</td> </tr> <tr> <td>Python Version:</td> <td>${sys.version}</td> </tr> /app/tautulli/data/interfaces/default/configuration_table.html, line 77: <td>${plexpy.SYS_LANGUAGE + (' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else '')}</td> /app/tautulli/lib/mako/runtime.py, line 936: callable_(context, *args, **kwargs) /app/tautulli/lib/mako/runtime.py, line 948: result = template.error_handler(context, error) /app/tautulli/lib/mako/runtime.py, line 938: _render_error(template, context, compat.exception_as()) /app/tautulli/lib/mako/runtime.py, line 916: _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) /app/tautulli/lib/mako/runtime.py, line 874: _render_context( /app/tautulli/lib/mako/template.py, line 439: return runtime._render(self, self.callable_, args, data) /app/tautulli/plexpy/webserve.py, line 143: return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  4. Today's update broke the Toggle switches UI for me... Anyone else? Unraid Version: 6.11.5 Unassigned Devices Version: 2023.11.10 Unassigned Devices Plus Version: 2023.11.08 Unassigned Devices Preclear Version: 2023.11.08 Cheers!
  5. This would be better asked on Linux forums or subreddits, however I will try to answer. So, from the info you provided it looks like you will try to access the share as: \\rpi-ipaddress\media\Server however, workaround for unraid is to use drive not share folders, so something equivalent in linux should be \\rpi-ipaddress\root\dev\disk\by-id so you would mount the root directory as share like so in smb.conf [rootshare] path= / comment= browseable= yes I may or maynot be correct in the exact path name however, the concept is that you want to access it via the drive not the shared folder. Hope I am making sense. Cheers!
  6. Hi Neha, In Unraid v6.11.5 I use the /mnt/disk*/ paths rather than going through /mnt/user/shares which solves my issue for now. Here is the link to solution from Unraid admins. >>>Forum Discussion<<< I am not sure about Debian specifically. Please elaborate on the issue you are having. Cheers!
  7. Did you get any news on this ? Thanks!
  8. Thanks again for the super quick response. The toggle would be nice. ๐Ÿ‘๐Ÿผ Cheers!
  9. Hi @Kameleon83, Quick Question - How can I remove the "Docker App Not Running" section entirely like your app initially had it? I only want the Running Apps and no fluff. Also, any upcoming updates for v6.12.* compatibility? I have not migrated yet, waiting for things to iron out before I jump. Usually I feel minor revision 3 is where it's at. Thanks for the ongoing support. Much Appreciated. Cheers!
  10. Thanks for the links, I did some reading and fiddling with my setup and to be honest it is still messier than other *arrs suite I am used to. It does not manage revisions of books i.e. 2022 edition vs 2023 edition of the same book in a single folder. There is no consistent file naming structure I can adhere to for mixed file types i.e. some as pdf or epub. It just might not be for my use case, but I just want to throw some books at it and let it organize like plex does for my media. ๐Ÿคท๐Ÿฝโ€โ™‚๏ธ I might give it another go in a few months. Cheers!
  11. Thanks for your helpful comment and pointing out the supported formats. I am already updated to v0.7.3. If you happen to know about folder structure and how to manage multiple editions of books and multiple file formats please let me know. Cheers!
  12. I installed and used Kavita for a month now. Every time I have to add a book, It is a pain-in-the-* I am never really sure if scanning the library will add it because it most probably will not. If you have a large library and you are not sitting there scanning the library manually you may not realize all the books that are not added to library. There is no log or no error message that popup up to say "Hey, we found this file but cannot add it for reason xyz", or "Hey, we added these titles to library but could not match metadata, match by ISBN# or something". Then I have to fiddle around with creating folders for each book, even then it does not pick up files on the first go and doesn't even say the reason. I haven't been able to pick up .mobi files yet. I am not sure what the folder structure is because it is not mentioned in the docs. If I have omitted something feel free to help me out here. I want to genuinely use this as a daily driver, but can't because of the issues I have faced. TL;DR - UI is intuitive, good and responsive overall, Adding books can be a pain on another level. Unless there is a way to automate the File download and folder organizing like *arr/plex pairing, I don't see myself switching. Cheers!
  13. Thanks @dorgan This fixes the issue (tested). You're the best as always. ๐Ÿ‘๐Ÿผ๐Ÿ‘๐Ÿผ Cheers! ๐Ÿป