We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execute and Query requests come almost in the same moment, so the Nest hub is not able to finish the UDP request.
Concurrent UDP commands to the same port are not allowed! "Error: NOT_ALLOWED at new P (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:98:84) at R.complete (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:111:196) at T.onMessage_ (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:130:194) at https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:67:319"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Execute and Query requests come almost in the same moment, so
the Nest hub is not able to finish the UDP request.
Concurrent UDP commands to the same port are not allowed!
"Error: NOT_ALLOWED
at new P (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:98:84)
at R.complete (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:111:196)
at T.onMessage_ (https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:130:194)
at https://www.gstatic.com/eureka/smarthome/smarthome_sdk.js:67:319"
The text was updated successfully, but these errors were encountered: