-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
I have the same problem. |
Same here |
same problem too |
same problem as well, any lead so far? |
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
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)
The text was updated successfully, but these errors were encountered: