Zoom-Automation
                                
                                
                                
                                    Zoom-Automation copied to clipboard
                            
                            
                            
                        Issue with entering code/joining meeting
What is the correct format of the path that the system will accept? Every time the bat file is ran, it indicates that the system cannot find the path.
You can just run the main.py file if you are facing any issues with run.bat
The run.bat file is for a an optional quick launch where you have to prespecify the two paths for it to work
So if I just download the file as is (I have the packages of pyautogui and schedule all downloaded) and just open the main.py to enter the meeting details and run the program, then there shouldn't be any problems, right? Thanks
Do I just skip all of the steps below? Open the run.bat and set the paths First Path - "Path to where python is located" Second Path - "Path to where the main.py is located" Make sure the joinING.png is located in the same folder as main.py and run.bat Run the run.bat to run the batch file Alternatively you can also run the main.py for the same result but run.bat is preferred
Yes you can skip them, Most probable cause of error would be the joinIMG.png
Refer this if everything works and stops at join button screen
Thanks for the response. I tried changing the join IMG to another Snipping Tool screenshot, but it still is not working. This is my new snip:
Maybe, upon reading earlier posts, my computer is just slow. I also saw that you recommended before to switch the time.sleep time interval to make it a little slower. In this case, what do you recommend switching the interval to? And which time.sleep command in the code should I change? Thanks again.