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
Bot has been successfully started!
Your screen resolution is 768p
Current time is 15:26:37
To stop bot execution press 'ctrl+c'
Opening cmd
Launching Valorant
Closing command line
Exception in thread error_checker:
Traceback (most recent call last):
File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\ValorantBot\scripts\ingame_error.py", line 29, in check
Fore.YELLOW + "\nError occurred\n", handle)
File "D:\ValorantBot\scripts\gameplay.py", line 90, in check_for
x, y, w, h = s.locate_on_screen(pic, conf, region)
File "D:\ValorantBot\scripts\helpers\screen.py", line 23, in locate_on_screen
return pyautogui.locateOnScreen('../resources/' + settings.resolution_string + pic, reg, confidence=conf)
AttributeError: module 'settings' has no attribute 'resolution_string'
Traceback (most recent call last):
File "bot.py", line 56, in
main()
File "bot.py", line 29, in main
valorant.launch()
File "D:\ValorantBot\scripts\valorant.py", line 23, in launch
check_update()
File "D:\ValorantBot\scripts\valorant.py", line 91, in check_update
+ '/update_play.png', confidence=.7)
AttributeError: module 'settings' has no attribute 'resolution_string'`
I just changed the settings of valorant_is_opened = False just this on I changed then nothing please help me.
when I try to run it open's cmd and then open's Valorant and gives this error in the treminal.😢😭
The text was updated successfully, but these errors were encountered:
`___________________________________
Bot has been successfully started!
Your screen resolution is 768p
Current time is 15:26:37
To stop bot execution press 'ctrl+c'
Opening cmd
Launching Valorant
Closing command line
Exception in thread error_checker:
Traceback (most recent call last):
File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\ValorantBot\scripts\ingame_error.py", line 29, in check
Fore.YELLOW + "\nError occurred\n", handle)
File "D:\ValorantBot\scripts\gameplay.py", line 90, in check_for
x, y, w, h = s.locate_on_screen(pic, conf, region)
File "D:\ValorantBot\scripts\helpers\screen.py", line 23, in locate_on_screen
return pyautogui.locateOnScreen('../resources/' + settings.resolution_string + pic, reg, confidence=conf)
AttributeError: module 'settings' has no attribute 'resolution_string'
Traceback (most recent call last):
File "bot.py", line 56, in
main()
File "bot.py", line 29, in main
valorant.launch()
File "D:\ValorantBot\scripts\valorant.py", line 23, in launch
check_update()
File "D:\ValorantBot\scripts\valorant.py", line 91, in check_update
+ '/update_play.png', confidence=.7)
AttributeError: module 'settings' has no attribute 'resolution_string'`
I just changed the settings of valorant_is_opened = False just this on I changed then nothing please help me.
when I try to run it open's cmd and then open's Valorant and gives this error in the treminal.😢😭
The text was updated successfully, but these errors were encountered: