Skip to content

Failed to start tunnel #96

@puviyarasantech

Description

@puviyarasantech

I have all configuration with Twilio But getting error when create publicServerUrl
ngrok
.connect(8080)
.then((url) => {
console.log("==================?",url);
new IvrTester({ ...config, publicServerUrl: url })
.run(call, scenarios)
.then(() => process.exit())
.catch(catchError)
}
)
.catch(catchError);

{
error_code: 103,
status_code: 502,
msg: 'failed to start tunnel',
details: { err: 'remote gone away' }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions