MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
297 stars 120 forks source link

Bot crashes on running due to 'KeyError: 'reddit_karma_limit_check'' #184

Closed ghost closed 2 years ago

ghost commented 2 years ago

Any ideas what is causing this?

Screenshot 2021-10-17 202905

MrPowerScripts commented 2 years ago

it seems you may have modified the source code in some way that broke it. I would suggest doing a clean clone of the repo, and don't modify anything unless you're aware of what it will do. for example self.config should have a key called reddit_karma_limit_check, but it doesn't seem that it can find it in the config. so i'm guessing something was modified to make it unavailable.