You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Tried using the gaction command provided by the code lab for uploading the blinky LED actions sample, but it wasn't being recognized by the Android Things device.
MachineLearningDemo git:(master) ✗ /Users/paul/Downloads/gactions test --action_package actions.json --project machine-learning-demo-cddf4
Pushing the app for the Assistant for testing...
Your app for the Assistant for project machine-learning-demo-cddf4 is now ready for testing on Actions on Google enabled devices or the Actions Web Simulator at https://console.actions.google.com/project/machine-learning-demo-cddf4/simulator/
Switched the word 'test' to 'update' after some digging in the documentation, and it allowed my device to use the action.
(env) ➜ MachineLearningDemo git:(master) ✗ /Users/paul/Downloads/gactions update --action_package actions.json --project machine-learning-demo-cddf4
Your app for the Assistant for project machine-learning-demo-cddf4 was successfully updated with your actions. Visit the Actions on Google console to finish registering your app and submit it for review at https://console.actions.google.com/project/machine-learning-demo-cddf4/overview
The text was updated successfully, but these errors were encountered:
gactions test should work fine. I wonder if the issue is related to a brief delay between pushing the action package and waiting for the server to update.
Hrm, dunno. I actually put it away last night after a couple hours messing with it, then came back this morning and it still wasn't registered/working. Once I switched to update, it worked immediately.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tried using the gaction command provided by the code lab for uploading the blinky LED actions sample, but it wasn't being recognized by the Android Things device.
Switched the word 'test' to 'update' after some digging in the documentation, and it allowed my device to use the action.
The text was updated successfully, but these errors were encountered: