GGrandma

Results 5 comments of GGrandma

@UnbreakCode have you tried deleting `cider-config.json`, the file can be found at `%APPDATA%/Cider`. This issue seems to be because of the new lastfm scrobble filter option that was recently added.

I was having the same issue, deleting `window-state.json` fixed the issue for me. The file can be found at `%APPDATA%/Cider/window-state.json`. Although it is odd entirely deleting the Cider folder did...

I was having the same issue. Changing this line in start-wreckfest.sh ``` exec wine server/Wreckfest.exe -s server_config=server_config.cfg ``` to ``` exec wine Wreckfest.exe -s server_config=server_config.cfg ``` fixed the issue for...

Haven't tried what Pierce said yet but I am running my bot off a Raspberry Pi 3 with Python 3.

Sorry for the long long long wait, this did not fix it. The error im getting now is. Exception in command 'profile' Traceback (most recent call last): File "lib/discord/ext/commands/core.py", line...