Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #29

Closed
vovafes opened this issue Jun 10, 2022 · 2 comments
Closed

Error #29

vovafes opened this issue Jun 10, 2022 · 2 comments

Comments

@vovafes
Copy link

vovafes commented Jun 10, 2022

Traceback (most recent call last):
File "/Users/vovafes/Desktop/Snapchat-Snapscore-Botter-main/main.py", line 137, in
obj.main()
File "/Users/vovafes/Desktop/Snapchat-Snapscore-Botter-main/main.py", line 111, in main
ctypes.windll.kernel32.SetConsoleTitleW("Snapchat Score Botter | Developed by @useragents on Github")
AttributeError: module 'ctypes' has no attribute 'windll'

@useragents
Copy link
Owner

You can remove any lines using the class ctypes as your OS is not supported by it. ctypes is not required for this script to work.

@vovafes
Copy link
Author

vovafes commented Jun 14, 2022

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/keyboard/init.py", line 294, in listen
_os_keyboard.listen(self.direct_callback)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/keyboard/_darwinkeyboard.py", line 430, in listen
raise OSError("Error 13 - Must be run as administrator")
OSError: Error 13 - Must be run as administrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants