You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
"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.
The text was updated successfully, but these errors were encountered:
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
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):
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.
The text was updated successfully, but these errors were encountered: