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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. JavaScript
  5. Zeilenangabe in Fehlermeldung / Debugging

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    6
    1
    219

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    217

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    891

Zeilenangabe in Fehlermeldung / Debugging

Scheduled Pinned Locked Moved JavaScript
2 Posts 2 Posters 340 Views 1 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.
  • J Offline
    J Offline
    jsc
    wrote on last edited by
    #1

    Liebe Gemeinde,

    ich habe wohl eine eher kleine "Einsteigerfrage": Ich benutze das Skript zur Raumentfeuchtung, welches bis letzte Woche sauber lief. Auf einmal bekam ich folgende Fehlermeldung. Zum einen: Was bedeutet diese und wie könnte diese auf einmal zu Stande kommen? Zum anderen: Welche Zeilen sind gemeint, wenn ein Skriptname mit Zeilenangabe im Log notiert wird: In Zeile 206 im skript kellerenteuchung ist eine Leerzeile...

    Danke für jeden Hinweis.
    Jan

    javascript.0	2020-05-02 16:29:34.145	error	(16658) at process._tickCallback (internal/process/next_tick.js:68:7)
    javascript.0	2020-05-02 16:29:34.145	error	(16658) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
    javascript.0	2020-05-02 16:29:34.145	error	(16658) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:616:17)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.javascript/main.js:1055:17)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at createProblemObject (/opt/iobroker/node_modules/iobroker.javascript/main.js:1464:17)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at prepareScript (/opt/iobroker/node_modules/iobroker.javascript/main.js:1411:37)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at compile (/opt/iobroker/node_modules/iobroker.javascript/main.js:1188:28)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at Object.createScript (vm.js:277:10)
    javascript.0	2020-05-02 16:29:34.144	error	(16658) at new Script (vm.js:83:7)
    javascript.0	2020-05-02 16:29:34.143	error	(16658) SyntaxError: missing ) after argument list
    javascript.0	2020-05-02 16:29:34.143	error	(16658) ^
    javascript.0	2020-05-02 16:29:34.143	error	(16658) }
    javascript.0	2020-05-02 16:29:34.143	error	at script.js.common.kellerentfeuchtung:206
    javascript.0	2020-05-02 16:29:34.143	error	(16658) script.js.common.kellerentfeuchtung compile failed: 
    
    paul53P 1 Reply Last reply
    0
    • J jsc

      Liebe Gemeinde,

      ich habe wohl eine eher kleine "Einsteigerfrage": Ich benutze das Skript zur Raumentfeuchtung, welches bis letzte Woche sauber lief. Auf einmal bekam ich folgende Fehlermeldung. Zum einen: Was bedeutet diese und wie könnte diese auf einmal zu Stande kommen? Zum anderen: Welche Zeilen sind gemeint, wenn ein Skriptname mit Zeilenangabe im Log notiert wird: In Zeile 206 im skript kellerenteuchung ist eine Leerzeile...

      Danke für jeden Hinweis.
      Jan

      javascript.0	2020-05-02 16:29:34.145	error	(16658) at process._tickCallback (internal/process/next_tick.js:68:7)
      javascript.0	2020-05-02 16:29:34.145	error	(16658) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
      javascript.0	2020-05-02 16:29:34.145	error	(16658) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:616:17)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.javascript/main.js:1055:17)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at createProblemObject (/opt/iobroker/node_modules/iobroker.javascript/main.js:1464:17)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at prepareScript (/opt/iobroker/node_modules/iobroker.javascript/main.js:1411:37)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at compile (/opt/iobroker/node_modules/iobroker.javascript/main.js:1188:28)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at Object.createScript (vm.js:277:10)
      javascript.0	2020-05-02 16:29:34.144	error	(16658) at new Script (vm.js:83:7)
      javascript.0	2020-05-02 16:29:34.143	error	(16658) SyntaxError: missing ) after argument list
      javascript.0	2020-05-02 16:29:34.143	error	(16658) ^
      javascript.0	2020-05-02 16:29:34.143	error	(16658) }
      javascript.0	2020-05-02 16:29:34.143	error	at script.js.common.kellerentfeuchtung:206
      javascript.0	2020-05-02 16:29:34.143	error	(16658) script.js.common.kellerentfeuchtung compile failed: 
      
      paul53P Offline
      paul53P Offline
      paul53
      wrote on last edited by
      #2

      @jsc sagte:

      In Zeile 206 im skript kellerenteuchung ist eine Leerzeile...

      Dann kann der Fehler auch in Zeile 205 sein, insbesondere dann, wenn eine schließende Klammer fehlt.

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

      1 Reply Last reply
      0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      Support us

      ioBroker
      Community Adapters
      Donate

      522

      Online

      32.8k

      Users

      82.8k

      Topics

      1.3m

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

      • Don't have an account? Register

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