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

[BUG] Column index out of range #233

Open
geleeroyale opened this issue Aug 27, 2024 · 0 comments
Open

[BUG] Column index out of range #233

geleeroyale opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@geleeroyale
Copy link

geleeroyale commented Aug 27, 2024

Describe the bug
From the logs of rpgf4-production:

RangeError: Column index out of range |  
-- | --
  |   | at async /usr/src/app/node_modules/@nestjs/core/router/router-proxy.js:9:17 |  
  |   | at async /usr/src/app/node_modules/@nestjs/core/router/router-execution-context.js:46:28 |  
  |   | at async FlowController.finishCollections (/usr/src/app/dist/src/flow/flow.controller.js:173:9) |  
  |   | at async FlowService.finishCollection (/usr/src/app/dist/src/flow/flow.service.js:1074:9) |  
  |   | at async FlowService.saveResultsFromVotes (/usr/src/app/dist/src/flow/flow.service.js:474:29) |  
  |   | at FlowService.getRankingFromVotes (/usr/src/app/dist/src/flow/flow.service.js:550:86) |  
  |   | at getRankingForSetOfDampingFactors (/usr/src/app/dist/src/utils/mathematical-logic/index.js:68:62) |  
  |   | at calculateCollectionRanking (/usr/src/app/dist/src/utils/mathematical-logic/index.js:122:30) |  
  |   | at Matrix.getColumn (/usr/src/app/node_modules/ml-matrix/matrix.js:1683:5) |  
  |   | at checkColumnIndex (/usr/src/app/node_modules/ml-matrix/matrix.js:952:11)

To Reproduce

@geleeroyale geleeroyale added the bug Something isn't working label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants