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
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\Gmail-Generator-Python-main\source\gmail_generator.py", line 188, in
if open_firefox() :
File "C:\Users\Administrator\Desktop\Gmail-Generator-Python-main\source\gmail_generator.py", line 48, in open_firefox location=pyautogui.center(start_button)
File "C:\Python310\lib\site-packages\pyscreeze_init_.py", line 582, in center
return Point(coords[0] + int(coords[2] / 2), coords[1] + int(coords[3] / 2))
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\Gmail-Generator-Python-main\source\gmail_generator.py", line 188, in
if open_firefox() :
File "C:\Users\Administrator\Desktop\Gmail-Generator-Python-main\source\gmail_generator.py", line 48, in open_firefox
location=pyautogui.center(start_button)
File "C:\Python310\lib\site-packages\pyscreeze_init_.py", line 582, in center
return Point(coords[0] + int(coords[2] / 2), coords[1] + int(coords[3] / 2))
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: