Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. *Gelöst* requestPath: 'coffee-script'

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    *Gelöst* requestPath: 'coffee-script'

    This topic has been deleted. Only users with topic management privileges can see it.
    • Stephan Schleich
      Stephan Schleich last edited by Stephan Schleich

      Hallo,

      mein Java-Script Adapter startet nicht mehr. Jemand eine Idee?
      Node/nodejs: v6.15.1

      b6926c6e-505f-4a20-b3a5-9118c7036121-image.png

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Stephan Schleich last edited by Thomas Braun

        @stephan-schleich

        cd /opt/iobroker 
        npm ls coffee-script
        npm ls | grep ERR
        

        Und bitte keine Screenshots von Text sondern auch als Text (in CodeTags eingebettet) hier rein.

        Stephan Schleich 1 Reply Last reply Reply Quote 1
        • Stephan Schleich
          Stephan Schleich @Thomas Braun last edited by Stephan Schleich

          root@ioBroker:/opt/iobroker# npm ls coffee-script
          iobroker.inst@3.0.0 /opt/iobroker
          +-- coffee-compiler@0.3.2 extraneous
          | `-- coffee-script@1.12.7 deduped
          +-- coffee-script@1.12.7 extraneous
          `-- iobroker.javascript@5.7.0
            +-- coffee-compiler@0.3.2
            | `-- coffee-script@1.12.7 deduped
            `-- coffee-script@1.12.7
          
          root@ioBroker:/opt/iobroker# npm ls | grep ERR
          root@ioBroker:/opt/iobroker# 
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Stephan Schleich last edited by

            @stephan-schleich

            seufz
            root...

            Muss jedenfalls so aussehen:

            echad@chet:/opt/iobroker $ npm ls coffee-script
            iobroker.inst@3.0.0 /opt/iobroker
            └─┬ iobroker.javascript@5.8.5
              ├─┬ coffee-compiler@0.3.2
              │ └── coffee-script@1.12.7 deduped
              └── coffee-script@1.12.7
            

            Kannst du als root ja jetzt gerade rücken.

            Stephan Schleich 1 Reply Last reply Reply Quote 0
            • Stephan Schleich
              Stephan Schleich @Thomas Braun last edited by Stephan Schleich

              @thomas-braun Sorry, aber kein Plan was ich zu tun hab 😧

              Der Coffee Fehler ist nun weg, nun hab ich aber folgenden Fehler...

              host.ioBroker
              2022-07-11 21:51:09.847	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: }
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: ]
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.javascript/main.js'
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.javascript/lib/request.js',
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js',
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/lib/cookies.js',
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/tough-cookie/lib/cookie.js',
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: requireStack: [
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: {
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
              host.ioBroker
              2022-07-11 21:51:09.847	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:58:23)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:5:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js:18:15)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/lib/cookies.js:3:13)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/tough-cookie/lib/cookie.js:35:17)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:778:27)
              host.ioBroker
              2022-07-11 21:51:09.846	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.javascript/main.js
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.javascript/lib/request.js
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/lib/cookies.js
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.javascript/node_modules/tough-cookie/lib/cookie.js
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: Require stack:
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: Error: Cannot find module './pubsuffix-psl'
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: ^
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: throw err;
              host.ioBroker
              2022-07-11 21:51:09.845	error	Caught by controller[0]: node:internal/modules/cjs/loader:936
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Stephan Schleich last edited by

                @stephan-schleich sagte in requestPath: 'coffee-script':

                pubsuffix-psl

                Kommt aus der Ecke tough-cookie

                npm ls tough-cookie
                
                B Stephan Schleich 2 Replies Last reply Reply Quote 0
                • B
                  bommel_030 @Thomas Braun last edited by

                  @thomas-braun
                  Ich stolpere zwar immer noch bei meine Unix-Gehversuchen, aber sollte coffe-script nicht irgendwie durch coffeescript ersetzt werden? Zumindest meckert meine javascript-Instanz beim Neustart immer er will mit "ohne hyphen" 😉

                  
                  javascript.0
                  2022-07-12 07:07:03.063	error	WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
                  
                  javascript.0
                  2022-07-12 07:07:03.063	error	npm
                  
                  javascript.0
                  2022-07-12 07:07:03.039	error	WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                  
                  javascript.0
                  2022-07-12 07:07:03.038	error	npm
                  
                  javascript.0
                  2022-07-12 07:07:03.019	error	WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                  
                  javascript.0
                  2022-07-12 07:07:03.018	error	npm
                  
                  javascript.0
                  2022-07-12 07:07:03.000	error	WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                  
                  javascript.0
                  2022-07-12 07:07:02.999	error	npm
                  
                  javascript.0
                  2022-07-12 07:07:02.970	error	WARN deprecated har-validator@5.1.5: this library is no longer supported
                  
                  javascript.0
                  2022-07-12 07:07:02.970	error	npm
                  
                  javascript.0
                  2022-07-12 07:07:01.079	error	WARN config production Use `--omit=dev` instead.
                  
                  javascript.0
                  2022-07-12 07:07:01.079	error	npm
                  

                  Falls du zu den anderen Fehlern noch ne Meinung hast immer her damit. Dank deiner dezenten Hinweise hier und da war ich auf der Maschine auch noch nie als root unterwegs.

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @bommel_030 last edited by

                    @bommel_030

                    Die Hinweise müssten im Javascript Adapter angegangen werden. Gibt da mindestens zu Coffee-Script ein Issue zu.

                    1 Reply Last reply Reply Quote 0
                    • Stephan Schleich
                      Stephan Schleich @Thomas Braun last edited by

                      @thomas-braun sagte in requestPath: 'coffee-script':

                      npm ls tough-cookie

                      root@ioBroker:/opt/iobroker# npm ls tough-cookie
                      iobroker.inst@3.0.0 /opt/iobroker
                      +-- iobroker.backitup@2.4.9
                      | `-- request@2.88.2
                      |   `-- tough-cookie@2.5.0
                      +-- iobroker.iot@1.11.4
                      | `-- jsdom@19.0.0
                      |   `-- tough-cookie@4.0.0 deduped
                      +-- iobroker.javascript@5.7.0
                      | `-- request@2.88.2
                      |   `-- tough-cookie@2.5.0
                      +-- iobroker.parcel@0.0.18
                      | +-- http-cookie-agent@1.0.6
                      | | `-- tough-cookie@4.0.0 deduped
                      | `-- tough-cookie@4.0.0
                      +-- iobroker.pollenflug@1.0.6
                      | `-- request-promise-native@1.0.9
                      |   `-- tough-cookie@2.5.0
                      +-- iobroker.rest-api@1.0.0
                      | `-- swagger-node-runner-fork@0.8.0
                      |   `-- bagpipes@0.2.2
                      |     `-- machinepack-http@8.0.0
                      |       `-- request@2.88.0
                      |         `-- tough-cookie@2.4.3
                      `-- iobroker.telegram@1.13.0
                        `-- node-telegram-bot-api@0.57.0
                          `-- request-promise@4.2.6
                            `-- tough-cookie@2.5.0
                      
                      Stephan Schleich 1 Reply Last reply Reply Quote 0
                      • Stephan Schleich
                        Stephan Schleich @Stephan Schleich last edited by Stephan Schleich

                        @stephan-schleich sagte in requestPath: 'coffee-script':

                        +-- iobroker.javascript@5.7.0 | -- request@2.88.2 | -- tough-cookie@2.5.0

                        die ganzen oder viele module sind scheinbar im javascript unvollständig, wie kann ich die alle wieder vervollständigen?

                        host.ioBroker
                        2022-07-12 15:13:21.518	error	instance system.adapter.javascript.1 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:58:23)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:5:18)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js:143:19)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/request.js:11:21)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.518	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules/http-signature/lib/index.js:3:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules/http-signature/lib/parser.js:5:13)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules/http-signature/lib/utils.js:4:13)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/index.js:3:11)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/key.js:8:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/fingerprint.js:11:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.517	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/private-key.js:10:17)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/signature.js:10:13)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/utils.js:32:10)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1069:27)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at wrapSafe (node:internal/modules/cjs/loader:1033:15)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: at Object.compileFunction (node:vm:352:18)
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: SyntaxError: Unexpected end of input
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]:
                        host.ioBroker
                        2022-07-12 15:13:21.516	error	Caught by controller[0]: var u = b.y.toBigInteger().multiply(
                        host.ioBroker
                        2022-07-12 15:13:21.515	error	Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/node_modules/ecc-jsbn/lib/ec.js:126
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Stephan Schleich last edited by

                          @stephan-schleich

                          Zunächst mal nicht als root rumhampeln, dann schauen ob nodejs senkrecht installiert ist.

                          Stephan Schleich 1 Reply Last reply Reply Quote 0
                          • Stephan Schleich
                            Stephan Schleich @Thomas Braun last edited by

                            @thomas-braun Was heißt senkrecht? wie mach ich das?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Stephan Schleich last edited by

                              @stephan-schleich

                              Schau in meine Signatur, da steht's drin.

                              Stephan Schleich 1 Reply Last reply Reply Quote 0
                              • Stephan Schleich
                                Stephan Schleich @Thomas Braun last edited by Stephan Schleich

                                @thomas-braun wenn ichs richtig gemacht habe, hats nichts gebracht - kanns gerne mal via TeamViewer herzeigen?

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Stephan Schleich last edited by

                                  @stephan-schleich

                                  TeamViewer? Was ist das?
                                  Für ein Terminal braucht es kein TeamViewer.
                                  Was kommt da konkret ums Eck und bist du mittlerweile als user und nicht mehr als root unterwegs?

                                  Stephan Schleich 1 Reply Last reply Reply Quote 0
                                  • Stephan Schleich
                                    Stephan Schleich @Thomas Braun last edited by Stephan Schleich

                                    @thomas-braun das kommt rum

                                    root@ioBroker:/opt/iobroker# uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    x86_64
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v16.15.1
                                    v16.15.1
                                    8.11.0
                                    root
                                    /opt/iobroker
                                    Hit:1 https://repos.influxdata.com/debian focal InRelease
                                    Hit:2 https://deb.nodesource.com/node_16.x focal InRelease                                          
                                    Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease                                              
                                    Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
                                    Get:5 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                                    Fetched 228 kB in 1s (261 kB/s)  
                                    Reading package lists... Done
                                    Building dependency tree       
                                    Reading state information... Done
                                    40 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                    nodejs:
                                      Installed: 16.15.1-deb-1nodesource1
                                      Candidate: 16.16.0-deb-1nodesource1
                                      Version table:
                                         16.16.0-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x focal/main amd64 Packages
                                     *** 16.15.1-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         10.19.0~dfsg-3ubuntu1 500
                                            500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                                    root@ioBroker:/opt/iobroker# sudo apt install nodejs --reinstall
                                    Reading package lists... Done
                                    Building dependency tree       
                                    Reading state information... Done
                                    The following package was automatically installed and is no longer required:
                                      libllvm11
                                    Use 'sudo apt autoremove' to remove it.
                                    The following packages will be upgraded:
                                      nodejs
                                    1 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
                                    Need to get 26.5 MB of archives.
                                    After this operation, 6144 B of additional disk space will be used.
                                    Get:1 https://deb.nodesource.com/node_16.x focal/main amd64 nodejs amd64 16.16.0-deb-1nodesource1 [26.5 MB]
                                    Fetched 26.5 MB in 4s (7135 kB/s) 
                                    (Reading database ... 34743 files and directories currently installed.)
                                    Preparing to unpack .../nodejs_16.16.0-deb-1nodesource1_amd64.deb ...
                                    Unpacking nodejs (16.16.0-deb-1nodesource1) over (16.15.1-deb-1nodesource1) ...
                                    Setting up nodejs (16.16.0-deb-1nodesource1) ...
                                    Processing triggers for man-db (2.9.1-1) ...
                                    root@ioBroker:/opt/iobroker#
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Stephan Schleich last edited by

                                      @stephan-schleich

                                      Auf ubuntu rumpelt man nicht als root durch das System. Punkt.

                                      Stephan Schleich 1 Reply Last reply Reply Quote 0
                                      • Stephan Schleich
                                        Stephan Schleich @Thomas Braun last edited by

                                        @thomas-braun Das hat derzeit nix mit dem Problem zu tun, ich schau mir das später an, das Problem ist mir derzeit wichtiger weil nix mehr läuft

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Stephan Schleich last edited by

                                          @stephan-schleich sagte in requestPath: 'coffee-script':

                                          Das hat derzeit nix mit dem Problem zu tun

                                          Sehe ich anders. Aber viel Erfolg noch weiterhin.

                                          1 Reply Last reply Reply Quote 2
                                          • Stephan Schleich
                                            Stephan Schleich last edited by

                                            Für jeden dem dieses root gelaber in jedem Post auch aufn Sack geht, es mag seine Berechtigung haben, aber es ist jedem das seine:

                                            Die Lösung war folgende:

                                            1. /opt/iobroker/node_modules/iobroker.javascript\node_modules umbenennen z.b. *.old
                                            2. npm rebuild iobroker.javascript

                                            dann läufts wieder.

                                            Thomas Braun Glasfaser 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            382
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            39
                                            2503
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo