BeautifulDiscord icon indicating copy to clipboard operation
BeautifulDiscord copied to clipboard

Getting "FileNotFoundError: [WinError 3] The system cannot find the path specified" when applying theme...

Open Dajova opened this issue 3 years ago • 2 comments

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.

Dajova avatar Apr 23 '21 10:04 Dajova

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

llyyr avatar Apr 28 '21 05:04 llyyr

Had the same issue and just tried that and it works.

Eppy37 avatar Apr 29 '21 02:04 Eppy37