截至今天,当我尝试打开 Discord 时,它提示我需要更新到 0.0.89 版本。问题是,我已经用的是 0.0.90 版本了。我对此很有信心,因为 Linux Discord 客户端要求我手动安装和下载每个新版本,而我拥有 0.0.90 版本文件。
的输出discord --version
与此一致,但我注意到一个相当奇怪的消息:
[Updates] You are living in the future! Come back time traveller!
完整输出:
isikyus@Raeltar:~/Downloads$ discord --version
Discord 0.0.90
Starting app.
Starting updater.
4/15/2025, 9:38:46 PM GMT+10 [Modules] Modules initializing
4/15/2025, 9:38:46 PM GMT+10 [Modules] Distribution: remote
4/15/2025, 9:38:46 PM GMT+10 [Modules] Host updates: enabled
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module updates: enabled
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module install path: /home/isikyus/.config/discord/0.0.90/modules
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module installed file path: /home/isikyus/.config/discord/0.0.90/modules/installed.json
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module download path: /home/isikyus/.config/discord/0.0.90/modules/pending
splashScreen.initSplash(false)
CDM component API found
blackbox: 4/15/2025, 9:38:46 PM GMT+10 0
----------------------------------------------
CDM completed with status: cdm-ready-success
blackbox: 4/15/2025, 9:38:46 PM GMT+10 1 Discord starting: {"releaseChannel":"stable","version":"0.0.90"}, modulepath: /home/isikyus/.config/discord/0.0.90/modules
blackbox: 4/15/2025, 9:38:46 PM GMT+10 2 ✅ webContents.created web1 ""
blackbox: 4/15/2025, 9:38:46 PM GMT+10 3 ✅ window.created win1 "discord"
21:38:46.701 › DiscordSplash.signalReady
splashScreen: SPLASH_SCREEN_READY
splashScreen.webContentsSend: SPLASH_SCREEN_QUOTE SPLASH_SCREEN_QUOTE [ 'Hold Tight — Loading Discord' ]
4/15/2025, 9:38:46 PM GMT+10 [Modules] No updates to install
splashScreen: no-pending-updates
4/15/2025, 9:38:46 PM GMT+10 [Modules] Checking for host updates.
splashScreen: checking-for-updates
splashScreen.updateSplashState checking-for-updates checking-for-updates {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'checking-for-updates' } ]
21:38:46.751 › Slow network is detected. See https://www.chromestatus.com/feature/[SOME HEX STRING] for more details. Fallback font will be used while loading: file:///usr/share/discord/resources/app.asar/app_bootstrap/splash/[SOME HEX STRING].woff2
21:38:46.765 › DiscordSplash.onStateUpdate: {"status":"checking-for-updates"}
21:38:46.765 › Splash.onStateUpdate: {"status":"checking-for-updates"}
blackbox: 4/15/2025, 9:38:46 PM GMT+10 4 ✅ webContents.did-finish-load web1
[Updates] You are living in the future! Come back time traveller!
4/15/2025, 9:38:47 PM GMT+10 [Modules] Host update is available. Manual update required!
splashScreen: update-manually 0.0.89
splashScreen.updateSplashState update-manually update-manually { newVersion: '0.0.89' }
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'update-manually', newVersion: '0.0.89' } ]
splashScreen: update-check-finished true 1 true
21:38:47.114 › DiscordSplash.onStateUpdate: {"status":"update-manually","newVersion":"0.0.89"}
21:38:47.115 › Splash.onStateUpdate: {"status":"update-manually","newVersion":"0.0.89"}
21:38:47.117 › Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: file:///usr/share/discord/resources/app.asar/app_bootstrap/splash/[SOME HEX STRING].woff2
21:38:47.701 › Splash.updateCountdownSeconds: undefined
21:38:48.701 › Splash.updateCountdownSeconds: undefined
21:38:49.701 › Splash.updateCountdownSeconds: undefined
21:38:50.701 › Splash.updateCountdownSeconds: undefined
21:38:51.701 › Splash.updateCountdownSeconds: undefined
21:38:52.701 › Splash.updateCountdownSeconds: undefined
splashScreen: SPLASH_SCREEN_QUIT
blackbox: 4/15/2025, 9:38:52 PM GMT+10 5 before-quit
blackbox: 4/15/2025, 9:38:52 PM GMT+10 6 window.close win1
[SOME HEX STRING]
我添加了占位符,以防实际的十六进制字符串在我的帐户中是唯一的。我怀疑不是,但你还是要小心谨慎。
我查看了https://discord.com/tags/changelog,但那里最后一篇帖子是三月份的。我能找到的最后一篇补丁说明是https://discord.com/blog/discord-patch-notes-april-3-2025。如果4月3日有更新,我肯定能注意到。
为什么 Discord 告诉我需要早期版本,降级是否安全?
事实证明,Discord 故意回滚了版本,是因为 0.0.90 版本中存在一个 bug。摘自[仅限 Linux] 0.0.90 版本语音无法正常工作:
这也在r/archlinux 中讨论过:Discord Broken?
“我该如何回滚Discord?” “你必须卸载它”
如果您使用 .deb 文件安装了 Discord,它已在系统的包管理器 (dpkg/apt) 中注册。您可以使用以下命令之一将其删除:
标准删除(保留配置文件)
sudo apt remove discord
^这对我有用。