-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to deploy plugin to flex [BUG] #785
Comments
Hi @agssiva1981 . Are you still experiencing this issue? Looks like you are unable to connect to Twilio REST APIs. Please check that your proxy is allowing traffic to Twilio APIs if you have one setup |
@aishwarya-tw I'm facing same issue. Do not have any proxy in my computer settings. |
@ypatel118 Is it ETIMEDOUT or ECONNREFUSED error that you're seeing? Please share more details. |
@aishwarya-tw Before I was getting the exact same error as mentioned in issue description - ETIMEDOUT. But right now it's something else -
Also, I'm not sure if it's relevant or not but I am currently not able to access - https://status.twilio.com/ - I was able to access it few hours ago.
|
@aishwarya-tw Got this today for a different twilio account
|
@ypatel118 Thanks for the details. This does not seem to be an issue with flex-plugin-builder but instead with your machine's network settings. I believe the requests to Twilio public APIs are getting blocked on your machine for some reason. I would suggest you to look at your network firewall settings or VPN settings (if you're using). |
@agssiva1981 Please feel free to close the issue if it is not relevant to you anymore. Thanks |
@aishwarya-tw Still facing this issue. Different things I tried to resolve -
Nothing seems to work. My node is v16 so as mentioned in other thread it doesn't apply to me. Any suggestions or should I reinstall twilio cli? |
@ypatel118 This seems unique to your machine so unable to identify the root cause of the problem. Please try to install the latest Twilio CLI and Plugin CLI. Update the plugin to use the same Plugin CLI version and try again |
@aishwarya-tw Issue resolved with a new network provider. Maybe something to do with JioFiber in India. |
That great to hear @ypatel118. Thanks for confirming! Closing the issue. |
Description
When deploy to flex, encountered below error
0 pending HTTP requests - max concurrent requests allowed is 5
Making a GET to https://flex-api.twilio.com/v1/Configuration
Request errored with message connect ETIMEDOUT 52.20.104.111:443
[DEBUG] Found command "flex:plugins:deploy" plugin: @twilio-labs/plugin-flex
» 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/flex-plugin-builder/issues"
[DEBUG] connect ETIMEDOUT 52.20.104.111:443
[DEBUG] Error: connect ETIMEDOUT 52.20.104.111:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
Versions
You can find the version of your
@twilio/plugin-flex
by typingtwilio plugins
.@twilio/plugin-flex
6.0.4
flex-plugin-scripts
6.0.4
node
16.19.0
npm
8.19.3
Package.json
{
"name": "plugin-callback",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "flex-plugin pre-script-check"
},
"devDependencies": {
"@twilio/flex-ui": "^1",
"react-test-renderer": "16.5.2"
},
"dependencies": {
"react": "16.5.2",
"react-dom": "16.5.2",
"twilio-video": "^2.18.1",
"@twilio/flex-plugin-scripts": "6.0.4"
}
}
Steps to Reproduce
Please provide the steps to reproduce this bug:
Expected Behavior
Plugin should be deployed to flex
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: