slack-bot-api icon indicating copy to clipboard operation
slack-bot-api copied to clipboard

Facing error in connection of uipath and Slack

Open kuldarshan28 opened this issue 2 years ago • 2 comments

hello team I have watched https://youtu.be/B17pGNJugLs

after creating the slack bot I am unable to trigger the bot from the visual studio as given in your video I am facing the following error please help me out

PS C:\Chatbot> npm start

[email protected] start node index.js

C:\Chatbot\node_modules\vow\lib\vow.js:105 throw e; ^

Error: method_deprecated at C:\Chatbot\node_modules\slackbots\index.js:46:33 at Array. (C:\Chatbot\node_modules\vow\lib\vow.js:773:56) at callFns (C:\Chatbot\node_modules\vow\lib\vow.js:24:35) at processTicksAndRejections (node:internal/process/task_queues:78:11) Emitted 'error' event on Bot instance at: at C:\Chatbot\node_modules\slackbots\index.js:46:19 at Array. (C:\Chatbot\node_modules\vow\lib\vow.js:773:56) at callFns (C:\Chatbot\node_modules\vow\lib\vow.js:24:35) at processTicksAndRejections (node:internal/process/task_queues:78:11) PS C:\Chatbot>

kuldarshan28 avatar Mar 31 '22 11:03 kuldarshan28

Were you able to resolve it?

kaushalendra-pandey avatar Jul 09 '22 18:07 kaushalendra-pandey

Facing the same issue and it returns the same error as posted by @kuldarshan28 Any fix to it?

anish-g-nair avatar Jul 16 '22 08:07 anish-g-nair

The same problem. It doesn't work(

Eumorg avatar Sep 16 '22 16:09 Eumorg

Thanks for reporting an issue. Some Slack API calls were deprecated, I've updated them recently. Now it should work, let me know if the issue still persists

mishk0 avatar Oct 02 '22 11:10 mishk0