You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
I searched but did not find an existing issue or discussion about this bug.
Description
Issue
Source 2s protocol 5 is not supported by the library.
error
demofile@2.10.0_patch_hash=_803183739e638065ca31c67a78396473\node_modules\demofile\dist\demo.js:241
throw new Error(expected protocol version 4, got: ${syncDto.protocol});
^
Error: expected protocol version 4, got: 5
at DemoFile.parseBroadcast (C:\Users\niekz\Documents\TeamZandt\Projects\CS2Sterk\CS2_Sterk\node_modules.pnpm\demofile@2.10.0_patch_hash=_803183739e638065ca31c67a78396473\node_modules\demofile\src\demo.ts:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Research
Description
Issue
Source 2s protocol 5 is not supported by the library.
error
demofile@2.10.0_patch_hash=_803183739e638065ca31c67a78396473\node_modules\demofile\dist\demo.js:241
throw new Error(
expected protocol version 4, got: ${syncDto.protocol});^
Error: expected protocol version 4, got: 5
at DemoFile.parseBroadcast (C:\Users\niekz\Documents\TeamZandt\Projects\CS2Sterk\CS2_Sterk\node_modules.pnpm\demofile@2.10.0_patch_hash=_803183739e638065ca31c67a78396473\node_modules\demofile\src\demo.ts:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Node.js v24.8.0
Code to reproduce
Affected demos
No response