TobiasPankner / Teams-Auto-Joiner

Python script to automatically join Microsoft Teams meetings.
GNU General Public License v3.0
530 stars 184 forks source link

Bot is not joining the meeting that I've scheduled #76

Open harikanani opened 3 years ago

harikanani commented 3 years ago

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):

TobiasPankner commented 3 years ago

How did you schedule the meeting?

harikanani commented 3 years ago

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

TobiasPankner commented 3 years ago

Is the class you have a meeting in the calendar?

harikanani commented 3 years ago

yes

TobiasPankner commented 3 years ago

Can you post the console output?

harikanani commented 3 years ago

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?

TobiasPankner commented 3 years ago

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

harikanani commented 3 years ago

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

harikanani commented 3 years ago

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

TobiasPankner commented 3 years ago

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

harikanani commented 3 years ago

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

harphere commented 1 year ago

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

ehoward77 commented 1 year ago

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?