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
Invoking twilio api:conversations:v1:configuration:fetch causes error Cannot read property 'forEach' of undefined. This looks similar to Issue 221
Steps to Reproduce
Run twilio api:conversations:v1:configuration:fetch
Code Snippet
# twilio api:conversations:v1:configuration:fetch
Exception/Log
[DEBUG] Config File: /Users/anaim/.twilio-cli/config.json
[DEBUG] Using profile: FlexTest
[DEBUG] Found command "api:conversations:v1:configuration:fetch" plugin: twilio-cli
[DEBUG] Found keytar version in "@twilio/cli-core" dependencies: ^6.0.1
[DEBUG] Provided flags: {"cli-log-level":"debug","properties":"accountSid,defaultChatServiceSid,defaultMessagingServiceSid","skip-parameter-validation":false,"cli-output-format":"columns"}
[DEBUG] domainName=conversations, path=/v1/Configuration, actionName=fetch
[DEBUG] Found command "api:conversations:v1:configuration:fetch" plugin: twilio-cli
» twilio-cli encountered an unexpected error. To report this issue, execute the command with the "-l debug" flag, then copy the output to a new issue here: "https://github.com/twilio/twilio-cli/issues"
[DEBUG] Cannot read property 'forEach' of undefined
[DEBUG] TypeError: Cannot read property 'forEach' of undefined
at ApiCommandRunner.execute (/usr/local/Cellar/twilio/2.13.0/libexec/src/services/twilio-api/api-command-runner.js:78:18)
at ApiCommandRunner.run (/usr/local/Cellar/twilio/2.13.0/libexec/src/services/twilio-api/api-command-runner.js:26:17)
at NewCommandClass.run (/usr/local/Cellar/twilio/2.13.0/libexec/src/base-commands/twilio-api-command.js:39:35)
at async NewCommandClass._run (/usr/local/Cellar/twilio/2.13.0/libexec/node_modules/@oclif/command/lib/command.js:43:20)
at async Config.runCommand (/usr/local/Cellar/twilio/2.13.0/libexec/node_modules/@oclif/config/lib/config.js:173:24)
at async Main.run (/usr/local/Cellar/twilio/2.13.0/libexec/node_modules/@oclif/command/lib/main.js:27:9)
at async Main._run (/usr/local/Cellar/twilio/2.13.0/libexec/node_modules/@oclif/command/lib/command.js:43:20)
Technical details:
twilio-cli/2.13.0 darwin-x64 node-v15.2.1
The text was updated successfully, but these errors were encountered:
Issue Summary
Invoking
twilio api:conversations:v1:configuration:fetch
causes errorCannot read property 'forEach' of undefined
. This looks similar to Issue 221Steps to Reproduce
twilio api:conversations:v1:configuration:fetch
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: