AdriaGual / marvel-snap-bot

A computer vision bot made with OpenCV and ADB.
106 stars 27 forks source link

adb not recognized #63

Open lorenzostani opened 1 year ago

lorenzostani commented 1 year ago

when i run python start.py I get this error "adb" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch. Connection result: "adb" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch. "adb" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch. Traceback (most recent call last): File "C:\Users\Administrator\Documents\marvel-snap-bot\start.py", line 23, in <module> screenshot_dimensions = screenshot.shape AttributeError: 'NoneType' object has no attribute 'shape'

lorenzostani commented 1 year ago

how can i fix it?

AdriaGual commented 1 year ago

Hi my italian friend!

So the error says that the adb path you've set doesn't have adb install.

Can you provide an screenshot of your config.py file?