oxen-io / session-desktop

Session Desktop - Onion routing based messenger
https://getsession.org
GNU General Public License v3.0
1.56k stars 197 forks source link

[BUG] 1.14.0 unhandled error: \"Uncaught RangeError: Incorrect locale information provided\";\"[REDACTED]/node_modules/react-dom/cjs/react-dom.production.min.js #3221

Closed slrslr closed 1 month ago

slrslr commented 1 month ago

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

Current Behavior

Under session-desktop-linux-x86_64-1.14.0.AppImage the interface of the app is blank (in my case black) after launch and repeated launch does not help. I have to return to a previous version which is working.

Log (password is the name of the Session's new token) shows a message in the title of the issue. Log expires in ~1 month for privacy reason.

Expected Behavior

No response

Steps To Reproduce

No response

Desktop Version

1.14.0

Anything else?

Debian 11 with KDE

Bilb commented 1 month ago

Hey, can you let me know what returns

echo "LC_ALL $LC_ALL" echo "LANGUAGE $LANGUAGE" echo "LANG $LANG"

slrslr commented 1 month ago

@Bilb it returns:

LC_ALL 
LANGUAGE en_US:en
LANG en_US.UTF-8
Bilb commented 1 month ago

@slrslr
ok, can you start the app correctly with LANGUAGE=en_US session-desktop.appImage ?

Bilb commented 1 month ago

I guess that semicolon (:en ) is messing up the formatting of some timestamps (and throwing)

slrslr commented 1 month ago

Yes, this workaround worked, thank you for the quick attention.

pottsandpans commented 1 month ago

This issue has been resolved.