kaanosu / ValorantArduinoColorbot

Hardware Colorbot for Valorant.
29 stars 5 forks source link

dont run #2

Closed doiseffe closed 7 months ago

doiseffe commented 8 months ago

it doesnt run the main.py ive spoofed and my arduino is in the right port with the pid and vid correct, can u help?

Traceback (most recent call last): File "C:\Users\ferna\Downloads\ValorantArduinoColorbot-main\main.py", line 39, in Main().run() File "C:\Users\ferna\Downloads\ValorantArduinoColorbot-main\main.py", line 12, in init self.Colorbot = Colorbot(self.CENTER_X - self.XFOV // 2, self.CENTER_Y - self.YFOV // 2, self.XFOV, self.YFOV) File "C:\Users\ferna\Downloads\ValorantArduinoColorbot-main\colorbot.py", line 13, in init self.mouse = Mouse() File "C:\Users\ferna\Downloads\ValorantArduinoColorbot-main\mouse.py", line 11, in init self.serial_port = serial.Serial() AttributeError: module 'serial' has no attribute 'Serial

doiseffe commented 8 months ago

so, i managed to make it run but it seems to doesnt work too, it misses the shot

kaanosu commented 7 months ago

config issue