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 is not joining the meeting that I've scheduled #76

Open
harikanani opened this issue Feb 23, 2021 · 13 comments
Open

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

harikanani opened this issue Feb 23, 2021 · 13 comments

Comments

@harikanani
Copy link

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)
@TobiasPankner
Copy link
Owner

How did you schedule the meeting?

@harikanani
Copy link
Author

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

@TobiasPankner
Copy link
Owner

Is the class you have a meeting in the calendar?

@harikanani
Copy link
Author

yes

@TobiasPankner
Copy link
Owner

Can you post the console output?

@harikanani
Copy link
Author

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
Copy link
Owner

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

@harikanani
Copy link
Author

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

@harikanani
Copy link
Author

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
Copy link
Owner

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

@harikanani
Copy link
Author

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
Copy link

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
Copy link

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?

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

4 participants