-
Notifications
You must be signed in to change notification settings - Fork 183
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
Joining even if the meeting is blacklisted #48
Comments
Any help? |
I've looked into it and cannot seem to find the issue, can you please try with a fresh install of the bot to verify it's not the changes you've made? |
In the screenshot you attached the meeting in the "Teste" channel is not blacklisted but the other one is. Which one did the bot try to join? |
Oops, "Teste" is not a channel, is a team. and, omg... I thought that line with "Teste -> General" was just to tell which channel and team the meeting was found on Is the bot finding the meeting under another name when searching the channels? There was only one meeting going on at the moment, and by the names, those two are the same |
I had a class I didn't want to join, because its optional (support class), so I left "blacklist_meeting_re" set in config.json with a regex syntax that looks like right.
But auto_joiner.py tried to join in that class even confirming it was [BLACKLISTED]
Screenshot
The print didn't catch the end of that line, but its written
And after
Wating for 23s
Configuration file
(?i)^(plantão|apoio)
catch both expressions (Brazillian Portuguese) with or without capital letters.I put it after some research and testing, should be right even why the [BLACKLISTED] flag appears.
Desktop
Additional context
I made some changes to specific needs:
check_blacklist()
to let only one team not to be blacklistedauto_leave_after_min
feature to take into account double classestry: main()
, adding an except to end the program without errors if the browser is closedThis is probably not the reason for the bug
Why does it happen? Did i do something wrong? Could it be the fact that the meeting is appearing as "Meeting now" instead of "Plantão de Física 2 EMC"?
Thanks in advance
The text was updated successfully, but these errors were encountered: