Open Scoeerg opened 2 months ago
@Scoeerg Is this consistently reproducible? If so, can you try running the client from the command line and reproducing? There might be some additional logs there - it's looking like Chromium is crashing somehow.
Sure, let me look into it tomorrow :)
@Scoeerg Were you able to reproduce with additional information?
Sorry, I could not do it before my vacation :/. I will be back September 30th.
Before you file a crash report
Mattermost Desktop Version
5.9.0
Operating System
Ubuntu Linux 22.04 LTS x64
Mattermost Server Version
No response
What type of crash did you experience?
System crash (The application quit unexpectedly with no warning, or the operating system reported a crash)
Crash report details
tl;dr:
Linux Client crashes on error https://foo.server/error?type=channel_not_found&returnTo=/barGroup/channels/town-square
Details:
Given a direct chat between two users
A
andB
. If there exists a link to channel in the direct chat between those two usershey, look into ~myChannel
it of course links to https://foo.server/barGroup/channels/mychannel. Click on it, and the channel
mychannel
opens. If the user A is also in another groupfoobar_group
https://foo.server/foobar_group/
where the channel
mychannel
does not exist and he clicks on the same link within the direct chat, mattermost throws the exceptionhttps://foo.server/error?type=channel_not_found&returnTo=/foobar_group/channels/town-square
which is fine in browser, but it crashes the Linux client.
Log Output
My logs this morning. Crash happened around 11.30 a.m. Maybe logged as
[2024-09-03 11:31:27.322] [error] [WebContentsEventM...] [RPTU] [TAB_MESSAGING] [renderer] Uncaught (in promise) Error: Invalid or missing user_id parameter in request URL.
?Additional Information
hope it helps :)