steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

[bug] "list index out of range" when selecting summons #114

Closed keikibot closed 2 years ago

keikibot commented 2 years ago

version: v1.4.2 symptom: if choose (1)「colossus omega」(2)「zeus」, and not found at first sight after entering choosing summon page, the error ocurred "list index out of range" __possible reason: in \backend\utils\image_utils.py, L400-L420, var called 'summon_index' intend to be independent, but has same name with another var above log.txt

steve1316 commented 2 years ago

Fixed in v1.5.0