Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. [Aufruf] Neuer Adapter ioBroker.plex

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    620

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

[Aufruf] Neuer Adapter ioBroker.plex

Scheduled Pinned Locked Moved Tester
plex
204 Posts 12 Posters 35.1k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E el_malto

    @Zefau Hab den Adapter mal versucht zu installieren.

    pi@ioBroker-RasPi:~ $ iobroker url https://github.com/Zefau/ioBroker.plex
    install https://github.com/Zefau/ioBroker.plex/tarball/master
    npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production -                                                                                                                                                             -save --prefix "/opt/iobroker" (System call)
    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                                                                                                                                              You must install peer dependencies yourself.
    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                                                                                                                                              You must install peer dependencies yourself.
    

    Habe dann nach stream-browserify gegooglet und von hier installiert.

    pi@ioBroker-RasPi:~ $ npm install stream-browserify
    npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.jso
    npm notice created a lockfile as package-lock.json. You should commit this file.
    npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    npm WARN pi No description
    npm WARN pi No repository field.
    npm WARN pi No README data
    npm WARN pi No license field.
    
    + stream-browserify@2.0.2
    added 9 packages from 5 contributors and audited 11 packages in 3.473s
    found 0 vulnerabilities
    

    Danach nochmal versucht.

    pi@ioBroker-RasPi:~ $ iobroker url https://github.com/Zefau/ioBroker.plex
    install https://github.com/Zefau/ioBroker.plex/tarball/master
    npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production -
    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.
    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.
    

    Wenn ich den Adapter über die "Katze" mit dem GitHub Link in ioBroker installiere wird der unter Instanzen angezeigt. Habe dann auch

    iobroker add plex
    iobroker upload plex
    

    ausgeführt. Ich kann den Adapter Configurieren und er wird grün. Im Log wird das angezeigt

    plex.0	2019-04-27 10:45:27.560	warn	Error: Plex Server denied request, you must provide a way to authenticate! Read more about plex-api authenticators on https://www.npmjs.com/package/plex-api#authenticators
    plex.0	2019-04-27 10:45:27.346	info	starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.plex, node: v8.14.0
    plex.0	2019-04-27 10:45:27.188	info	States connected to redis: 127.0.0.1:6379
    

    und unter Objekte wird kein plex.0 angezeigt.

    Irgendwelche Ideen?

    ZefauZ Offline
    ZefauZ Offline
    Zefau
    wrote on last edited by
    #9

    @el_malto Hast du Plex Pass (und Plex Home aktiviert) ?

    Meine Adapter: https://zefau.github.io/iobroker/

    E 1 Reply Last reply
    1
    • ZefauZ Zefau

      @el_malto Hast du Plex Pass (und Plex Home aktiviert) ?

      E Offline
      E Offline
      el_malto
      wrote on last edited by
      #10

      @Zefau Ja, Habe Plex Pass und auch Home aktiviert.

      1 Reply Last reply
      0
      • ZefauZ Zefau

        @el_malto Vielen Dank für das Feedback. Liegt am Adapter. Er lädt keine States, da er nicht authentifiziert ist (steht ja auch im letzten Fehler-Log). Keine Ahnung, warum es bei mir funktioniert's, aber ich guck's mir direkt mal an.

        E Offline
        E Offline
        el_malto
        wrote on last edited by
        #11

        @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

        Er lädt keine States, da er nicht authentifiziert ist (steht ja auch im letzten Fehler-Log).

        Im Adapter kann man auch keine Userdaten eingeben. Läuft das alles über den Webhook ohne eingabe von Userdaten?

        1 Reply Last reply
        0
        • ZefauZ Offline
          ZefauZ Offline
          Zefau
          wrote on last edited by
          #12

          Ich implementiere fix ein Benutzer / Passwort und melde mich nochmal.

          Nutzt du für Plex Home für den Hauptbenutzer auch eine PIN?

          Meine Adapter: https://zefau.github.io/iobroker/

          1 Reply Last reply
          1
          • E Offline
            E Offline
            el_malto
            wrote on last edited by
            #13

            Ok.
            Ja der Hauptuser hat auch einen Pin.

            1 Reply Last reply
            0
            • E Offline
              E Offline
              el_malto
              wrote on last edited by
              #14

              Läuft dein Plex Server auch auf den Gerät wo dein ioBroker läuft? Dann kann ja sein das die Userdaten gespeichert sind und es deswegen beindir klappt.
              Mein Plex Server löift nicht auf meinem PI.

              ZefauZ 1 Reply Last reply
              0
              • E el_malto

                Läuft dein Plex Server auch auf den Gerät wo dein ioBroker läuft? Dann kann ja sein das die Userdaten gespeichert sind und es deswegen beindir klappt.
                Mein Plex Server löift nicht auf meinem PI.

                ZefauZ Offline
                ZefauZ Offline
                Zefau
                wrote on last edited by
                #15

                @el_malto Nein, läuft auf einer Synology. Habe aber Plex Home ohne PIN aktiviert. Daher kommt die API ohne Auth rein. Wenn du deine PIN deaktivierst sollte es gehen. Ich baue aber auch gleich user / pw ein.

                Meine Adapter: https://zefau.github.io/iobroker/

                E 1 Reply Last reply
                1
                • ZefauZ Zefau

                  @el_malto Nein, läuft auf einer Synology. Habe aber Plex Home ohne PIN aktiviert. Daher kommt die API ohne Auth rein. Wenn du deine PIN deaktivierst sollte es gehen. Ich baue aber auch gleich user / pw ein.

                  E Offline
                  E Offline
                  el_malto
                  wrote on last edited by
                  #16

                  @Zefau Ah ok, klingt logisch.
                  Ich warte bis du es eingebaut hast. Aber kein Stress ;)

                  ZefauZ 1 Reply Last reply
                  0
                  • E el_malto

                    @Zefau Ah ok, klingt logisch.
                    Ich warte bis du es eingebaut hast. Aber kein Stress ;)

                    ZefauZ Offline
                    ZefauZ Offline
                    Zefau
                    wrote on last edited by
                    #17

                    @el_malto Habe die PIN bei mir mal aktiviert. Funktioniert merkwürdigerweise noch immer.

                    Habe den Adapter aber auf Github aktualisiert.
                    Bitte nochmal installieren und das Admin-Panel updaten:

                    iobroker url https://github.com/Zefau/ioBroker.plex
                    iobroker upload plex
                    

                    (iobroker add plex sollte nicht mehr nötig sein, da bereits eine Instanz existiert)

                    Meine Adapter: https://zefau.github.io/iobroker/

                    E 1 Reply Last reply
                    1
                    • ZefauZ Zefau

                      @el_malto Habe die PIN bei mir mal aktiviert. Funktioniert merkwürdigerweise noch immer.

                      Habe den Adapter aber auf Github aktualisiert.
                      Bitte nochmal installieren und das Admin-Panel updaten:

                      iobroker url https://github.com/Zefau/ioBroker.plex
                      iobroker upload plex
                      

                      (iobroker add plex sollte nicht mehr nötig sein, da bereits eine Instanz existiert)

                      E Offline
                      E Offline
                      el_malto
                      wrote on last edited by el_malto
                      #18

                      @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

                      https://github.com/Zefau/ioBroker.plex

                      Installation über die Console hat nicht funktioniert. Der Adapter wird unter Instanzen nicht angezeigt.

                      pi@ioBroker-RasPi:~ $ iobroker url https://github.com/Zefau/ioBroker.plex
                      install https://github.com/Zefau/ioBroker.plex/tarball/master
                      npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                      npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                      npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                      
                      got /opt/iobroker/node_modules/iobroker.plex/admin
                      upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                      upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                      upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                      upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                      upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn                                           /translations.json i18n/zh-cn/translations.json application/json
                      upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/tr                                           anslations.json i18n/ru/translations.json application/json
                      upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/tra                                           nslations.json i18n/pt/translations.json application/json
                      upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/tra                                           nslations.json i18n/pl/translations.json application/json
                      upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/tra                                           nslations.json i18n/nl/translations.json application/json
                      upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/tra                                           nslations.json i18n/it/translations.json application/json
                      upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/tra                                           nslations.json i18n/fr/translations.json application/json
                      upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/tra                                           nslations.json i18n/es/translations.json application/json
                      upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/tra                                           nslations.json i18n/en/translations.json application/json
                      upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/tra                                           nslations.json i18n/de/translations.json application/json
                      upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                      upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                      
                      
                      pi@ioBroker-RasPi:~ $ iobroker upload plex
                      got /opt/iobroker/node_modules/iobroker.plex/admin
                      upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                      upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                      upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                      upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                      upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn                                           /translations.json i18n/zh-cn/translations.json application/json
                      upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                      upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                      upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/translations.json i18n/it/translations.json application/json
                      upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                      upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/translations.json i18n/es/translations.json application/json
                      upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/translations.json i18n/en/translations.json application/json
                      upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/tra                                           nslations.json i18n/de/translations.json application/json
                      upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                      upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                      

                      Installation über die "Katze" und GitHub zeigt den Adapter ebenfalls nicht an.

                      $ ./iobroker url "https://github.com/Zefau/ioBroker.plex" --debug
                      install https://github.com/Zefau/ioBroker.plex/tarball/master
                      npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                      npm
                      WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                      
                      
                      + iobroker.plex@0.1.0updated 1 package in 52.865s
                      
                      got /opt/iobroker/node_modules/iobroker.plex/admin
                      upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                      upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                      upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                      upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                      upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                      upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                      upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                      upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/translations.json i18n/it/translations.json application/json
                      upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                      upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/translations.json i18n/es/translations.json application/json
                      upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/translations.json i18n/en/translations.json application/json
                      upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/translations.json i18n/de/translations.json application/json
                      upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                      upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                      process exited with code 0
                      

                      Es kommt immer der fehler das "stream-browserify" benötigt wird und nicht installiert ist.

                      npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                            You must install peer dependencies yourself.
                      npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                            You must install peer dependencies yourself.
                      

                      Wie kann ich das installieren?

                      ZefauZ 1 Reply Last reply
                      0
                      • E el_malto

                        @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

                        https://github.com/Zefau/ioBroker.plex

                        Installation über die Console hat nicht funktioniert. Der Adapter wird unter Instanzen nicht angezeigt.

                        pi@ioBroker-RasPi:~ $ iobroker url https://github.com/Zefau/ioBroker.plex
                        install https://github.com/Zefau/ioBroker.plex/tarball/master
                        npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                        npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                        npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                        
                        got /opt/iobroker/node_modules/iobroker.plex/admin
                        upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                        upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                        upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                        upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                        upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn                                           /translations.json i18n/zh-cn/translations.json application/json
                        upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/tr                                           anslations.json i18n/ru/translations.json application/json
                        upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/tra                                           nslations.json i18n/pt/translations.json application/json
                        upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/tra                                           nslations.json i18n/pl/translations.json application/json
                        upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/tra                                           nslations.json i18n/nl/translations.json application/json
                        upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/tra                                           nslations.json i18n/it/translations.json application/json
                        upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/tra                                           nslations.json i18n/fr/translations.json application/json
                        upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/tra                                           nslations.json i18n/es/translations.json application/json
                        upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/tra                                           nslations.json i18n/en/translations.json application/json
                        upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/tra                                           nslations.json i18n/de/translations.json application/json
                        upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                        upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                        
                        
                        pi@ioBroker-RasPi:~ $ iobroker upload plex
                        got /opt/iobroker/node_modules/iobroker.plex/admin
                        upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                        upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                        upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                        upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                        upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn                                           /translations.json i18n/zh-cn/translations.json application/json
                        upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                        upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                        upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                        upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                        upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/translations.json i18n/it/translations.json application/json
                        upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                        upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/translations.json i18n/es/translations.json application/json
                        upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/translations.json i18n/en/translations.json application/json
                        upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/tra                                           nslations.json i18n/de/translations.json application/json
                        upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                        upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                        

                        Installation über die "Katze" und GitHub zeigt den Adapter ebenfalls nicht an.

                        $ ./iobroker url "https://github.com/Zefau/ioBroker.plex" --debug
                        install https://github.com/Zefau/ioBroker.plex/tarball/master
                        npm install https://github.com/Zefau/ioBroker.plex/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                        npm
                        WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                        
                        
                        + iobroker.plex@0.1.0updated 1 package in 52.865s
                        
                        got /opt/iobroker/node_modules/iobroker.plex/admin
                        upload [15] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/words.js words.js application/javascript
                        upload [14] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/tautulli.jpg tautulli.jpg image/jpeg
                        upload [13] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/plex.jpg plex.jpg image/jpeg
                        upload [12] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/index_m.html index_m.html text/html
                        upload [11] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                        upload [10] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                        upload [9] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                        upload [8] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                        upload [7] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                        upload [6] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/it/translations.json i18n/it/translations.json application/json
                        upload [5] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                        upload [4] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/es/translations.json i18n/es/translations.json application/json
                        upload [3] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/en/translations.json i18n/en/translations.json application/json
                        upload [2] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/i18n/de/translations.json i18n/de/translations.json application/json
                        upload [1] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.js admin.js application/javascript
                        upload [0] plex.admin /opt/iobroker/node_modules/iobroker.plex/admin/admin.css admin.css text/css
                        process exited with code 0
                        

                        Es kommt immer der fehler das "stream-browserify" benötigt wird und nicht installiert ist.

                        npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                            You must install peer dependencies yourself.
                        npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed.                                            You must install peer dependencies yourself.
                        

                        Wie kann ich das installieren?

                        ZefauZ Offline
                        ZefauZ Offline
                        Zefau
                        wrote on last edited by
                        #19

                        @el_malto Warnings kannst du ignorieren.

                        Meine Adapter: https://zefau.github.io/iobroker/

                        E 1 Reply Last reply
                        0
                        • ZefauZ Zefau

                          @el_malto Warnings kannst du ignorieren.

                          E Offline
                          E Offline
                          el_malto
                          wrote on last edited by
                          #20

                          @Zefau

                          und das Admin-Panel updaten

                          Wie mache ich das?

                          ZefauZ 1 Reply Last reply
                          0
                          • E el_malto

                            @Zefau

                            und das Admin-Panel updaten

                            Wie mache ich das?

                            ZefauZ Offline
                            ZefauZ Offline
                            Zefau
                            wrote on last edited by
                            #21

                            @el_malto Die "Fehler" sind alle nicht spezifisch für den Plex Adapter. Ich dachte auch, du hättest inzwischen eine Plex Instanz? Oder hast du diese wieder gelöscht?

                            1. Wenn du generell einen Adapter von Github installierst, dann immer über iobroker url <adapter>
                            2. Wenn du keine Instanz hast, kannst du eine mit iobroker add <adapter> erstellen.
                            3. Wenn du beides hast, kannst du neu von Github bezogene Adapter (siehe 1) mit iobroker upload <adapter> aktualisieren / updaten.

                            Dies gilt für Adapter, die du von Github beziehst, also solche, die sich in Entwicklung befinden.

                            Also: Da du - wie du sagst - keine Instanz hast, führe #2 aus.

                            Meine Adapter: https://zefau.github.io/iobroker/

                            HomoranH E 2 Replies Last reply
                            1
                            • ZefauZ Zefau

                              @el_malto Die "Fehler" sind alle nicht spezifisch für den Plex Adapter. Ich dachte auch, du hättest inzwischen eine Plex Instanz? Oder hast du diese wieder gelöscht?

                              1. Wenn du generell einen Adapter von Github installierst, dann immer über iobroker url <adapter>
                              2. Wenn du keine Instanz hast, kannst du eine mit iobroker add <adapter> erstellen.
                              3. Wenn du beides hast, kannst du neu von Github bezogene Adapter (siehe 1) mit iobroker upload <adapter> aktualisieren / updaten.

                              Dies gilt für Adapter, die du von Github beziehst, also solche, die sich in Entwicklung befinden.

                              Also: Da du - wie du sagst - keine Instanz hast, führe #2 aus.

                              HomoranH Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #22

                              @Zefau

                              Siehe auch hier

                              https://doc.iobroker.net/#de/documentation/tutorial/adapter.md

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              ZefauZ 1 Reply Last reply
                              0
                              • HomoranH Homoran

                                @Zefau

                                Siehe auch hier

                                https://doc.iobroker.net/#de/documentation/tutorial/adapter.md

                                ZefauZ Offline
                                ZefauZ Offline
                                Zefau
                                wrote on last edited by
                                #23

                                @Homoran Mich brauchste da nicht taggen ;-)

                                Meine Adapter: https://zefau.github.io/iobroker/

                                HomoranH 1 Reply Last reply
                                0
                                • ZefauZ Zefau

                                  @Master67 Versuch mal folgendes, um eine Instanz hinzuzufügen

                                  iobroker add plex
                                  
                                  Master67M Online
                                  Master67M Online
                                  Master67
                                  wrote on last edited by
                                  #24

                                  @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

                                  @Master67 Versuch mal folgendes, um eine Instanz hinzuzufügen

                                  iobroker add plex
                                  

                                  das hat geholfen.... aber in den Channels gibt es bei mir nur "Statistik" und "User".. unter "Statistik" gibt es nochmal den Ordner "User".
                                  In beiden werden auch die User angezeigt, mehr gibt es nicht zusehen, keiner Server Info, oder Filminfo oder "Player"..

                                  Gruß Master67

                                  ZefauZ 1 Reply Last reply
                                  0
                                  • ZefauZ Zefau

                                    @Homoran Mich brauchste da nicht taggen ;-)

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #25

                                    @Zefau
                                    Das passiert auf dem Handy leider automatisch.
                                    Eine Antwort ohne Tag wir auf dem PC ist anscheinend nicht möglich.

                                    Screenshot_20190427-130149.png

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    0
                                    • ZefauZ Zefau

                                      @el_malto Die "Fehler" sind alle nicht spezifisch für den Plex Adapter. Ich dachte auch, du hättest inzwischen eine Plex Instanz? Oder hast du diese wieder gelöscht?

                                      1. Wenn du generell einen Adapter von Github installierst, dann immer über iobroker url <adapter>
                                      2. Wenn du keine Instanz hast, kannst du eine mit iobroker add <adapter> erstellen.
                                      3. Wenn du beides hast, kannst du neu von Github bezogene Adapter (siehe 1) mit iobroker upload <adapter> aktualisieren / updaten.

                                      Dies gilt für Adapter, die du von Github beziehst, also solche, die sich in Entwicklung befinden.

                                      Also: Da du - wie du sagst - keine Instanz hast, führe #2 aus.

                                      E Offline
                                      E Offline
                                      el_malto
                                      wrote on last edited by
                                      #26

                                      @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

                                      Also: Da du - wie du sagst - keine Instanz hast, führe #2 aus.

                                      Jetzt hat es funktioniert und alles wird agezeigt.

                                      1 Reply Last reply
                                      1
                                      • Master67M Master67

                                        @Zefau sagte in [Aufruf] Neuer Adapter ioBroker.plex:

                                        @Master67 Versuch mal folgendes, um eine Instanz hinzuzufügen

                                        iobroker add plex
                                        

                                        das hat geholfen.... aber in den Channels gibt es bei mir nur "Statistik" und "User".. unter "Statistik" gibt es nochmal den Ordner "User".
                                        In beiden werden auch die User angezeigt, mehr gibt es nicht zusehen, keiner Server Info, oder Filminfo oder "Player"..

                                        ZefauZ Offline
                                        ZefauZ Offline
                                        Zefau
                                        wrote on last edited by
                                        #27

                                        @Master67 nutzt du Plex Pass mit Plex Home und PIN Schutz? Installier den Adapter von Github nochmal drüber. In der aktuellen Version können Benutzer Daten hinterlegt werden.

                                        Wenn das nicht geht, hast du einen Fehler im Log?

                                        Meine Adapter: https://zefau.github.io/iobroker/

                                        Master67M 1 Reply Last reply
                                        0
                                        • P Offline
                                          P Offline
                                          PrinzEisenherz1
                                          wrote on last edited by
                                          #28

                                          Wie konfiguriert man eigentlich Deinen Adapter bzw Taululli das mir unter plex.0. die Infos angezeigt werden was gerade über Plex abgespielt wird?
                                          Ich habe kein Plex Pass

                                          Johnny

                                          Intel-NUC mit ProxMox: ioBroker,SQL, logging Strom- Gas- u. Wasserzähler;10Zoll Tab im Flur für VIS; weiteres: Homematic CCU2, Homeduino, Kameras, selbstgebaute Wetterstation;

                                          ZefauZ 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          477

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe