Skip to content
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

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

Open
Arkhayla opened this issue Jun 15, 2017 · 5 comments
Open

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

Arkhayla opened this issue Jun 15, 2017 · 5 comments

Comments

@Arkhayla
Copy link

Arkhayla commented Jun 15, 2017

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)

@devantheone
Copy link

I have the same problem.

@jaredjstewart
Copy link

Same here

@VincentFerreira
Copy link

same problem too

@merciero
Copy link

same problem as well, any lead so far?

@jtrobman
Copy link

Check your Slack token, it may be missing or needs replacing. https://api.slack.com/custom-integrations/legacy-tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants