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

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.QueryRequest.Inputs' #35

Open
EgHubs opened this issue Apr 25, 2022 · 1 comment

Comments

@EgHubs
Copy link

EgHubs commented Apr 25, 2022

In the code at line 180 of MySmartHomeApp.java file
I get the following error

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.ExecuteRequest.Inputs'


also the same in line 126
I get the following error

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.QueryRequest.Inputs'

Any help?

@ZYL2019999
Copy link

我也遇到了这个问题,IDEA 有这个提示,但是不影响项目编译和启动。只是在 IDEA 上有这个提示

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