teja156 / microsoft-teams-class-attender

A bot to attend classes on microsoft teams
347 stars 191 forks source link

presenter sets all the permission and if wait time in lobby is more, the program crashes #10

Closed VivanVatsa closed 3 years ago

VivanVatsa commented 3 years ago

presenters (Professors) are in control of all the permissions, whom they want to let it in or whom they don't. if the wait time in the lobby is more than 8 - 10 mins, the program crashes. there has to be some reverse refresh loop problem ??

amalthomas-exe commented 3 years ago

Try increasing the timeout duration try_time = int(start_time.split(":")[1]) + <preferred duration>

VivanVatsa commented 3 years ago

tried splitting with preferred duration. no luck still

amalthomas-exe commented 3 years ago

Sorry I missed a point edit the following code also: k = 1 while k<=15: #increase from 15 to something else print("Join button not found, trying again") time.sleep(60)

VivanVatsa commented 3 years ago

oh okay. now i got it. closing the issue now

pranav-05 commented 3 years ago

I think in such case ,we have to change the code in such way that bot does not leaves the meeting/class until the attandance becomes 50% of total.