sjoerger

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by sjoerger

  1. Hello,

     

    On Sept 17th 2021 I (finally) updated my system from 6.9.1 to 6.9.2 and also updated the My Servers plugin to version 2021.09.15.1853. I am seeing a unraid-api crash however:

     

    Sep 17 10:09:20 Tower root: plugin: skipping: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz already exists
    Sep 17 10:09:35 Tower emhttpd: shcmd (43): /etc/rc.d/rc.unraid-api install
    Sep 17 10:09:35 Tower root: /etc/rc.d/rc.unraid-api: line 47: /usr/local/bin/unraid-api/unraid-api: No such file or directory
    Sep 17 10:09:37 Tower root: Starting unraid-api v2.26.12
    Sep 17 10:09:38 Tower unraid-api[12342]: ✔️ UNRAID API started successfully!
    Sep 17 10:09:39 Tower root: Starting unraid-api v2.26.12
    Sep 17 10:09:40 Tower unraid-api[12623]: ✔️ UNRAID API started successfully!
    Sep 17 10:10:58 Tower unraid-api[12623]: ⚠️ Caught exception: Cannot read property 'includes' of undefined
    Sep 17 10:10:58 Tower unraid-api[12623]: ⚠️ UNRAID API crashed with exit code 1
     

    System diagnostics attached. Please let me know if I can provide any other information.

     

    Steve

     

    tower-diagnostics-20210918-1506.zip

  2. 17 minutes ago, Niklas said:

    It's fixed now. Update the container.

    Confirming my container now has unrar support after pulling latest container update. Thanks for the quick fix.

     

    2021-03-12 10:40:15,126::INFO::[SABnzbd:425] par2 binary... found (/usr/bin/par2)
    2021-03-12 10:40:15,126::INFO::[SABnzbd:432] UNRAR binary... found (/usr/bin/unrar)
    2021-03-12 10:40:15,127::INFO::[SABnzbd:442] UNRAR binary version 6.00

     

  3. 2 minutes ago, Jurak said:

    Essential modules are missing, downloading cannot start. and unrar binary... NOT found!

    I am getting this when trying to download. I have stopped and restarted sabnzbd and uninstalled and reinstalled the docker. Let me know if there is anything I can provide to help figure this out.

     

    image.png.b215d15a45b57632af5a2b9085f6b49d.png

     

    I was about to post the same thing. I saw there was image update this morning and I get the same error as well as the following:

     

    2021-03-12 09:20:19,429::INFO::[SABnzbd:425] par2 binary... found (/usr/bin/par2)

    2021-03-12 09:20:19,430::INFO::[notifier:122] Sending notification: Error - unrar binary... NOT found! (type=error, job_cat=None)

    2021-03-12 09:20:19,429::ERROR::[SABnzbd:444] unrar binary... NOT found!

    2021-03-12 09:20:19,430::INFO::[SABnzbd:450] 7za binary... found (/usr/bin/7za)

    • Like 2
  4. 18 minutes ago, Djoss said:

    During testing of this version, I had an issue where the UI would constantly disconnects from the engine.  I reported the issue to CloudBerry and they told me (on January 25th) that it's a known issue and that they are working on a fix.

     

    So I'm waiting for this new version before pushing a new Docker image...

    Excellent, thanks for the quick update!

     

  5. I should have added that I tried that originally as well. And just tried it again with the same results.

     

    steve@Tower:~$ pwd
    /mnt/user/steve
    steve@Tower:~$ rmdir .screen
    steve@Tower:~$ screen
    bind (/mnt/user/steve/.screen/9324.pts-0.Tower): Function not implemented
    steve@Tower:~$ ls -la | grep .screen
    drwx------ 1 steve  users    6 Mar 17 13:36 .screen
    

     

    and just for fun:

    steve@Tower:~$ chmod 755 .screen
    steve@Tower:~$ screen
    Directory /mnt/user/steve/.screen must have mode 700.
    steve@Tower:~$ chmod 700 .screen
    steve@Tower:~$ screen
    bind (/mnt/user/steve/.screen/9748.pts-0.Tower): Function not implemented