Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whitelist/blacklist don't seem to work #317

Open
lilmike opened this issue Jun 4, 2021 · 3 comments
Open

whitelist/blacklist don't seem to work #317

lilmike opened this issue Jun 4, 2021 · 3 comments
Labels

Comments

@lilmike
Copy link

lilmike commented Jun 4, 2021

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 lilmike changed the title n whitelist/blacklist don't seem to work whitelist/blacklist don't seem to work Jun 4, 2021
@examknow examknow added the bug label Jun 4, 2021
@poVoq
Copy link

poVoq commented May 23, 2023

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

@poVoq
Copy link

poVoq commented May 27, 2023

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: #362

@poVoq
Copy link

poVoq commented Aug 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants