Closed elzershark closed 6 years ago
Hallo, normaly the Adapter runs also under Windows. I'm using it on Windows 10. Can you Switch the Log-State to debug to get mor Information?
This is the same ;)
Debug can not show anything because the adapter is not running;) Debug kann nichts anzeigen da der Adapter nicht läuft ;)
What do you have for ioBroker.admin Cloud Node npm web
Version in Windows 10? this problem is of windows 10 (64bit)
Hi, I have different ioBroker environments. Most under Windows 10 (64bit). The adapter runs everywhere. If there are no debug outputs in the log, the adapter code will not be executed. Try to find differences in your ioBroker installation on the Raspberry and Windows 10.
If you are german (I am), we can write in german.
Hier mit und ohne Cookie. Cookie hab ich einfach aus dem raspy kopiert. Es wird bei beiden Fällen das selbe angezeigt. Hab den Adapter mal im cmd alleine ausgeführt. Ich überprüfe demnächst wo die Unterschiede sind bei raspy und windows
C:\ioBroker\node_modules\iobroker.alexa>node alexa.js --force --logs
C:\ioBroker\node_modules\iobroker.alexa\node_modules\alexa-remote\alexa-remote.js:159
this.httpsGet = function (path, callback, flags = {}) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (C:\ioBroker\node_modules\iobroker.alexa\alexa.js:5:13)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
C:\ioBroker\node_modules\iobroker.alexa>
Super, das du den Adapter einmal in einem cmd Fenster ausgeführt hast. Bei den Ausgaben sieht man das Problem schon. Die eingesetzte Node-Version ist zu gering. Sie versteht noch keine Default-Parameter beim Aufruf einer Funktion. Die Node.js Version sollte >= 6.xx sein. Dann müsste es funktionieren.
Super. Hab erstmal Version 8 installiert. Funzt. Danke dir.
ioBroker.admin 3.1.12 Cloud 2.4.5 Node 4.5.0 npm 2.15.9
in raspberry iobroker is all ok in windows iobroker not start the Adapter.
p.s. i coppy the Cookie from raspy to windows. that too is not possible
`
`