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

Error with npm library @slack/bolt #1052

Closed
3 tasks
evanyang1 opened this issue Feb 8, 2022 · 1 comment
Closed
3 tasks

Error with npm library @slack/bolt #1052

evanyang1 opened this issue Feb 8, 2022 · 1 comment
Labels
pbv: 0.3 Issues that were on VRMS v0.3 Development

Comments

@evanyang1
Copy link
Member

evanyang1 commented Feb 8, 2022

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

  • Research the error
  • fix the code - or find an active account - so the error no longer appears

Acceptance Criteria

  • The above error no longer comes up when

Resources/Instructions

/backend/routers/slack.router.js

@drubgrubby
Copy link
Member

This error is fixed in PR #1067

@JackHaeg JackHaeg added the pbv: 0.3 Issues that were on VRMS v0.3 Development label Jun 11, 2024
@github-project-automation github-project-automation bot moved this to New Issue Approval in P: VRMS: Project Board Jun 13, 2024
@ExperimentsInHonesty ExperimentsInHonesty moved this from New Issue Approval to Done in P: VRMS: Project Board Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pbv: 0.3 Issues that were on VRMS v0.3 Development
Projects
Development

No branches or pull requests

3 participants