Data management improvements #128
Annotations
2 errors
Test:
websocket_server/BackupManager.js#L73
TypeError: roomId.replace is not a function
❯ BackupManager.sanitizeRoomId websocket_server/BackupManager.js:73:17
❯ BackupManager.getLatestBackup websocket_server/BackupManager.js:127:32
❯ BackupManager.recoverFromBackup websocket_server/BackupManager.js:213:29
❯ RoomDataManager.tryRecoverFromBackup websocket_server/RoomDataManager.js:295:47
❯ RoomDataManager.fetchRoomData websocket_server/RoomDataManager.js:263:22
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ RoomDataManager.determineLatestData websocket_server/RoomDataManager.js:118:11
❯ RoomDataManager.syncRoomData websocket_server/RoomDataManager.js:74:24
❯ SocketManager.joinRoomHandler websocket_server/SocketManager.js:173:16
This error originated in "tests/integration/socket.spec.mjs" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "join room". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Test
Process completed with exit code 1.
|
Loading