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

B: (Sometimes) Server error when loading battlefield.wikiloop.org #60

Closed
xinbenlv opened this issue Aug 5, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@xinbenlv
Copy link
Contributor

xinbenlv commented Aug 5, 2019

When initial batch request got some failure of a ORES score, the response it will fail.

2019-08-05T20:56:51.736658+00:00 app[web.1]: TypeError: Cannot read property 'probability' of undefined
2019-08-05T20:56:51.736680+00:00 app[web.1]: at computeOresField (/app/server/index.js:36:93)
2019-08-05T20:56:51.736682+00:00 app[web.1]: at recentChangesJson.query.recentchanges.map.rawRecentChange (/app/server/index.js:1154:19)
2019-08-05T20:56:51.736685+00:00 app[web.1]: at Array.map (<anonymous>)
2019-08-05T20:56:51.736688+00:00 app[web.1]: at apiRouter.get.asyncHandler (/app/server/index.js:1143:10)
2019-08-05T20:56:51.739837+00:00 app[web.1]:
2019-08-05T20:56:51.739840+00:00 app[web.1]: 20:56:51  ERROR  Request failed with status code 500
2019-08-05T20:56:51.739842+00:00 app[web.1]:
2019-08-05T20:56:51.739844+00:00 app[web.1]: at createError (node_modules/axios/lib/core/createError.js:16:15)
2019-08-05T20:56:51.739846+00:00 app[web.1]: at settle (node_modules/axios/lib/core/settle.js:17:12)
2019-08-05T20:56:51.739849+00:00 app[web.1]: at IncomingMessage.handleStreamEnd (node_modules/axios/lib/adapters/http.js:237:11)
2019-08-05T20:56:51.739851+00:00 app[web.1]: at IncomingMessage.emit (events.js:203:15)
2019-08-05T20:56:51.739853+00:00 app[web.1]: at IncomingMessage.EventEmitter.emit (domain.js:448:20)
2019-08-05T20:56:51.739855+00:00 app[web.1]: at endReadableNT (_stream_readable.js:1145:12)
2019-08-05T20:56:51.739857+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:63:19)
2019-08-05T20:56:51.739859+00:00 app[web.1]:
2019-08-05T20:56:51.740453+00:00 app[web.1]: (node:30) UnhandledPromiseRejectionWarning: Error: Request failed with status code 500
2019-08-05T20:56:51.740456+00:00 app[web.1]: at createError (/app/node_modules/axios/lib/core/createError.js:16:15)
2019-08-05T20:56:51.740458+00:00 app[web.1]: at settle (/app/node_modules/axios/lib/core/settle.js:17:12)
2019-08-05T20:56:51.740460+00:00 app[web.1]: at IncomingMessage.handleStreamEnd (/app/node_modules/axios/lib/adapters/http.js:237:11)
2019-08-05T20:56:51.740462+00:00 app[web.1]: at IncomingMessage.emit (events.js:203:15)
2019-08-05T20:56:51.740465+00:00 app[web.1]: at IncomingMessage.EventEmitter.emit (domain.js:448:20)
2019-08-05T20:56:51.740467+00:00 app[web.1]: at endReadableNT (_stream_readable.js:1145:12)
2019-08-05T20:56:51.740469+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:63:19)
2019-08-05T20:56:51.740508+00:00 app[web.1]: (node:30) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 68)
@xinbenlv xinbenlv added the bug Something isn't working label Aug 5, 2019
@xinbenlv xinbenlv added this to the v1.0.0-beta milestone Aug 7, 2019
@xinbenlv xinbenlv self-assigned this Aug 7, 2019
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

1 participant