cinny
cinny copied to clipboard
Cinny suddenly goes blank after leaving room
Describe the bug
Upon leaving a room, everything disappeared from Cinny except for the background.
Here is what remains of the <body>
element after experiencing the bug:
<body id="appBody" class="dark-theme">
<div id="root"></div>
<audio id="notificationSound"><source src="f916f0cde218d8a3941f.ogg" type="audio/ogg"></audio>
<audio id="inviteSound"><source src="3339e9de776abcaf9dca.ogg" type="audio/ogg"></audio>
</body>
Console messages appear normal before and after the bug, but two errors were logged:
For ease of debugging (human-readable line numbers), I pretty-printed the JavaScript:
Text version
Pretty-printed JavaScript source (
main.4386bc28ce56e2e2403f.bundle.js:formatted
)
Reproduction
I am honestly not sure how to reproduce this. Even after rejoining and leaving the exact same room, I did not encounter this bug again. I have encountered this bug exactly once in all my usage of Cinny.
However, @jameskitt616 said it happens sometimes when changing channels, so I am tagging him here in case he can contribute some more information.
Platform and versions
OS: Linux
Browser: Ungoogled Chromium 102
Cinny version: 2.0.4
Matrix homeserver: private HS running Synapse
Same issue as #532 it turns out. Was not solved by c11328a.
It seems to be related to latency between the user and the matrix/cinny instance
I myself have yet to run into this issue on my EU hosted instance, however US based users have been reporting this happening relatively frequently.
Kinda doubt it, i host cinny and matrix myself in the same network, latency couldn't be better :P