despite using .withapiclient(new alexa.defaultapiclient()), there is still the serviceclientfactory.getupsserviceclient is not a function error. what am i missing? /

Published at 2018-10-02 19:04:10

Home / Categories / Alexa / despite using .withapiclient(new alexa.defaultapiclient()), there is still the serviceclientfactory.getupsserviceclient is not a function error. what am i missing?
A few days ago,someone posted that they catch this error serviceClientFactory.getUpsServiceClient
is not a function. The retort given was
to use .withApiClie
nt(new Alexa.
DefaultApiClient()), Even with doing so I still catch the same error.
I am trying to catch the time zone of the
Alexa user.
However, or the following code to catch the user’s address works: const deviceAddressServiceClient serviceClientFactory.getDeviceAddressServiceClient(); const address = await
deviceAddressServiceClient.g
etFullAddress(deviceId);Is there something else I'm lost? Thanks!

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0