Unraid-arr

Members
  • Posts

    96
  • Joined

Everything 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. 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! ๐Ÿป
  14. Hey @dorgan, Sorry for the late response. Here is the whole thread. Cheers!
  15. 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. 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. Thanks for this link. As it stands there is an open issue, however the workaround is gonna have to do it for now. Hope this gets fixed soon. Cheers!
  18. Cx File Explorer on Android Phone. Cheers!
  19. Thanks, upgraded to the latest version and it works. Much Apprecciated! Cheers!
  20. 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!
  21. Hi Everyone, 10 day Update: Running stable now, speed issues resolved after a restart. Using version: lscr.io/linuxserver/deluge:2.1.1-r3-ls179 UNRAID Version: 6.11.5 Cheers!
  22. Hi @trurl, If it is possible to help with this issue, that would be highly appreciated. ๐Ÿ˜Š I attached the logs in my last message. Cheers!
  23. 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!