Skip to content

Parameter 'url' must be a string, not undefined #37

@Arkhayla

Description

@Arkhayla

Hi, I seem to get the following error no matter what I try even just a basic config
url.js:90 throw new TypeError("Parameter 'url' must be a string, not " + typeof url);
I believe this is the pertinent error ^
Followed by this:
TypeError: Parameter 'url' must be a string, not undefined at Url.parse (url.js:90:11) at Object.urlParse [as parse] (url.js:84:5) at WebSocket.initAsClient (/home/arkhayla/slack-jira-plugin/node_modules/ws/lib/WebSocket.js:550:23) at new WebSocket (/home/arkhayla/slack-jira-plugin/node_modules/ws/lib/WebSocket.js:74:18) at /home/arkhayla/slack-jira-plugin/node_modules/node-slackbot/lib/slackbot.js:93:17 at IncomingMessage.<anonymous> (/home/arkhayla/slack-jira-plugin/node_modules/node-slackbot/lib/slackbot.js:42:18) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:905:12) at nextTickCallbackWith2Args (node.js:441:9)

I do have a default node configured and from what I can tell all of the information is filled in and formatted exactly the way expected (based on the example)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions