[Docker] telerising.minimal

  • Zur Info: Normalerweise baue ich ja meine releases automatisch bei GitHub, das zickt aber gerade ziemlich rum. Daher baue ich gerade einmal lokal und werde das dann releasen, damit erstmal geholfen ist. Die Versuche GitHub zuverlässig wieder zum Laufen zu bringen hat mich jetzt schon etliche Stunden gekostet. Ich hoffe ich finde eine Lösung...

    Danke für die Info,bei mir lief/läuft es immer noch nicht

  • Ne, ist auch kein Wunder - ich schlage mich jetzt seit 3-4 Tagen damit herum neue Binaries automatisiert über GitHub zu bauen und GitHub weigert sich bisher hartnäckig. Irgendwo ist da gerade der Wurm drin

    GitHub Repo: Easyepg.minimal
    Docker Hub: Easyepg.minimal, Telerising.minimal
    Bierspende: PayPal.Me :thumbup:

    Geräte: AWOL Vision LTV-3000 Pro, ES Aeon Starbright CLR 90", Apple TV 4K (3. Generation), Cambridge Audio CXUHD
    Backend: Topton Intel N150 (Docker: TVHeadend, Telerising, Easyepg), PC Engines APU 2D4 (Docker: Deconz, OpenHAB)

  • Erstmal danke für die Hilfe beste Community

    Leider immer noch error :(

    osmc@osmc:~$ docker run \
    -d \
    -p 5000:5000 \
    -v /etc/timezone:/etc/timezone:ro \
    -v /etc/localtime:/etc/localtime:ro \
    -v /home/osmc/tele/settings.json:/settings.json \
    --user=${UID}:${GID} \
    --name=telerising \
    --restart=unless-stopped \
    --network=bridge \
    qoopido/telerising.minimal:latest
    f1825d026ee68a4674bf6eca6fe88fc6e457c71fec3ceabf1ddb5cca89c8127e
    docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/osmc/tele/settings.json" to rootfs at "/settings.json": create mountpoint for /settings.json mount: cannot create subdirectories in "/var/lib/docker/overlay2/9e669ad68b6bd691b257bb74327d91a3b0f896b2af45602b9b5ec1eda36da8a4/merged/settings.json": not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

  • jub die settings.json muss existieren. mach mal das dann sollte es laufen:

    Code
    rmdir /home/osmc/tele/settings.json
    echo "{}" > /home/osmc/tele/settings.json

    sollte rmdir dir sagen das der ordner nicht leer ist machst du das

    Code
    rm -r /home/osmc/tele/settings.json
    echo "{}" > /home/osmc/tele/settings.json


    nun sollte dein container gehen.

  • Beitrag von toab90 (1. Februar 2025 um 15:57)

    Dieser Beitrag wurde vom Autor gelöscht (1. Februar 2025 um 16:33).
  • danke erstmal

    der Container startet jetzt ohne Fehlermeldung leider stürzt er sofort ab und startet wieder neu...

    Gibt es eine Möglichkeit herauszufinden was jetzt noch fehlt?

    den schritt vergessen?

    Code
    echo "{}" > /home/osmc/tele/settings.json

    wenn:

    Code
    docker logs telerising

    output:

    Code
    json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

    ansonsten:

    Code
    docker logs telerising

    hier posten als spoiler. glaskugeln sind aus :)

  • update der container läuft. ich kann über den browser zugreifen status ist grün (zatoo free) wenn ich auf watch tv gehe erscheinen die sender wenn ich einen auswähle erscheint ein video fenster mit ladeanimation dann folgende fehlermeldung : error code: hls:networkError_manifestloadTimeout

    ps der videotext funktioniert

    logs:

    Spoiler anzeigen

    fdaf5a0867cc qoopido/telerising.minimal:latest "/telerising" 8 seconds ago Up 8 seconds (healthy) 0.0.0. 0:5000->5000/tcp, :::5000->5000/tcp telerising6
    LibreELEC:~ # docker logs telerising
    LibreELEC:~ # docker logs telerising6
    WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server inst ead.
    * Running on all addresses (0.0.0.0)
    * Running on http://127.0.0.1:5000
    * Running on http://172.17.0.2:5000
    Press CTRL+C to quit
    127.0.0.1 - - [01/Feb/2025 17:21:21] "GET / HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET / HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET /login HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET /signup HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET /static/css/cards.css HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET /static/css/base.css HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:21:34] "GET /static/js/signup-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:21:50] "POST /api/signup_check HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:21:50] "GET /setup HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:21:50] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:21:50] "GET /static/css/base.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:21:50] "GET /static/js/setup-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:21:51] "GET /static/json/providers-0137.json HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:21:51] "GET /api/provider_check HTTP/1.1" 200 -
    127.0.0.1 - - [01/Feb/2025 17:21:52] "GET / HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:22:05] "POST /api/login HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:22:19] "POST /api/login HTTP/1.1" 200 -
    127.0.0.1 - - [01/Feb/2025 17:22:22] "GET / HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:22:24] "POST /api/new HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:22:27] "GET / HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:22:27] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:22:27] "GET /static/css/base.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:22:27] "GET /static/js/status-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:22:33] "GET /player/zde/channels.html HTTP/1.1" 200 -
    172.17.0.2 - - [01/Feb/2025 17:22:36] "GET /api/zde/live/ard.m3u8?player=true HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:22:36] "GET /play/tv.html?url=http://172.17.0.2:5000/api/zde/live/ard.m3u8&title =Das+Erste+HD%0A HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:22:36] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:22:36] "GET /static/js/signup-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:22:36] "GET /static/css/base.css HTTP/1.1" 304 -


    *** Telerising API v0.13.7 ***
    Copyright 2024 Jan-Luca Neumann
    https://paypal.me/sunsettrack4

    * IPv4 address: 172.17.0.2
    * Missing EPG ID for df1_de in module ztt, version DE
    * Missing EPG ID for andromeda_de in module ztt, version DE
    * Missing EPG ID for ard_plus_krimi_de in module ztt, version DE
    * Missing EPG ID for ard_plus_lindenstrasse_de in module ztt, version DE
    * Missing EPG ID for comedy_und_shows_de in module ztt, version DE
    * Missing EPG ID for craction_tv_de in module ztt, version DE
    * Missing EPG ID for crime_time_de in module ztt, version DE
    * Missing EPG ID for defa_tv_de in module ztt, version DE
    * Missing EPG ID for fabella_de in module ztt, version DE
    * Missing EPG ID for familie_dr_kleist_fast_de in module ztt, version DE
    * Missing EPG ID for filmgold_de in module ztt, version DE
    * Missing EPG ID for grjngo_de in module ztt, version DE
    * Missing EPG ID for heimatkino_de in module ztt, version DE
    * Missing EPG ID for himmlisches_kino_de in module ztt, version DE
    * Missing EPG ID for moviedome_de in module ztt, version DE
    * Missing EPG ID for moviedome_family_de in module ztt, version DE
    * Missing EPG ID for naruto_de in module ztt, version DE
    * Missing EPG ID for netzkino_fast_de in module ztt, version DE
    * Missing EPG ID for serien_plus_de in module ztt, version DE


    192.168.0.114 - - [01/Feb/2025 17:23:10] "GET /player/zde/channels.html HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:14] "GET /player/zde/recordings.html HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:17] "GET /teletext HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:17] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:17] "GET /static/css/base.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:17] "GET /static/js/teletext-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:17] "GET /static/json/teletext.json HTTP/1.1" 304 -
    127.0.0.1 - - [01/Feb/2025 17:23:22] "GET / HTTP/1.1" 302 -
    192.168.0.114 - - [01/Feb/2025 17:23:27] "GET / HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:27] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:27] "GET /static/css/base.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:27] "GET /static/js/status-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:46] "GET /teletext HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:46] "GET /static/js/teletext-0137.js HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:46] "GET /static/json/teletext.json HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:48] "GET /player/zde/recordings.html HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:49] "GET / HTTP/1.1" 200 -
    192.168.0.114 - - [01/Feb/2025 17:23:49] "GET /static/css/cards.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:49] "GET /static/css/base.css HTTP/1.1" 304 -
    192.168.0.114 - - [01/Feb/2025 17:23:49] "GET /static/js/status-0137.js HTTP/1.1" 304 -
    127.0.0.1 - - [01/Feb/2025 17:23:52] "GET / HTTP/1.1" 302 -
    127.0.0.1 - - [01/Feb/2025 17:24:22] "GET / HTTP/1.1" 302 -

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!