removed ratelimiter #770
Annotations
21 errors
format
Process completed with exit code 1.
|
lint:
src/app.ts#L65
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/middleware/database.ts#L42
Unexpected any. Specify a different type
|
lint:
src/middleware/database.ts#L43
Unexpected any. Specify a different type
|
lint:
src/services/duels/duels-router.ts#L8
Missing return type on function
|
lint:
src/services/duels/duels-router.ts#L15
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
lint:
src/services/duels/duels-router.ts#L27
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/services/duels/duels-router.ts#L48
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/services/duels/duels-router.ts#L48
Unsafe argument of type `any` assigned to a parameter of type `string | string[]`
|
lint:
src/services/duels/duels-router.ts#L52
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
src/services/duels/duels-router.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
GET /user/qr/ › works for a attendee:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/qr/:id/ › gives a forbidden error for a non-staff user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/qr/:id/ › works for a staff user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/ › gives an unauthorized error for an unauthenticated user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/ › gives an not found error for an non-existent user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/ › works for an attendee user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/ › works for an staff user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|
GET /user/:id/ › gives an forbidden error for a non-staff user:
jest.setup.ts#L52
thrown: "Exceeded timeout of 15000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at Object.<anonymous> (../jest.setup.ts:52:11)
|
GET /user/:id/ › gives an not found error for a non-existent user:
jest.setup.ts#L52
thrown: "Exceeded timeout of 15000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at Object.<anonymous> (../jest.setup.ts:52:11)
|
GET /user/:id/ › works for a staff user:
jest.setup.ts#L45
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:45:23)
at Object.<anonymous> (../jest.setup.ts:63:18)
|