bitbot icon indicating copy to clipboard operation
bitbot copied to clipboard

whitelist/blacklist don't seem to work

Open lilmike opened this issue 4 years ago • 3 comments

When testing bitbot on arch linux and discovering rss makes the bot fail to load because of python 3.9, I tried to blacklist rss, and then to whitelist a few modules not including rss, but rss was still attempted to be loaded, which causes the bot to puke and crash. Can this be looked into? -Michael.

lilmike avatar Jun 04 '21 16:06 lilmike

I seem to have a similar issues on Python3.11 and a failing acronym module that I can't deny-list.

poVoq avatar May 23 '23 16:05 poVoq

Turns out this is might be a problem with Python 3.11.

Using Python 3.10 I don't have this problem.

Edit: yeah definitely related: https://github.com/bitbot-irc/bitbot/pull/362

poVoq avatar May 27 '23 19:05 poVoq

Well... regardless of this working or not with Python3.11, even when the bot works fine via Python3.10 I can't get the module blacklist or whitelist to work at all.

Any hint on the syntax for it?

module-blacklist = btc, coins, ddg or module-blacklist = btc,coins,ddg isn't working. I also tried to wrap it in " or {} but no difference.

poVoq avatar Aug 14 '23 23:08 poVoq