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

Doesn't join meeting #184

Open
dhsellars opened this issue Sep 21, 2023 · 0 comments
Open

Doesn't join meeting #184

dhsellars opened this issue Sep 21, 2023 · 0 comments

Comments

@dhsellars
Copy link

Describe the bug
Script runs and logs in, the calendar is up. But even when the Join button appears the meeting is not seen by the program. Watching the terminal the meeting is not recognized as expected.

To Reproduce
Configuration is for meeting mode 3, meetings only
Run the script, wait for Teams calendar to load
Wait for an event to become available to join, join button is presented
Debug shows
[09:39:06] Looking for new meetings
No calendar element found, switch to mode 2 to only check channel meetings
even when meeting is clearly on screen
No attempt to join is made

Expected behavior
When join button presents on screen meeting should be joined

Screenshots
image

Configuration file
{
"email": "",
"password": "",

"run_at_time": "",

"meeting_mode": 3,
"organisation_num" : -1,
"random_delay": [0,30],
"check_interval": 10,

"join_message": "",

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

"headless" : false,
"mute_audio": true,
"chrome_type": "msedge",

"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": "",

"discord_webhook_url" : ""
}

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Edge
  • Version 117.0.2045.31 (Official build) (64-bit)

Additional context
I'm really looking forward to using this code, it perfectly meets my use case, and THANK YOU for building it in the first place :) I know you've listed as out of support, so I understand if you can't look into it, but figured I'd open the ticket just in case it was an easy fix.

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

1 participant