-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App stopped working completely, unhandled promise rejection 'browserName' #4191
Comments
|
@MTRNord can I test that theory somehow? I'm using "English (US)". |
@Siilwyn currently no Idea but normaly it says that a |
@Siilwyn do you have any type of AdBlocker running? On my side Firefox and Chrome are working fine. |
Yes uBlock, just tried with all extensions disabled but that didn't work either. |
@Siilwyn can you take a look at your Networking Tab in the Console if it is downloading a |
Yes, it's there. |
Just noticed I have the same problem in Chromium... I tried stepping through with the debugger but can't pinpoint where it goes wrong. After |
@Siilwyn I know where it fails but cannot reproduce it :/ I check some things to find a trace. Both Chrome and Firefox are working fine on my side |
It could be that https://github.com/vector-im/riot-web/blob/24a5297fc8b38dce7790f98a3b25a29372e612db/src/vector/platform/WebPlatform.js#L163 Does not return a string which could cause it to fail. |
Yes that line returns |
I would hope that passing an > s = {}
{}
> console.log(`hello ${s.foo}`)
hello undefined |
@kegsay I guess that is a bug that should also be addressed to counterpart or sprintf-js |
matrix-org/matrix-react-sdk#1035 will fix this in all cases, then will close this issue. |
Description
I've been using Riot for a long time but it suddenly stopped working. I tried clearing my browser data and opening Riot in private mode to no avail.
Steps to reproduce
This is what's seen in the console:
Version information
The text was updated successfully, but these errors were encountered: