SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
631 stars 20 forks source link

[Major Bug] [FIX IN REPLIES] Dorion can no longer join/make any voice calls of any form (VCs are unusable), rendering a large majority of Discord unaccessible to Dorion users. #132

Closed PeaceDevWasTaken closed 1 year ago

PeaceDevWasTaken commented 1 year ago

Describe the bug Describe the problem here. Discord says Dorion can not join voice calls because the browser is out of date To Reproduce Steps to reproduce the behavior: Join any voice channel in the Dorion client Expected behavior Describe what should be expected here. it should just join the voice channel Screenshots If applicable, add screenshots to help explain your problem.

System Info (please complete the following information):

Additional context Add any other context about the problem here. Attempting to join a voice channel causes the application to state the web browser is unsupported/out of date and to use opera firefox chrome edge ect as an alternative, essentially making the client unusable in voice calls.

SpikeHD commented 1 year ago

This is known and was fixed in 2.0, which is hopefully releasing pretty soon. If you'd like a slightly jank fix in the meantime:

  1. Create a .js file in your Dorion plugins folder. For example, I'd name it to temp_voice_fix.js
  2. In that file, paste this code:
  // Set useragent to be Chrome as it is closest to what we actually are
  Object.defineProperty(navigator, 'userAgent', {
    get: () => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'
  })
  1. Enable it and set it to "Preload" in Dorion settings
  2. Restart

While it won't break anything, you'll probably want to delete this fix once you update to 2.0.

PeaceDevWasTaken commented 1 year ago

Thanks for the fix, but I just ended up downloading the preview 2.0.0 windows exclusive build from your discord server

If anyone else wants it here you go https://cdn.discordapp.com/attachments/1128911050117488640/1168708610105299034/Dorion_2.0.0_x64_en-US.msi?ex=6552bfb6&is=65404ab6&hm=bd15fd33380da12754102577248c124815b70f661889914465bdab99c50cfa0b&