We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting an error when I run npm run start
npm run start
Error: An API error occurred: account_inactive [0] at Object.platformErrorFromResult (/home/evanyang/Desktop/VRMS/backend/node_modules/@slack/web-api/dist/errors.js:51:33) [0] at WebClient.apiCall (/home/evanyang/Desktop/VRMS/backend/node_modules/@slack/web-api/dist/WebClient.js:152:28) [0] at processTicksAndRejections (node:internal/process/task_queues:96:5) { [0] code: 'slack_webapi_platform_error', [0] data: { ok: false, error: 'account_inactive', response_metadata: {} } [0] }
The problem is triggered in the code in the node module, and I believe the issue may have something to do with VRMS/backend/routers/slack.router.js
VRMS/backend/routers/slack.router.js
/backend/routers/slack.router.js
The text was updated successfully, but these errors were encountered:
This error is fixed in PR #1067
Sorry, something went wrong.
No branches or pull requests
Overview
I'm getting an error when I run
npm run start
Error: An API error occurred: account_inactive [0] at Object.platformErrorFromResult (/home/evanyang/Desktop/VRMS/backend/node_modules/@slack/web-api/dist/errors.js:51:33) [0] at WebClient.apiCall (/home/evanyang/Desktop/VRMS/backend/node_modules/@slack/web-api/dist/WebClient.js:152:28) [0] at processTicksAndRejections (node:internal/process/task_queues:96:5) { [0] code: 'slack_webapi_platform_error', [0] data: { ok: false, error: 'account_inactive', response_metadata: {} } [0] }
The problem is triggered in the code in the node module, and I believe the issue may have something to do with
VRMS/backend/routers/slack.router.js
Action Items
Acceptance Criteria
Resources/Instructions
/backend/routers/slack.router.js
The text was updated successfully, but these errors were encountered: