Bug description
Currently, the SailfishBrowser will fail to connect to the map (due to a javascript error)
Steps to reproduce
- On SailfishOS phone, open Terminal
- run:
sailfish-browser https://pauper.tel/spack_test (or just https://pauper.tel/spack)
- enter room, choose character, join
- allow Microphone
Current result
- page says:
Not connected
- microphone is disabled and the list shows
Null Input
- console is displaying:
JavaScript error: https://pauper.tel/spack/assets/index-D6ZPC58G.js, line 36: ReferenceError: WritableStream is not defined
Expected result
- page should load and display the map
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Notes, context or workaround
The error seems to occur in LiveKit, due to the way communication channels are set up. WritableStream does not exist yet on SFOS browser.
It's most likely triggered by anything that emits a character update
Bug description
Currently, the SailfishBrowser will fail to connect to the map (due to a javascript error)
Steps to reproduce
sailfish-browser https://pauper.tel/spack_test(or just https://pauper.tel/spack)Current result
Not connectedNull InputJavaScript error: https://pauper.tel/spack/assets/index-D6ZPC58G.js, line 36: ReferenceError: WritableStream is not definedExpected result
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
e50ca11)Notes, context or workaround
The error seems to occur in LiveKit, due to the way communication channels are set up.
WritableStreamdoes not exist yet on SFOS browser.It's most likely triggered by anything that emits a character update