Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.4: still error in function fadeout #31

Closed
justr1 opened this issue Aug 3, 2018 · 7 comments
Closed

1.7.4: still error in function fadeout #31

justr1 opened this issue Aug 3, 2018 · 7 comments

Comments

@justr1
Copy link
Contributor

justr1 commented Aug 3, 2018

Reproduzierbar mit Sayit während Radio läuft:
2018-08-03 08:18:36.621 - �error: sonos.0 uncaught exception: Cannot create property 'actual' on boolean 'true'
2018-08-03 08:18:36.621 - �error: sonos.0 TypeError: Cannot create property 'actual' on boolean 'true'
at fadeOut (/Users/Shared/iobroker/node_modules/iobroker.sonos/main.js:805:20)
at playOnSonos (/Users/Shared/iobroker/node_modules/iobroker.sonos/main.js:987:9)
at Immediate.setImmediate [as _onImmediate] (/Users/Shared/iobroker/node_modules/iobroker.sonos/main.js:1067:40)
2018-08-03 08:18:36.622 - info: sonos.0 terminating
Es scheint so, als ob in der Funktion fadeout der Fall (typeof options === 'boolean' && options === true) nicht korrekt berücksichtigt wäre.

setState("sayit.0.tts.text", "Test");
hat bei mir zuletzt mit Version 1.6.2 funktioniert.

@rossiniscarface
Copy link

Hab das gleiche gestern festgestellt.
Hab als workaround mal fadein und fadout auf 0 gestellt.

@GermanBluefox
Copy link
Contributor

Kann jemand github version testen?

@justr1
Copy link
Contributor Author

justr1 commented Aug 6, 2018

Bei mir funktioniert die github-Version gut!
Vielen Dank!!!

@rossiniscarface
Copy link

Bei mir funktioniert das FadeIN/FadeOut nicht. Es kommt zwar jetzt keine Fehlermeldung, aber ist eines von den beiden gesetzt, dann passieren die merkwürdigsten Dinge.
Bei FadeOut > 0 wird gar nichts von sayIt ausgegeben, und das sayIt Ankündigungsfile wird nicht gespielt sondern bleibt in der Liste.
Bei FadeIn > 0 wird zwar die Meldung ausgegeben, aber dann wird die Lautstärke auf 0 gesetzt und die Wiedergabe läuft quasi stumm.

@iotathome
Copy link

Die aktuelle GitHub Version (1.76) hat bei mir noch das oben beschriebene Problem (Cannot create property 'actual'... ).
Letzte funktionierende Version 1.62.

@GermanBluefox
Copy link
Contributor

1.7.7 test

@iotathome
Copy link

Läuft! Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants