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 Apr 21, 2022. It is now read-only.
In exports.handler in index.js, you need to add .withApiClient(new Alexa.DefaultApiClient()). This line enables the creation of the serviceClientFactory in the way the creator does it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
downloaded your sample skill for device address,
wont compile due to the error "serviceclientfactory is NOT defined"
it seems you missed the declaration in your code!
The text was updated successfully, but these errors were encountered: