Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Endless loading screen after a few seconds #197

Closed
Lolotronop opened this issue Oct 25, 2023 · 4 comments · Fixed by #200
Closed

Endless loading screen after a few seconds #197

Lolotronop opened this issue Oct 25, 2023 · 4 comments · Fixed by #200

Comments

@Lolotronop
Copy link

Lolotronop commented Oct 25, 2023

Had this problem both with flatpak and AUR versions of discord-screenaudio, normal discord flatpak and web version work as usual
I open Discord, it loads messages in my last opened channel (or dm), and after a few seconds I'm met with the same old loading screen (that also has a note on streaming issues on Windows with NVIDIA, lol what a meme). Sometimes the loading screen did close again, but I couldn't send or receive messages (altho dm notifications still appeared? this is weird) and guild members didn't load.
Logs below seem to suggest that it tries to connect to the Discord's websocket and can't for some reason, and this exact sequence just repeats endlessly. This might be a discord issue tho

[discord] [GatewaySocket] [CONNECTED] wss://gateway-us-east1-d.discord.gg/?encoding=json&v=9&compress=zlib-stream in 506 ms
[discord] [ConnectionStore] handleIdentify called [object Object]
[discord] [GatewaySocket] Setting connection state to IDENTIFYING
[discord] [GatewaySocket] [IDENTIFY]
[discord] [GatewaySocket] [HELLO] via
[discord] gateway-prd-us-east1-d-df49: 0, heartbeat interval: 41250, took 512 ms
[discord] [ConnectionStore] Dispatched INITIAL_GUILD [CENSORED, currently opened guild ID was there]
[discord] [GatewaySocket] resetSocketOnError TypeError: Object.hasOwn is not a function
[discord]     at Function.asBigFlag (https://discord.com/assets/c2ed574fea87e62d7d97.js:1:986467)
[discord]     at j.canBasicChannel (https://discord.com/assets/c2ed574fea87e62d7d97.js:1:819245)
[discord]     at https://discord.com/assets/b8f7ac37ee6bd14069da.js:1:9850
[discord]     at z (https://discord.com/assets/b8f7ac37ee6bd14069da.js:1:10122)
[discord]     at Z (https://discord.com/assets/b8f7ac37ee6bd14069da.js:1:11478)
[discord]     at https://discord.com/assets/3761a6fb12b09e0724b2.js:1:900919
[discord]     at https://discord.com/assets/3761a6fb12b09e0724b2.js:1:907154
[discord]     at m._dispatch (https://discord.com/assets/3761a6fb12b09e0724b2.js:1:900911)
[discord]     at https://discord.com/assets/3761a6fb12b09e0724b2.js:1:900481
[discord]     at s.log (https://discord.com/assets/3761a6fb12b09e0724b2.js:1:907087)
[discord] [GatewaySocket] [RESET] (true, 1000, Resetting socket due to error.)
[discord] [Flux] Dispatching CONNECTION_CLOSED
[discord] [AuthenticationStore] handleConnectionClosed called with code 1000. [object Object]
[discord] [ConnectionStore] connection closed dispatched
[discord] [GatewaySocket] Setting connection state to WILL_RECONNECT
[discord] Uncaught TypeError: Object.hasOwn is not a function
@hizani
Copy link

hizani commented Oct 25, 2023

same
image

I only have the loading screen after I open any channel with GIF images, but even if I don't do that I still have the same problems:

  1. Contacts don't load
  2. I can't send and receive messages.
  3. I can’t enter any voice channel.

@TheMenko
Copy link

same issue

@gjedlicska
Copy link

i have the same issue on a flatpak version

@JamiKettunen
Copy link

JamiKettunen commented Oct 25, 2023

@maltejur perhaps doing the Qt6 migration (#117) now will help solve both this and #196? seems the new webapp is using stuff not present in the at this point ancient chrome shipped with qt5-webengine (v87.0.4280.144 if https://wiki.qt.io/QtWebEngine/ChromiumVersions is to be believed) while Qt 6.6.0's WebEngine is based on v112.0.5615.213

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants