Skip to content

Trying to start an ngrok tunnel with a reserved subdomain fails with the wrong message #275

@philnash

Description

@philnash

When you try start a twilio-run server with a reserved subdomain, for example:

twilio serverless:start --ngrok=phil

the command fails with the error message

ngrok could not be started because the module is not installed. Please install optional dependencies and try again.

To fix, when we catch the error in the start command we should check if it is an error from the ngrok module or because ngrok couldn't be required (as it is an optional dependency) and display different errors.

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