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

What does that mean? #35

Open
LucaGerlich opened this issue Jul 11, 2020 · 2 comments
Open

What does that mean? #35

LucaGerlich opened this issue Jul 11, 2020 · 2 comments

Comments

@LucaGerlich
Copy link

Fatal TypeError: Cannot set property 'getVolume' of null
at enrichBasicStatus (D:\Coding\YamahaContoller\src\simpleCommands.js:359:27)
at D:\Coding\YamahaContoller\src\simpleCommands.js:350:16
at tryCatcher (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\util.js:16:23)
at Promise._settlePromiseFromHandler (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:547:31)
at Promise._settlePromise (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:604:18)
at Promise._settlePromise0 (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:649:10)
at Promise._settlePromises (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:729:18)
at Promise._fulfill (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:673:18)
at Promise._resolveCallback (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:489:14)
at Promise._settlePromiseFromHandler (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:559:17)
at Promise._settlePromise (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:604:18)
at Promise._fulfillPromises (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:704:14)
at Promise._settlePromises (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:730:18)
at Promise._fulfill (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:673:18)
at Promise._resolveCallback (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:466:57)
at Promise._settlePromiseFromHandler (D:\Coding\YamahaContoller\node_modules\bluebird\js\release\promise.js:559:17)

@PSeitz
Copy link
Owner

PSeitz commented Jul 11, 2020

When retrieving the volume, a call is made to the receiver to get it as part of the Basic_Status information

<YAMAHA_AV cmd="GET"><' + getZone(zone) + '><Basic_Status>GetParam</Basic_Status></' + getZone(zone) + '></YAMAHA_AV>

It seems your device doesn't return any information here, what device do you use?

@LucaGerlich
Copy link
Author

I have the Yamaha RX-V475

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

2 participants