Teams-Auto-Joiner icon indicating copy to clipboard operation
Teams-Auto-Joiner copied to clipboard

Bot is not joining the meeting that I've scheduled

Open harikanani opened this issue 3 years ago • 13 comments

Describe the bug the bot (this program) is not joining the meeting. I've set the meeting time and started the script but not joined the meeting at a time and then it's waiting for the next meeting.

Expected behavior join the meeting that I've scheduled

Configuration file

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

  "run_at_time": "11:45",

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

  "join_message": "",

  "auto_leave_after_min": 60,
  "leave_if_last": true,
  "leave_threshold_number": "",
  "leave_threshold_percentage": "",
  "pause_search": true,

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

  "blacklist": [
    {
      "team_name": "Example Team 1",
      "channel_names": [
        "First Channel to blacklist in this team",
        "Second Channel to blacklist"
      ]
    },
     {
      "team_name": "Blacklist whole team",
      "channel_names": [
      ]
    }
  ],
  "blacklist_meeting_re": ""
}

Desktop (please complete the following information):

  • OS: Windows
  • Browser: chrome
  • Version: 88.0.4324.182 (Official Build) (64-bit)

harikanani avatar Feb 23 '21 06:02 harikanani

How did you schedule the meeting?

TobiasPankner avatar Feb 23 '21 08:02 TobiasPankner

My Class is going to start at 11:45 AM and I've updated the run_at_time to 11:45

harikanani avatar Feb 23 '21 09:02 harikanani

Is the class you have a meeting in the calendar?

TobiasPankner avatar Feb 23 '21 09:02 TobiasPankner

yes

harikanani avatar Feb 23 '21 09:02 harikanani

Can you post the console output?

TobiasPankner avatar Feb 23 '21 09:02 TobiasPankner

it's time over I'll notify you by tomorrow with all the screenshots and all other documents you require. can you tell me what else I've to share?

harikanani avatar Feb 23 '21 09:02 harikanani

The cmd output would be great, if you want you can also make a video of the issue happening.

TobiasPankner avatar Feb 23 '21 09:02 TobiasPankner

okay! I'll let you know when I got the cmd error by tomorrow or maybe today

harikanani avatar Feb 23 '21 09:02 harikanani

hello @TobiasPankner , now it's not working. it waits for the next day meeting I've not changed any data in the config file

harikanani avatar Feb 24 '21 12:02 harikanani

What do you mean by waits for the next day meeting and can you post the cmd output?

TobiasPankner avatar Feb 24 '21 13:02 TobiasPankner

I've set a meeting for 2:00 PM and started bot and it'll only show in the terminal that waits for next day time

harikanani avatar Feb 25 '21 05:02 harikanani

I'm having a similar issue where the Bot is not joining a scheduled calendar meeting organized by someone else in my organization. This is the command output when the script is run: It should have joined a meeting today at 10AM image

harphere avatar Jan 24 '23 17:01 harphere

I'm having the same issue as nickelnine. I'm getting the message no calendar element found, switch to mode 2 to only check channel meetings. Any idea on the cause of this issue?

ehoward77 avatar May 01 '23 19:05 ehoward77