BeautifulDiscord
BeautifulDiscord copied to clipboard
Getting "FileNotFoundError: [WinError 3] The system cannot find the path specified" when applying theme...
So, BD and Discord was working fine last night. I rebooted the pc today. Themes are unable to be applied anymore. Says FileNotFoundError: [WinError 3] The system cannot find the path specified: '***\AppData\Roaming\Discord\1.0.9001\modules\discord_desktop_core' Discord opens up normally, but has reverted to the default theme. Trying to re-install BD and just says Requirement already satisfied.
Tried the solution listed in this ticket, but stays the same.
you have to add --force-reinstall
to the command mentioned in that ticket because the version number for master and moved-modules is the same. something like this:
python3 -m pip install -U --force-reinstall https://github.com/leovoel/BeautifulDiscord/archive/refs/heads/moved-modules.zip
Had the same issue and just tried that and it works.