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 "main.py", line 25, in
instance.start()
File "/mnt/d/Downloads/JGM-Automator/automator.py", line 42, in start
self.check_policy()
File "/mnt/d/Downloads/JGM-Automator/automator.py", line 142, in check_policy
if len(UIMatcher.findGreenArrow(self.d.screenshot(format="opencv"))):
File "/mnt/d/Downloads/JGM-Automator/cv.py", line 36, in findGreenArrow
cX = int(M["m10"] / M["m00"])
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 25, in
instance.start()
File "/mnt/d/Downloads/JGM-Automator/automator.py", line 42, in start
self.check_policy()
File "/mnt/d/Downloads/JGM-Automator/automator.py", line 142, in check_policy
if len(UIMatcher.findGreenArrow(self.d.screenshot(format="opencv"))):
File "/mnt/d/Downloads/JGM-Automator/cv.py", line 36, in findGreenArrow
cX = int(M["m10"] / M["m00"])
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered: