Unraid-arr

Members
  • Posts

    96
  • Joined

Posts posted by Unraid-arr

  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. On 12/4/2023 at 12:31 PM, Unraid-arr said:

    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.

    image.thumb.png.2b151878c363e2f4f62048bebdd22868.png

     

    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,

     

    Thanks for the quick fix on this. Updated today and this issue is fixed.

     

    image.thumb.png.c373a96726d4f21bbaecc4dc2bcbf623.png

  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.

    image.thumb.png.2b151878c363e2f4f62048bebdd22868.png

     

    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. 22 hours ago, Unraid-arr said:

    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 

     

    image.thumb.png.2cea9c0502b06d46f14829af8e9fe658.png

     

    Cheers!

     

    22 hours ago, dlandon said:

    Known issue.

    Thanks for the quick turnaround on this. Fixed as of version: 2023.11.10a

  5. 15 hours ago, Neha said:

    I am running a raspberrypi 4b on debian 12 os. If I delete a folder or file via any file explorer android app, it gives an error and then the file or folder gets deleted. If a folder has more than one file then each file has to be deleted first. This was not happening when I was on debian 11.

     

    The OS variant I have installed is only Terminal based no GUI.

     

    sudo chown -R server:server /media/Server

    sudo chmod 0777 -R /media/Server

     

    File permissions are all set to 0777 and (user and group) are for user server.

     

    Below is the mounting string from /etc/fstab on the server

     

    UUID=xxxxxxxxx /media/Server ntfs defaults,auto,users,uid=998,gid=992,rw,nofail 0 0

     

    Below is the smb.conf:

    [Server]

    path = /media/Server browseable = no

    read only = no

    valid users = server

    writeable = yes

    create mask=0777

    directory mask=0777

     

    So what should I change here for thr workaround to work?

     

    Kindly guide.

     

     

    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. 6 hours ago, Neha said:

    I am having the same issue on debian 12. What exactly is the workaround?

    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. On 7/15/2023 at 2:19 AM, Michael Schmitz said:

    I see nothing related to macvlan in the notes, so no bugfix here for the complete system crashes occurring since 6.12 there?

     

    I cannot switch to ipvlan unfortunately as separate MACs are required for my usecase/ router.

    Did you get any news on this ?

     

    Thanks!

  8. 2 minutes ago, Kameleon83 said:

    There are no updates planned at the moment.
    I'm very busy at the moment. I'll see about doing something for a setting to remove this for people who want it.

    I'm on 6.12.2 and for the moment everything is working correctly for me. 

    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. On 6/15/2023 at 5:45 PM, Shivam Amin said:

    I'm not sure about editions, but file/folder structure is defined here (With more specific structure based on type): https://wiki.kavitareader.com/en/guides/managing-your-files
    You should also read this: https://wiki.kavitareader.com/en/guides/managing-your-files/scanner

    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. 45 minutes ago, Shivam Amin said:

    v.0.7.3 may be able to address this. At the time of writing, it was released about 6 hours ago. You can see the change here under "Media Errors" https://github.com/Kareadita/Kavita/releases/tag/v0.7.3
     

    Kavita does not support .mobi files, you'd have to convert them to EPUB. You can see the supported file formats here: https://wiki.kavitareader.com/en

    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. 6 hours ago, dorgan said:

    Thank you this was exactly what I need to solve this.  Just pushed an update that should fix this, please give it some time to show up.

    Thanks @dorgan

    This fixes the issue (tested).

    You're the best as always. 👍🏼👍🏼

     

    Cheers! 🍻

  14. On 3/31/2023 at 11:17 AM, Shomil Saini said:

     

     

     

     

    Hi all, wondering if you guys found a solution that can be shared here.

    I have had this error on boot since I started using this plugin.

     

    rm: cannot remove ´usr/local/emhttp/plugins/plexstreams/Plex_Streams.page.off´: No such file or directory

     

     

    Thanks in Advance ! 😊

     

    On 4/1/2023 at 9:44 AM, Shomil Saini said:

    HI @dorgan,

     

    Thanks for replying, I am not sure what you mean by that. I am running the latest UnRaid and plugin version.

    Unraid - 6.11.5

    plexstreams - 2023.03.31a 

     

    Thanks!

     

    On 4/6/2023 at 8:20 PM, dorgan said:

    Can you please elaborate on the problem you are experiencing?

     

    Hey @dorgan,

    Sorry for the late response. Here is the whole thread.

     

    Cheers!

  15. 21 hours ago, dorgan said:

    Well for 1, I would definitely recommend upgrading to a more recent version of the plugin as that one is pretty old.  I just released a version with a fix for legacy unraid versions as well, so I recommend starting there ;). Let me know if you have further issues after upgrading

    HI @dorgan,

     

    Thanks for replying, I am not sure what you mean by that. I am running the latest UnRaid and plugin version.

    Unraid - 6.11.5

    plexstreams - 2023.03.31a 

     

    Thanks!

  16. On 8/11/2020 at 8:01 AM, Zotarios said:
    rm: cannot remove ´usr/local/emhttp/plugins/plexstreams/Plex_Streams.page.off´: No such file or directory

    I'm getting this error on boot.

    image.png.4f2668fd703399534b79a55b9cd83cab.png

    Version 2020.07.23

     

    On 8/11/2020 at 8:35 AM, dorgan said:

    Ok I will look into this, what version of unraid are you on?

     

    On 8/14/2020 at 1:22 PM, Zotarios said:

    Forgot about that!

    I'm on 6.8.3

     

    Seems like you might be issuing de "rm" not on the root path. Adding "/" to "usr" would do it (I suspect)

     

     

    Hi all, wondering if you guys found a solution that can be shared here.

    I have had this error on boot since I started using this plugin.

     

    rm: cannot remove ´usr/local/emhttp/plugins/plexstreams/Plex_Streams.page.off´: No such file or directory

     

     

    Thanks in Advance ! 😊

  17. 2 hours ago, trurl said:

    I don't know what those smbd entries in syslog are.

     

    Is it causing any actual problems?

    When I try to browse the shares remotely and delete any folders containing files, it only deletes a few files within the folder and stops.

    So then I have to delete a folder over and over again, to actually delete everything within it.

    Then once everything within the folder is deleted, there is almost always the empty folder left which I have to delete at last.

     

    Cheers!

  18. Error in the latest update. Caontainer fails to start.

    Swiitched back to jlesage/mkvtoolnix:v23.02.2 which works great for me.

     

     

    text  error  warn  system  array  login  
    
         Docker Image Platform: linux/amd64                                   
                                                                              
        ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
    [cont-init   ] 89-info.sh: terminated successfully.
    [cont-init   ] all container initialization scripts executed.
    [init        ] giving control to process supervisor.
    [supervisor  ] loading services...
    [supervisor  ] loading service 'default'...
    [supervisor  ] loading service 'app'...
    [supervisor  ] loading service 'gui'...
    [supervisor  ] loading service 'certsmonitor'...
    [supervisor  ] service 'certsmonitor' is disabled.
    [supervisor  ] loading service 'nginx'...
    [supervisor  ] loading service 'xvnc'...
    [supervisor  ] loading service 'openbox'...
    [supervisor  ] loading service 'logmonitor'...
    [supervisor  ] service 'logmonitor' is disabled.
    [supervisor  ] loading service 'logrotate'...
    [supervisor  ] all services loaded.
    [supervisor  ] starting services...
    [supervisor  ] starting service 'xvnc'...
    [xvnc        ] Xvnc TigerVNC 1.12.0 - built Feb  9 2023 17:19:48
    [xvnc        ] Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
    [xvnc        ] See https://www.tigervnc.org for information on TigerVNC.
    [xvnc        ] Underlying X server release 12013000, The X.Org Foundation
    [xvnc        ] Mon Feb 13 19:57:19 2023
    [xvnc        ]  vncext:      VNC extension running!
    [xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)
    [xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900
    [xvnc        ]  vncext:      created VNC server for screen 0
    [supervisor  ] starting service 'nginx'...
    [nginx       ] Listening for HTTP connections on port 5800.
    [supervisor  ] starting service 'openbox'...
    [supervisor  ] starting service 'app'...
    [app         ] Error loading shared library libboost_filesystem.so.1.78.0: No such file or directory (needed by /usr/bin/mkvtoolnix-gui)
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path19find_root_directoryEv: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail28directory_iterator_constructERNS0_18directory_iteratorERKNS0_4pathEjPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail6statusERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail8absoluteERKNS0_4pathES4_PNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail12read_symlinkERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path19lexically_normal_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail6removeERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path10compare_v3ERKS1_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail13dir_itr_closeERPvS3_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail12current_pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail19temp_directory_pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path21find_parent_path_sizeEv: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path7stem_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem4path5imbueERKSt6locale: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem4path9append_v3ERKS1_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path12extension_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail28directory_iterator_incrementERNS0_18directory_iteratorEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path11filename_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail18create_directoriesERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZTIN5boost10filesystem16filesystem_errorE: symbol not found
    [app         ] Error loading shared library libboost_filesystem.so.1.78.0: No such file or directory (needed by /usr/bin/mkvtoolnix-gui)
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path19find_root_directoryEv: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail28directory_iterator_constructERNS0_18directory_iteratorERKNS0_4pathEjPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail6statusERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail8absoluteERKNS0_4pathES4_PNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail12read_symlinkERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path19lexically_normal_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail6removeERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path10compare_v3ERKS1_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail13dir_itr_closeERPvS3_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail12current_pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail19temp_directory_pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path21find_parent_path_sizeEv: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path7stem_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem4path5imbueERKSt6locale: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem4path9append_v3ERKS1_: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path12extension_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail28directory_iterator_incrementERNS0_18directory_iteratorEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZNK5boost10filesystem4path11filename_v3Ev: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZN5boost10filesystem6detail18create_directoriesERKNS0_4pathEPNS_6system10error_codeE: symbol not found
    [app         ] Error relocating /usr/bin/mkvtoolnix-gui: _ZTIN5boost10filesystem16filesystem_errorE: symbol not found
    [supervisor  ] all services started.
    [supervisor  ] service 'app' exited (with status 127).
    [supervisor  ] service 'app' exited, shutting down...
    [supervisor  ] stopping service 'openbox'...
    [supervisor  ] service 'openbox' exited (with status 0).
    [supervisor  ] stopping service 'nginx'...
    [supervisor  ] service 'nginx' exited (with status 0).
    [supervisor  ] stopping service 'xvnc'...
    [xvnc        ] Mon Feb 13 19:57:22 2023
    [xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
    [xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)
    [supervisor  ] service 'xvnc' exited (with status 0).
    [finish      ] executing container finish scripts...
    [finish      ] all container finish scripts executed.
    
    ** Press ANY KEY to close this window ** 

     

    Cheers!