Aditya Singh

Results 3 comments of Aditya Singh

Have you put correct google login credentials in config.py file ?

I have updated the code and fixed this issue for Google Meet bot. If you're trying to use Zoom bot it has not been fixed yet.

> > Add these arguments in bot/**init**.py > > options.add_argument('--remote-debugging-port=9222') > > options.add_argument("--user-data-dir=selenium") > > options.add_argument("start-maximized") > > options.add_argument("--disable-infobars") > > options.add_argument("--disable-extensions") > > options.add_argument("--disable-gpu") > > options.add_argument("--disable-dev-shm-usage") > >...