Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
9.32k stars 1.32k forks source link

[Bug] Discord Crashing #719

Closed 3kh0 closed 1 year ago

3kh0 commented 1 year ago

Discord Account

3kh0_#6969

What happens when the bug or crash occurs?

It just goes to a white screen.

image

What is the expected behaviour?

It would load up discord

How do you recreate this bug or crash?

  1. Install vencord web on firefox
  2. Go to discord.com/app
  3. Get flashbanged with a white screen

Errors

image image image image

Request Agreement

Vendicated commented 1 year ago

Cannot reproduce, works on my machine. Please provide more info, like jumping to the error location and reviewing the responsible code image

MeguminSama commented 1 year ago

fwiw I've run into this a few times. just ctrl+r usually fixes when it appears.

Vendicated commented 1 year ago

Oh this is just stock discord issue they still haven't fixed

https://canary.discord.com/channels/1015060230222131221/1024351821873037462/1088933042590072882 If your Discord is crashing when opening a DM, this is actually a stock Discord issue and not related to Vencord in any way. It's one of their new experiments they pushed out to randomly selected people that will allow nitro users to send nitro trials to other users You can disable the experiment to fix the crashing: - open the devtools (`ctrl + shift + i`) - run this snippet ```js Vencord.Webpack.Common.FluxDispatcher.dispatch({ type: "EXPERIMENT_OVERRIDE_BUCKET", experimentId: "2023-02_referral_trials", experimentBucket: 0 }) ```