Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme mit hm-rpc 0.3.1

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Probleme mit hm-rpc 0.3.1

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

      Hi Ho,

      hab nach dem letzten Update auf hm-rpc 0.3.1 uncaught exceptions…

      Direkt nach dem update:

      zuhause	2015-02-13 13:19:08	info	host.zuhause Restart adapter system.adapter.hm-rpc.0 because enabled
      zuhause	2015-02-13 13:19:08	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
      hm-rpc.0	2015-02-13 13:19:08	error	Error: Cannot find module 'xmlbuilder' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at requir
      hm-rpc.0	2015-02-13 13:19:08	error	uncaught exception: Cannot find module 'xmlbuilder'
      
      

      ich habe dann mal probiert mit npm xmlbuilder nachzuinstallieren.. (npm install xmlbuilder)

      danach hatte ich die Fehlermeldung:

      zuhause	2015-02-13 13:19:39	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
      hm-rpc.0	2015-02-13 13:19:39	error	Error: Cannot find module 'sax' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (modu
      hm-rpc.0	2015-02-13 13:19:39	error	uncaught exception: Cannot find module 'sax'
      hm-rpc.0	2015-02-13 13:19:39	info	hm-rpc.0 starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.hm-rpc
      zuhause	2015-02-13 13:19:38	info	host.zuhause instance system.adapter.hm-rpc.0 started with pid 18722
      
      

      ich hab dann mal probiert mit npm sax nachzuinstallieren… (npm install sax)

      nun kommt folgender Fehler im log:

      zuhause	2015-02-13 13:20:41	info	host.zuhause Restart adapter system.adapter.hm-rpc.0 because enabled
      zuhause	2015-02-13 13:20:41	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
      hm-rpc.0	2015-02-13 13:20:41	error	Error: Root element needs a name at new XMLBuilder (/opt/iobroker/node_modules/xmlbuilder/lib/XMLBuilder.js:17:15) at Object.module.exports.create (/opt/iobroker/node_modules/xmlbuilder/lib/in
      hm-rpc.0	2015-02-13 13:20:41	error	uncaught exception: Root element needs a name
      
      

      kann das jemand reproduzieren, oder ist meine Installation vermurxt.

      Gruß

      Martin
      427_2016-06-04_13_18_27-iobroker.admin.png

      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox last edited by

        @ruhigundrelaxed:

        Hi Ho,

        hab nach dem letzten Update auf hm-rpc 0.3.1 uncaught exceptions…

        Direkt nach dem update:

        zuhause	2015-02-13 13:19:08	info	host.zuhause Restart adapter system.adapter.hm-rpc.0 because enabled
        zuhause	2015-02-13 13:19:08	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
        hm-rpc.0	2015-02-13 13:19:08	error	Error: Cannot find module 'xmlbuilder' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at requir
        hm-rpc.0	2015-02-13 13:19:08	error	uncaught exception: Cannot find module 'xmlbuilder'
        
        

        ich habe dann mal probiert mit npm xmlbuilder nachzuinstallieren.. (npm install xmlbuilder)

        danach hatte ich die Fehlermeldung:

        zuhause	2015-02-13 13:19:39	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
        hm-rpc.0	2015-02-13 13:19:39	error	Error: Cannot find module 'sax' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (modu
        hm-rpc.0	2015-02-13 13:19:39	error	uncaught exception: Cannot find module 'sax'
        hm-rpc.0	2015-02-13 13:19:39	info	hm-rpc.0 starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.hm-rpc
        zuhause	2015-02-13 13:19:38	info	host.zuhause instance system.adapter.hm-rpc.0 started with pid 18722
        
        

        ich hab dann mal probiert mit npm sax nachzuinstallieren… (npm install sax)

        nun kommt folgender Fehler im log:

        zuhause	2015-02-13 13:20:41	info	host.zuhause Restart adapter system.adapter.hm-rpc.0 because enabled
        zuhause	2015-02-13 13:20:41	error	host.zuhause instance system.adapter.hm-rpc.0 terminated with code 6 (uncaught exception)
        hm-rpc.0	2015-02-13 13:20:41	error	Error: Root element needs a name at new XMLBuilder (/opt/iobroker/node_modules/xmlbuilder/lib/XMLBuilder.js:17:15) at Object.module.exports.create (/opt/iobroker/node_modules/xmlbuilder/lib/in
        hm-rpc.0	2015-02-13 13:20:41	error	uncaught exception: Root element needs a name
        
        

        kann das jemand reproduzieren, oder ist meine Installation vermurxt.

        Gruß

        Martin `
        Es ist tatsächlich ein Fehler. Nimm 0.3.2. Leigt seit 30 Sekunden auf npm.

        1 Reply Last reply Reply Quote 0
        • ruhigundrelaxed
          ruhigundrelaxed last edited by

          Wow. Super schnelle Reaktion. 0.3.2 funktioniert. Vielen Dank

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate
          FAQ Cloud / IOT
          HowTo: Node.js-Update
          HowTo: Backup/Restore
          Downloads
          BLOG

          1.1k
          Online

          31.7k
          Users

          79.7k
          Topics

          1.3m
          Posts

          2
          3
          1677
          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