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 was archived by the owner on Oct 2, 2023. It is now read-only.
When deploying a skill with the ASK CLI v1.7.23 installed, the skill deployment is failing after model validation:
[manifest] +0ms fr-FR model is up to date
buffer.js:569
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "list[0]" argument must be an instance of Buffer or Uint8Array. Received type string ('{\n' +
' "interaction...)
at Function.concat (buffer.js:569:13)
at Socket.<anonymous> (/Users/joseifer/.nvm/versions/node/v12.16.3/lib/node_modules/@litexa/core/src/command-line/api/smapi.coffee:208:36)
at Socket.emit (events.js:310:20)
at Socket.EventEmitter.emit (domain.js:482:12)
at addChunk (_stream_readable.js:286:12)
at readableAddChunk (_stream_readable.js:268:9)
at Socket.Readable.push (_stream_readable.js:209:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
{
code: 'ERR_INVALID_ARG_TYPE'
}
Bug Report
Litexa Version
@litexa/deploy-aws@0.6.0
Current Behavior
When deploying a skill with the ASK CLI v1.7.23 installed, the skill deployment is failing after model validation:
Operating System
MacOS Mojave 10.14.6
Node Version
12.16.3