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

Bot doesn't join Meetings after leaving one #116

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

Bot doesn't join Meetings after leaving one #116

WINOFFRG opened this issue Jun 4, 2021 · 3 comments

Comments

@WINOFFRG
Copy link

WINOFFRG commented Jun 4, 2021

Describe the bug
In most cases what I observe is that the bot doesn't join the meeting after leaving the previous one. It does list the meeting which has recently started but doesn't join them. For this, I always have to end the program and restart it and same after every meeting.

Expected behavior
Should join the latest meeting started or any of the ones listed in currently active.

Screenshots
image
image

Check the timestamps in above Screenshot

Configuration file

{
  "email": "",
  "password": "",

  "run_at_time": "",

  "meeting_mode": 1,
  "organisation_num" : -1,
  "random_delay": false,
  "check_interval": 10,

  "join_message": "",

  "auto_leave_after_min": -1,
  "leave_if_last": true,
  "leave_threshold_number": "15",
  "leave_threshold_percentage": "",
  "pause_search": false,

  "headless" : true,
  "mute_audio": true,
  "chrome_type": "google-chrome",

  "blacklist": [
    {
      "team_name": "",
      "channel_names": []
    },
     {
      "team_name": "",
      "channel_names": []
    }
  ],
  "blacklist_meeting_re": ".*Canceled:.*",

  "discord_webhook_url" : "https://discord.com/api/webhooks/#"
}

Desktop (please complete the following information):

  • OS: Ubuntu , Ubuntu Server LTS and Windows 10
  • Browser : Google Chrome
  • Version : 90.0.4430
@TobiasPankner
Copy link
Owner

You can try disabling headless mode, maybe you can see whats going wrong in the browser.

@WINOFFRG
Copy link
Author

WINOFFRG commented Jun 4, 2021

Checked in headless mode disabled (3 Times on Ubuntu and W10), The issue is the same. In MS Teams windows, I could see the selection which is searching for meetings. And in logs the same where meetings are getting listed ...
Looks like the problem is with the code itself.

@TobiasPankner
Copy link
Owner

In your screenshot, which one did it join previously and which one did you want it to join after leaving?

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

No branches or pull requests

2 participants