Coder Social home page Coder Social logo

Comments (9)

Apollon77 avatar Apollon77 commented on July 22, 2024

Wir übernehmen die Adapter gerade erst ... Dauert ggf noch ein paar Tage. Aöternativ die alte Verion von "soef" bzw die aus dem repo nehmen

from iobroker.tr-064.

mistermaster2punkt0 avatar mistermaster2punkt0 commented on July 22, 2024

Oh, okay. Alles klar :-)
Die von soef startet bei mir zwar, geht jedoch nach 2 Sekunden sofort auf rot ...
Dann muss ich wohl noch ein bisschen warten. Vielen Dank für die schnelle Nachricht!

from iobroker.tr-064.

libertyx82 avatar libertyx82 commented on July 22, 2024

Die alte Version startet bei mir leider auch nicht mehr.

host.IoBroker | 2019-05-07 16:19:12.110 | error | instance system.adapter.tr-064.0 terminated with code 1 ()
-- | -- | -- | --
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at bootstrap_node.js:625:3
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at startup (bootstrap_node.js:204:16)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Function.Module.runMain (module.js:694:10)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Function.Module._load (module.js:498:3)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at tryModuleLoad (module.js:506:12)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Module.load (module.js:566:32)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Object.Module._extensions..js (module.js:664:10)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Module._compile (module.js:653:30)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tr-064/tr-064.js:16:20)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: TypeError: fns.adapter is not a function
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: ^
Caught | 2019-05-07 16:19:12.110 | error | by controller[0]: fns.adapter = fns.adapter(options);
Caught | 2019-05-07 16:19:12.109 | error | by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383

from iobroker.tr-064.

slimline33 avatar slimline33 commented on July 22, 2024

Habe heute den Admin Adapter geupdatet und seitdem auch das Problem wie @libertyx82 . Adapter gelöscht, Instanz gelöscht. Neuestes Paket via Github hinzugefügt und habe jetzt nur noch:

host.iobroker666 | 2019-05-18 18:08:02.899 | error | startInstance tr-064-community.0: cannot find start file!

Admin Version: 3.6.2
FritzOS: 07.08-68239 BETA

Bekomme leider keine anderen Fehlermeldungen - trotz Debug Modus.

Gruß slimline

Edit: start über die Kommandozeile bringt den Adapter wohl zum laufen...

node node_modules/iobroker.tr-064/tr-064.js --force --logs

from iobroker.tr-064.

Apollon77 avatar Apollon77 commented on July 22, 2024

mach mal

iobroker upload tr-064

from iobroker.tr-064.

slimline33 avatar slimline33 commented on July 22, 2024

`
root@iobroker666:/opt/iobroker# iobroker upload tr-064

Cannot find io-package.json in null

Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
`
Habe jetzt aber auch gesehen, dass ich den TR-64 Adapter zweimal in der Liste der Instanzen habe. Sehe aber dass es eine Community Edition gibt und den normalen? Die haben natürlich unterschiedliche Ordner. Die Fehlermeldung cannot find start file! kommt bei dieser.

Nehme ich die Version aus der Instanzenliste bekomme ich obige Fehler

`

host.iobroker666 2019-05-19 12:14:42.797 error instance system.adapter.tr-064.0 terminated with code 1 ()
Caught 2019-05-19 12:14:42.797 error by controller[0]: at bootstrap_node.js:625:3
Caught 2019-05-19 12:14:42.797 error by controller[0]: at startup (bootstrap_node.js:204:16)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Function.Module.runMain (module.js:694:10)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Function.Module._load (module.js:498:3)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at tryModuleLoad (module.js:506:12)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Module.load (module.js:566:32)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Object.Module._extensions..js (module.js:664:10)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Module._compile (module.js:653:30)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.tr-064/tr-064.js:16:20)
Caught 2019-05-19 12:14:42.797 error by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
Caught 2019-05-19 12:14:42.797 error by controller[0]: TypeError: fns.adapter is not a function
Caught 2019-05-19 12:14:42.797 error by controller[0]: ^
Caught 2019-05-19 12:14:42.796 error by controller[0]: fns.adapter = fns.adapter(options);
Caught 2019-05-19 12:14:42.796 error by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383

`

from iobroker.tr-064.

libertyx82 avatar libertyx82 commented on July 22, 2024

Die Version 0.4.14 aus dem repro fuktioniert bei mir.

from iobroker.tr-064.

slimline33 avatar slimline33 commented on July 22, 2024

Die nutze ich jetzt auch und funktioniert ebenso.

from iobroker.tr-064.

Apollon77 avatar Apollon77 commented on July 22, 2024

Bitte aktuelle Version von Hier per GitHub installieren

from iobroker.tr-064.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.