Posts by jackiass

    This is where I get stuck.

    when I run the .sh I get:

    Seems I'm missing a lot.

    After the latest update on Rpi4 I'm getting stuck installing/updating mono. It always get's stuck at "installing 33%". I think it broke mono. When I restart Libreelec, radarr and sonarr does not start anymore. Bazarr works though?

    Edit: Nevermind. Works fine with a clean install of libreelec. Must have been some kind of issue with my setup.

    Hello thoradia

    First of all thanks for all your hard work with an amazing repo!

    I've been searching the thread and it seems there is no way to update bazaar myself. Would you have time to update it? Current version is 0.8.1. From version 0.8.2 and onwards it has "Added ability to customize tasks execution frequencies" which could be really nice. Right now it updates the list from sonarr every 60 seconds and radarr every 5 minutes, which in my user case is really excessive. For me it would be enough just once or twice a day.

    Thank you in advance.

    EDIT: I found if I download the bazarr zip from github and stop the bazarr service in libreelec I can replace this folder:

    ~/.kodi/addons/service.bazarr/bazarr with the one from the zip and it's updated. Activate bazaar in kodi and all is good though I can't seem to find a setting to customize tasks execution frequencies. It's still polling sonarr every 60 seconds.

    I'm on LibreELEC 9.1.501 using an RPi 4. When trying to access the bluetooth settings in the LE settings addon the UI crashes in such a way that I can still move around the left pane but nothing on the right side changes. I can't get back to any other menu and have to reboot using SSH. I think this is the relevant lines from my crash log. Anyone else with this issue?

    Code
    2019-10-08 11:25:39.249 T:2817131376   ERROR: ## LibreELEC Addon ## oe::load_config ## ERROR: (IOError('file() constructor not accessible in restricted mode',))
    2019-10-08 11:25:39.250 T:2817131376   ERROR: Traceback (most recent call last):
    File "/var/lib/jenkins/LE/build5/workspace/RPi4/build.LibreELEC-RPi4.arm-9.1.501/LibreELEC-settings-f59dcc824fd8fe5b79c0a709a0c70676cc9ab3b1/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 553, in load_config
    IOError: file() constructor not accessible in restricted mode
    2019-10-08 11:25:39.250 T:2817131376   ERROR: ## LibreELEC Addon ## oe::read_setting ## ERROR: (AttributeError("'NoneType' object has no attribute 'getElementsByTagName'",))
    2019-10-08 11:25:39.251 T:2817131376   ERROR: Traceback (most recent call last):
    File "/var/lib/jenkins/LE/build5/workspace/RPi4/build.LibreELEC-RPi4.arm-9.1.501/LibreELEC-settings-f59dcc824fd8fe5b79c0a709a0c70676cc9ab3b1/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 635, in read_setting
    AttributeError: 'NoneType' object has no attribute 'getElementsByTagName'

    EDIT: I found the culprit. Disabling the addon "Bluetooth Audio Device Changer" fixed the issue. Only issue then, is that I need to fool a lot around the settings menu when I want to use my BT headset, but I can live with that for now. If anybody else have this issue this is the work around.

    Rpi4 same problem:

    Jul 08 22:01:39 LibreELEC4 systemd[1]: Started Plex Media Server.

    Jul 08 22:02:39 LibreELEC4 sh[3249]: chmod: /storage/.kodi/addons/service.plexmediaserver/lib/Resources/Plex*: No such file or directory

    Jul 08 22:02:40 LibreELEC4 systemd[1]: service.plexmediaserver.service: Main process exited, code=exited, status=134/n/a

    Jul 08 22:02:40 LibreELEC4 systemd[1]: service.plexmediaserver.service: Failed with result 'exit-code'.

    Jul 08 22:02:45 LibreELEC4 systemd[1]: service.plexmediaserver.service: Service RestartSec=5s expired, scheduling restart.

    Jul 08 22:02:45 LibreELEC4 systemd[1]: service.plexmediaserver.service: Scheduled restart job, restart counter is at 8.

    Jul 08 22:02:45 LibreELEC4 systemd[1]: Stopped Plex Media Server.

    Hello. I'm trying to do the same thing but I can't seem to get it to run. When I execute your command it gives me:

    docker run -d --name=jd2 -v /media/downloads/:/downloads -v /storage/.kodi/userdata/addon_data/jdownloader:/con

    fig -e TZ=Europe/Copenhagen -p 8080:8080 aptalca/docker-jdownloader2

    f2ae45fd070bb812286e6afa1248011c9b222c6a5dbce65c64f8b5650ab4e02e

    Can't see it starting i the browser though and through docker stats, I can see it stops as soon as it starts. When I run

    docker logs jd2 I get:

    standard_init_linux.go:178: exec user process caused "exec format error"

    So it seems there is something wrong with my execute command, but I can't figure out what?

    Could it be because im on a Raspberry Pi running ARM and not x86_64 processor?