Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 2.0 ab sofort im Latest Repo

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

js-controller 2.0 ab sofort im Latest Repo

js-controller 2.0 ab sofort im Latest Repo

Scheduled Pinned Locked Moved ioBroker Allgemein
js-controller
1.1k Posts 89 Posters 352.5k Views 64 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.
  • ? A Former User

    @apollon77
    Auf dem Slave ist nur EIN Adapter. Radar2

    Bei mir wird System.host so angezeigt:
    system.host.$hostname$
    system.host.raspberrypi
    system.host.rockpro64

    Ist der erste Eintrag denn so richtig?
    Sieht komisch aus.

    Bildschirmfoto-20191102152657-1066x74.png

    apollon77A Online
    apollon77A Online
    apollon77
    wrote on last edited by
    #716

    @Yetiberg der $hostname$ ist Blödsinn und kommt von einem früheren bug bei Backup/restore. Den kannst du löschen.

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    1 Reply Last reply
    0
    • apollon77A apollon77

      @telekom0815 Ok, dann jetzt nächster Check. Wir bauen mal Logging in web-Adapter ein 🙂

      Bitte öffne /opt/iobroker/node_modules/iobroker.web/main.js in einem Editor.
      Sucht dort nach der Zeile mit "adapter.getFile". Sollte nur einmal vorkommen und sieht grob aus wie https://github.com/ioBroker/ioBroker.web/blob/master/main.js#L1161

      vor der Zeile einfügen:

      adapter.log.debug('GET FILE ' + id + ' / ' + (webByVersion[id] ? url.substring(versionPrefix.length + 1) : url) + ' for ' + (req.user ? 'system.user.' + req.user : settings.defaultUser));
      

      und danach:

      adapter.log.debug('RESULT FILE ' + id + ' / ' + (webByVersion[id] ? url.substring(versionPrefix.length + 1) : url) + ': err=' + err + ' : ' + (buffer ? buffer.length : JSON.stringify(buffer)) + ' : ' + mimeType);
      

      Dann web-Adapter auf Loglevel "debug" stellen, damit Startet der neu. Dann nochmal abrufen und schick mal das log davon bitte.

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #717

      @apollon77
      wenn ich nur "edit.html" ohne Parameter aufrufe, bekomme ich denselben Fehler

      Wo muss ich den LogLevel auf debug stellen?

      apollon77A 1 Reply Last reply
      0
      • JB_SullivanJ Offline
        JB_SullivanJ Offline
        JB_Sullivan
        wrote on last edited by
        #718

        Kurze Frage - liegt es am FullyAdapter oder an js-controller? Das Error Log tauch erst seit 2.0.x vom js-controller bei mir auf.


        host.iobroker 2019-11-02 20:29:12.060 info Restart adapter system.adapter.fullybrowser.0 because enabled
        host.iobroker 2019-11-02 20:29:12.060 error instance system.adapter.fullybrowser.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[296]: internal/modules/cjs/loader.js:585:3)
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[295]: at Function.Module._load (
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[295]: ternal/modules/cjs/loader.js:593:12)
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[294]: Load (in
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[293]: e
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[292]: l
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[291]: u
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[290]: d
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[289]: o
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[288]: M
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[287]: y
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[286]: r
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[285]: t
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[284]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[283]: t
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[282]: a
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[281]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[280]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[279]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[278]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[277]:
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[276]: )
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[275]: 2
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[274]: 3
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[273]: :
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[272]: 3
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[271]: 5
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[270]: 6
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[269]: :
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[268]: s
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[267]: j
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[266]: at Module.load (internal/modules/cjs/loader.
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[266]: s:787:10)
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[265]: j
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[264]: .
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[263]: r
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[262]: e
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[261]: d
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[260]: a
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[259]: o
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[258]: l
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[257]: /
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[256]: s
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[255]: j
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[254]: c
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[253]: /
        host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[252]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[251]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[250]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[249]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[248]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[247]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[246]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[245]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[244]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[243]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[242]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[241]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[240]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[239]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[238]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[237]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[236]: (
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[235]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[234]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[233]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[232]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[231]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[230]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[229]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[228]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[227]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[226]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[225]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[224]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[223]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[222]: x
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[221]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[220]: _
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[219]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[218]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[217]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[216]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[215]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[214]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[213]: M
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[212]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[211]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[210]: c
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[209]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[208]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[207]: b
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[206]: O
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[205]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[204]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[203]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[202]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[201]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[200]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[199]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[198]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[197]: )
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[196]: 0
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[195]: 3
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[194]: 76:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[193]: der.js:7
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[192]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[191]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[190]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[189]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[188]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[187]: at Module._compile (internal/modules/cj
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[187]: 14)
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[186]: s.js:5:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[185]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[184]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[183]: p
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[182]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[181]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[180]: h
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[179]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[178]: (C:\ioBroker\node_modules\request\lib
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[177]: >
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[176]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[175]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[174]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[173]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[172]: y
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[171]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[170]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[169]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[168]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[167]: <
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[166]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[165]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[164]: c
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[163]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[162]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[161]: b
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[160]: O
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[159]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[158]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[157]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[156]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[155]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[154]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[154]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[153]: s/helpers.js:25:18)
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[152]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[151]: c
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[150]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[149]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[148]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[147]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[146]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[145]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[144]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[143]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[142]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[141]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[140]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[139]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[138]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[137]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[136]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[135]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[134]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[133]: (
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[132]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[131]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[130]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[129]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[128]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[127]: q
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[126]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[125]: at r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[125]: nal/modules/cjs/loader.js:690:17)
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[124]: quire (inter
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[123]: at Module.re
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[123]: js:562:25)
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[122]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[121]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[120]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[119]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[118]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[117]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[116]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[115]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[114]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[113]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[112]: c
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[111]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[110]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[109]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[108]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[107]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[106]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[105]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[104]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[103]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[102]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[101]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[100]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[99]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[98]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[97]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[96]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[95]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[94]: (
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[93]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[92]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[91]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[90]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[89]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[88]: _
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[87]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[86]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[85]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[84]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[83]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[82]: n.Mo
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[81]: ctio
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[80]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[79]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[78]: F
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[77]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[76]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[75]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[74]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[73]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[72]: 636:15)
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[71]: :
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[70]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[69]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[68]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[67]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[66]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[65]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[64]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[63]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[62]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[61]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[60]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[59]: j
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[58]: c
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[57]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[56]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[55]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[54]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[53]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[52]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[51]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[50]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[49]: /
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[48]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[47]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[46]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[45]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[44]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[43]: t
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[42]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[41]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[40]: (
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[39]:
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[38]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[37]: m
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[36]: a
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[35]: n
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[34]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[33]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[32]: i
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[31]: F
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[30]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[29]: v
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[28]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[27]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[26]: s
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[25]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[24]: r
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[23]: _
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[22]: .
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[21]: e
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[20]: l
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[19]: u
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[18]: d
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[17]: o
        host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[16]: M
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[15]: .
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[14]: n
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[13]: o
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[12]: i
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[11]: t
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[10]: c
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[9]: at Fun
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[8]:
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[8]: e-buffer'
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[7]: rror: Cannot find module 'saf
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[6]: E
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[5]:
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[5]: ^
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[4]:
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[4]: hrow err;
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[3]: t
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[3]:
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[2]: oader.js:638
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[1]: /cjs/l
        host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[0]: internal/modules
        host.iobroker 2019-11-02 20:29:11.622 info instance system.adapter.fullybrowser.0 started with pid 8876

        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

        apollon77A 1 Reply Last reply
        0
        • ? A Former User

          @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

          @ilovegym was sagt Admin denn beim löschen von Adaptern?

          der macht so, als wäre alles gut gelaufen, Error 0, und beendet sich. Keine Fehler im Log, aber der Adapter und das Verzeichnis ist anschließend immer noch da...
          Anscheinend kann er das Verzeichnis nicht löschen.. bekommt aber auch kein Fehler.. ich hab das schon länger.. glaub seit dem Update von Node 6 of 8... jetzt mit 10.. immer noch.. denke da sind einfach sehr alte Berechtigungen verbogen..

          apollon77A Online
          apollon77A Online
          apollon77
          wrote on last edited by
          #719

          @ilovegym Installation Fixer genutzt?

          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          ? 1 Reply Last reply
          0
          • ? A Former User

            @apollon77
            wenn ich nur "edit.html" ohne Parameter aufrufe, bekomme ich denselben Fehler

            Wo muss ich den LogLevel auf debug stellen?

            apollon77A Online
            apollon77A Online
            apollon77
            wrote on last edited by
            #720

            @telekom0815 Sollte reichen unter system.adapter.web.0.loglevel ... kurz vor dem Aufruf. und danach zurücksetzen

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            ? 1 Reply Last reply
            0
            • JB_SullivanJ JB_Sullivan

              Kurze Frage - liegt es am FullyAdapter oder an js-controller? Das Error Log tauch erst seit 2.0.x vom js-controller bei mir auf.


              host.iobroker 2019-11-02 20:29:12.060 info Restart adapter system.adapter.fullybrowser.0 because enabled
              host.iobroker 2019-11-02 20:29:12.060 error instance system.adapter.fullybrowser.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[296]: internal/modules/cjs/loader.js:585:3)
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[295]: at Function.Module._load (
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[295]: ternal/modules/cjs/loader.js:593:12)
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[294]: Load (in
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[293]: e
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[292]: l
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[291]: u
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[290]: d
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[289]: o
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[288]: M
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[287]: y
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[286]: r
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[285]: t
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[284]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[283]: t
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[282]: a
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[281]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[280]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[279]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[278]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[277]:
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[276]: )
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[275]: 2
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[274]: 3
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[273]: :
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[272]: 3
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[271]: 5
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[270]: 6
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[269]: :
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[268]: s
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[267]: j
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[266]: at Module.load (internal/modules/cjs/loader.
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[266]: s:787:10)
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[265]: j
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[264]: .
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[263]: r
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[262]: e
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[261]: d
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[260]: a
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[259]: o
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[258]: l
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[257]: /
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[256]: s
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[255]: j
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[254]: c
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[253]: /
              host.iobroker 2019-11-02 20:29:12.060 error Caught by controller[252]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[251]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[250]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[249]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[248]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[247]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[246]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[245]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[244]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[243]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[242]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[241]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[240]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[239]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[238]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[237]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[236]: (
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[235]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[234]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[233]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[232]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[231]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[230]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[229]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[228]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[227]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[226]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[225]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[224]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[223]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[222]: x
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[221]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[220]: _
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[219]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[218]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[217]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[216]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[215]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[214]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[213]: M
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[212]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[211]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[210]: c
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[209]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[208]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[207]: b
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[206]: O
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[205]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[204]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[203]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[202]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[201]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[200]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[199]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[198]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[197]: )
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[196]: 0
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[195]: 3
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[194]: 76:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[193]: der.js:7
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[192]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[191]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[190]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[189]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[188]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[187]: at Module._compile (internal/modules/cj
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[187]: 14)
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[186]: s.js:5:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[185]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[184]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[183]: p
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[182]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[181]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[180]: h
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[179]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[178]: (C:\ioBroker\node_modules\request\lib
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[177]: >
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[176]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[175]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[174]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[173]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[172]: y
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[171]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[170]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[169]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[168]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[167]: <
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[166]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[165]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[164]: c
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[163]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[162]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[161]: b
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[160]: O
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[159]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[158]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[157]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[156]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[155]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[154]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[154]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[153]: s/helpers.js:25:18)
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[152]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[151]: c
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[150]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[149]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[148]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[147]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[146]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[145]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[144]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[143]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[142]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[141]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[140]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[139]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[138]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[137]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[136]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[135]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[134]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[133]: (
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[132]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[131]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[130]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[129]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[128]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[127]: q
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[126]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[125]: at r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[125]: nal/modules/cjs/loader.js:690:17)
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[124]: quire (inter
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[123]: at Module.re
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[123]: js:562:25)
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[122]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[121]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[120]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[119]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[118]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[117]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[116]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[115]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[114]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[113]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[112]: c
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[111]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[110]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[109]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[108]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[107]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[106]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[105]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[104]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[103]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[102]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[101]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[100]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[99]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[98]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[97]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[96]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[95]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[94]: (
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[93]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[92]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[91]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[90]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[89]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[88]: _
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[87]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[86]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[85]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[84]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[83]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[82]: n.Mo
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[81]: ctio
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[80]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[79]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[78]: F
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[77]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[76]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[75]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[74]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[73]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[72]: 636:15)
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[71]: :
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[70]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[69]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[68]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[67]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[66]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[65]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[64]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[63]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[62]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[61]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[60]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[59]: j
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[58]: c
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[57]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[56]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[55]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[54]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[53]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[52]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[51]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[50]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[49]: /
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[48]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[47]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[46]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[45]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[44]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[43]: t
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[42]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[41]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[40]: (
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[39]:
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[38]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[37]: m
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[36]: a
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[35]: n
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[34]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[33]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[32]: i
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[31]: F
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[30]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[29]: v
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[28]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[27]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[26]: s
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[25]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[24]: r
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[23]: _
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[22]: .
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[21]: e
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[20]: l
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[19]: u
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[18]: d
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[17]: o
              host.iobroker 2019-11-02 20:29:12.044 error Caught by controller[16]: M
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[15]: .
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[14]: n
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[13]: o
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[12]: i
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[11]: t
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[10]: c
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[9]: at Fun
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[8]:
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[8]: e-buffer'
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[7]: rror: Cannot find module 'saf
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[6]: E
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[5]:
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[5]: ^
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[4]:
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[4]: hrow err;
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[3]: t
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[3]:
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[2]: oader.js:638
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[1]: /cjs/l
              host.iobroker 2019-11-02 20:29:12.029 error Caught by controller[0]: internal/modules
              host.iobroker 2019-11-02 20:29:11.622 info instance system.adapter.fullybrowser.0 started with pid 8876

              apollon77A Online
              apollon77A Online
              apollon77
              wrote on last edited by
              #721

              @JB_Sullivan Installiere fully browser mal neu. Das ist irgendwie ein npm Modul nicht mehr da

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              JB_SullivanJ 1 Reply Last reply
              0
              • apollon77A apollon77

                @ilovegym Installation Fixer genutzt?

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #722

                @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                @ilovegym Installation Fixer genutzt?

                Ja, keine Änderung.. 😕

                apollon77A 1 Reply Last reply
                0
                • ? A Former User

                  @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                  @ilovegym Installation Fixer genutzt?

                  Ja, keine Änderung.. 😕

                  apollon77A Online
                  apollon77A Online
                  apollon77
                  wrote on last edited by
                  #723

                  @ilovegym Dann sollte aber nichts mehr verbogen sein.

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  ? 1 Reply Last reply
                  0
                  • apollon77A apollon77

                    @ilovegym Dann sollte aber nichts mehr verbogen sein.

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #724

                    @apollon77 Hmm ja, hoffentlich.
                    Export der Scripte geht immer noch nicht 😕

                    Denke dein Ansatz wegen den slaves hört sich vernünftig an..

                    1 Reply Last reply
                    0
                    • apollon77A apollon77

                      @JB_Sullivan Installiere fully browser mal neu. Das ist irgendwie ein npm Modul nicht mehr da

                      JB_SullivanJ Offline
                      JB_SullivanJ Offline
                      JB_Sullivan
                      wrote on last edited by
                      #725

                      @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                      @JB_Sullivan Installiere fully browser mal neu. Das ist irgendwie ein npm Modul nicht mehr da

                      Hmmmm - der Adapter läßt sich "offiziell" nicht löschen, ist aber trotzdem aus der Liste der Favoriten Adapter verschwunden.

                      Ich habe dann, wie angegeben, alle Fragmente händisch gelöscht und FullyBrowser neu installiert. Leider kann ich jetzt den Adapter nicht mehr konfigurieren, weil die Konfig Seite irgenwie "zerschossen" aussieht. Also ich kann dort keine IP Adresse usw. mehr eingeben.

                      $ ./iobroker del fullybrowser
                      Delete adapter "fullybrowser"
                      host.iobroker Counted 1 adapter for fullybrowser
                      host.iobroker Counted 1 states of system.adapter.fullybrowser
                      host.iobroker Deleting 2 object(s).
                      npm uninstall iobroker.fullybrowser --silent --save --prefix "C:/ioBroker" (System call)
                      ERROR: Error deleting adapter fullybrowser from disk: Error: host.iobroker: Cannot uninstall iobroker.fullybrowser: 4294963214
                      ERROR: You might have to delete it yourself!
                      process exited with code 0
                      

                      2019-11-03 08_27_12-.png

                      ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                      apollon77A 1 Reply Last reply
                      0
                      • JB_SullivanJ JB_Sullivan

                        @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                        @JB_Sullivan Installiere fully browser mal neu. Das ist irgendwie ein npm Modul nicht mehr da

                        Hmmmm - der Adapter läßt sich "offiziell" nicht löschen, ist aber trotzdem aus der Liste der Favoriten Adapter verschwunden.

                        Ich habe dann, wie angegeben, alle Fragmente händisch gelöscht und FullyBrowser neu installiert. Leider kann ich jetzt den Adapter nicht mehr konfigurieren, weil die Konfig Seite irgenwie "zerschossen" aussieht. Also ich kann dort keine IP Adresse usw. mehr eingeben.

                        $ ./iobroker del fullybrowser
                        Delete adapter "fullybrowser"
                        host.iobroker Counted 1 adapter for fullybrowser
                        host.iobroker Counted 1 states of system.adapter.fullybrowser
                        host.iobroker Deleting 2 object(s).
                        npm uninstall iobroker.fullybrowser --silent --save --prefix "C:/ioBroker" (System call)
                        ERROR: Error deleting adapter fullybrowser from disk: Error: host.iobroker: Cannot uninstall iobroker.fullybrowser: 4294963214
                        ERROR: You might have to delete it yourself!
                        process exited with code 0
                        

                        2019-11-03 08_27_12-.png

                        apollon77A Online
                        apollon77A Online
                        apollon77
                        wrote on last edited by
                        #726

                        @JB_Sullivan also beim uninstall hat npm nen Fehler geworfen.

                        Mach mal ein iobroker upload fullybrowser.

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        JB_SullivanJ 1 Reply Last reply
                        0
                        • apollon77A apollon77

                          @JB_Sullivan also beim uninstall hat npm nen Fehler geworfen.

                          Mach mal ein iobroker upload fullybrowser.

                          JB_SullivanJ Offline
                          JB_SullivanJ Offline
                          JB_Sullivan
                          wrote on last edited by
                          #727

                          @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                          @JB_Sullivan also beim uninstall hat npm nen Fehler geworfen.

                          Mach mal ein iobroker upload fullybrowser.

                          Hatte ich schon gemacht incl. Aktualisierung - brachte aber nichts. Also getreu dem Motto "Reboot tut gut", habe ich den ganzen Rechner incl. ioB mal neu gestartet und siehe da, jetzt ist alles wieder so wie es vorher mal auch. Es gibt auch keine Fehlermeldungen mehr im Log. Alles wieder schick 👍

                          Bei der Gelegenheit gleich eine andere Frage: Der neue persönliche Ordner 0_userdata.0 sollte doch im iobroker-data/files/ automatisch angelegt sein / werden - oder nicht? Wenn ja, ist das bei mir nicht der Fall ( js-controller 2.0.39).

                          Ich habe allerdings dort auch einen vis.0 Ordner - ist das der Grund? Kann / sollte / muss ich den 0_userdata.0 händisch im iobroker-data/files/ Verzeichniss anlegen, bzw. über VIS Dateimanager anlegen lassen?

                          ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                          AlCalzoneA apollon77A 2 Replies Last reply
                          0
                          • apollon77A apollon77

                            @telekom0815 Sollte reichen unter system.adapter.web.0.loglevel ... kurz vor dem Aufruf. und danach zurücksetzen

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #728

                            @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                            @telekom0815 Sollte reichen unter system.adapter.web.0.loglevel ... kurz vor dem Aufruf. und danach zurücksetzen

                            web.0 2019-11-03 12:19:24.821 info (11642) Loglevel changed from "debug" to "info"
                            web.0 2019-11-03 12:19:15.642 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                            web.0 2019-11-03 12:19:15.616 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                            web.0 2019-11-03 12:19:12.688 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                            web.0 2019-11-03 12:19:12.614 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                            web.0 2019-11-03 12:19:06.020 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                            web.0 2019-11-03 12:19:05.917 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                            web.0 2019-11-03 12:19:02.183 info (11642) Loglevel changed from "info" to "debug"

                            apollon77A 1 Reply Last reply
                            0
                            • JB_SullivanJ JB_Sullivan

                              @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                              @JB_Sullivan also beim uninstall hat npm nen Fehler geworfen.

                              Mach mal ein iobroker upload fullybrowser.

                              Hatte ich schon gemacht incl. Aktualisierung - brachte aber nichts. Also getreu dem Motto "Reboot tut gut", habe ich den ganzen Rechner incl. ioB mal neu gestartet und siehe da, jetzt ist alles wieder so wie es vorher mal auch. Es gibt auch keine Fehlermeldungen mehr im Log. Alles wieder schick 👍

                              Bei der Gelegenheit gleich eine andere Frage: Der neue persönliche Ordner 0_userdata.0 sollte doch im iobroker-data/files/ automatisch angelegt sein / werden - oder nicht? Wenn ja, ist das bei mir nicht der Fall ( js-controller 2.0.39).

                              Ich habe allerdings dort auch einen vis.0 Ordner - ist das der Grund? Kann / sollte / muss ich den 0_userdata.0 händisch im iobroker-data/files/ Verzeichniss anlegen, bzw. über VIS Dateimanager anlegen lassen?

                              AlCalzoneA Offline
                              AlCalzoneA Offline
                              AlCalzone
                              Developer
                              wrote on last edited by
                              #729

                              @JB_Sullivan sagte in js-controller 2.0 ab sofort im Latest Repo:

                              Der neue persönliche Ordner 0_userdata.0

                              Das ist ein Ordner für Objekte/States (im Admin!), in dem du deine eigenen States ablegen kannst. Hat mit dem Dateisystem nix zu tun.

                              Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                              apollon77A 1 Reply Last reply
                              0
                              • JB_SullivanJ JB_Sullivan

                                @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                @JB_Sullivan also beim uninstall hat npm nen Fehler geworfen.

                                Mach mal ein iobroker upload fullybrowser.

                                Hatte ich schon gemacht incl. Aktualisierung - brachte aber nichts. Also getreu dem Motto "Reboot tut gut", habe ich den ganzen Rechner incl. ioB mal neu gestartet und siehe da, jetzt ist alles wieder so wie es vorher mal auch. Es gibt auch keine Fehlermeldungen mehr im Log. Alles wieder schick 👍

                                Bei der Gelegenheit gleich eine andere Frage: Der neue persönliche Ordner 0_userdata.0 sollte doch im iobroker-data/files/ automatisch angelegt sein / werden - oder nicht? Wenn ja, ist das bei mir nicht der Fall ( js-controller 2.0.39).

                                Ich habe allerdings dort auch einen vis.0 Ordner - ist das der Grund? Kann / sollte / muss ich den 0_userdata.0 händisch im iobroker-data/files/ Verzeichniss anlegen, bzw. über VIS Dateimanager anlegen lassen?

                                apollon77A Online
                                apollon77A Online
                                apollon77
                                wrote on last edited by
                                #730

                                @JB_Sullivan der Ordner wird beim ersten upload eines files da hinein über die iobroker Tools automatisch angelegt. Auch hier Solltest du nicht direkt files rein kopieren!!

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Reply Last reply
                                0
                                • AlCalzoneA AlCalzone

                                  @JB_Sullivan sagte in js-controller 2.0 ab sofort im Latest Repo:

                                  Der neue persönliche Ordner 0_userdata.0

                                  Das ist ein Ordner für Objekte/States (im Admin!), in dem du deine eigenen States ablegen kannst. Hat mit dem Dateisystem nix zu tun.

                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  wrote on last edited by
                                  #731

                                  @AlCalzone doch er Hat schon recht 😉

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  1 Reply Last reply
                                  1
                                  • ? A Former User

                                    @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                    @telekom0815 Sollte reichen unter system.adapter.web.0.loglevel ... kurz vor dem Aufruf. und danach zurücksetzen

                                    web.0 2019-11-03 12:19:24.821 info (11642) Loglevel changed from "debug" to "info"
                                    web.0 2019-11-03 12:19:15.642 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                                    web.0 2019-11-03 12:19:15.616 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                                    web.0 2019-11-03 12:19:12.688 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                                    web.0 2019-11-03 12:19:12.614 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                                    web.0 2019-11-03 12:19:06.020 debug (11642) RESULT FILE vis / edit.html: err=permissionError : undefined : undefined
                                    web.0 2019-11-03 12:19:05.917 debug (11642) GET FILE vis / edit.html for system.user.system.user.admin
                                    web.0 2019-11-03 12:19:02.183 info (11642) Loglevel changed from "info" to "debug"

                                    apollon77A Online
                                    apollon77A Online
                                    apollon77
                                    wrote on last edited by
                                    #732

                                    @telekom0815 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                    system.user.system.user.admin

                                    ääääähhmm ... system.user.system.user.admin da ist was komisch ...

                                    Zeig bitte mal wie das Objekt "system.adapter.web.0" aussieht (das objekt suchen, rechts das Stift Symbol, dann dort inhalt vom Tab "Raw")

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    ? 1 Reply Last reply
                                    0
                                    • A Offline
                                      A Offline
                                      aleks-83
                                      wrote on last edited by
                                      #733

                                      Ich muss auch nochmal auf den "fullybrowser Adpter" eingehen.

                                      Seit dem Update auf 2.0.38 unter Windows ist der "alive" status zwischen dem FullyBrowser auf dem Tablet und dem Adapter "false" und es werden entsprechend keine Datenpunkte geupdatet.

                                      https://github.com/arteck/ioBroker.fullybrowser/issues/23

                                      (Ich weiß dass man JSC nicht unter Windows updaten soll, ist aber fälschlicherweise passiert)

                                      = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
                                      = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

                                      Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
                                      Glasfaser 400

                                      1 Reply Last reply
                                      0
                                      • apollon77A apollon77

                                        @telekom0815 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                        system.user.system.user.admin

                                        ääääähhmm ... system.user.system.user.admin da ist was komisch ...

                                        Zeig bitte mal wie das Objekt "system.adapter.web.0" aussieht (das objekt suchen, rechts das Stift Symbol, dann dort inhalt vom Tab "Raw")

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #734

                                        @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                        @telekom0815 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                        system.user.system.user.admin

                                        ääääähhmm ... system.user.system.user.admin da ist was komisch ...

                                        Zeig bitte mal wie das Objekt "system.adapter.web.0" aussieht (das objekt suchen, rechts das Stift Symbol, dann dort inhalt vom Tab "Raw")

                                        system_adapter_web_0.txt

                                        apollon77A 1 Reply Last reply
                                        0
                                        • ? A Former User

                                          @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                          @telekom0815 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                          system.user.system.user.admin

                                          ääääähhmm ... system.user.system.user.admin da ist was komisch ...

                                          Zeig bitte mal wie das Objekt "system.adapter.web.0" aussieht (das objekt suchen, rechts das Stift Symbol, dann dort inhalt vom Tab "Raw")

                                          system_adapter_web_0.txt

                                          apollon77A Online
                                          apollon77A Online
                                          apollon77
                                          wrote on last edited by
                                          #735

                                          @telekom0815 Habs ... Fehler im web-Adapter. Es liegt daran das wu einen "whiteList IP" eintrag hast.
                                          Bitte mal web 2.4.9 vom GitHub versuchen. hatte nichts mit dem controller zu tun ausser das der ggf jetzt genauer prüft 😉

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          ? 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          572

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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