google-home / smart-home-java

Apache License 2.0
92 stars 47 forks source link

Fix resource path #20

Closed 2m closed 4 years ago

2m commented 4 years ago

I was getting the following error in the logs before this fix:

"errorCode":"You must pass credentials in the app constructor","status":"ERROR"

Also, this fix was originally mentioned in https://github.com/actions-on-google/smart-home-java/issues/10#issuecomment-639776777

Fleker commented 4 years ago

LGTM.

proppy commented 4 years ago

@2m curious if you tested running application packaged as a war or differently?

2m commented 4 years ago

I used the instructions from the readme and the gradle appengineDeploy command.