useragents / Proxyless-TikTok-Username-Checker

Loops through a list of usernames to check if they are available or unavailable
487 stars 86 forks source link

I get an error every single time it checks #36

Closed WasayC closed 2 years ago

WasayC commented 2 years ago
   [Unavailable] TxXO

Exception in thread Thread-67 (thread_starter): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 946, in run self._target(*self._args, *self._kwargs) File "/root/Proxyless-TikTok-Username-Checker/main.py", line 96, in thread_starter self.check_username(self.usernames[self.counter]) File "/root/Proxyless-TikTok-Username-Checker/main.py", line 67, in check_username self.update_title() File "/root/Proxyless-TikTok-Username-Checker/main.py", line 34, in update_title ctypes.windll.kernel32.SetConsoleTitleW( AttributeError: module 'ctypes' has no attribute 'windll' [Unavailable] vtT6 Exception in thread Thread-68 (thread_starter): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 946, in run self._target(self._args, **self._kwargs) File "/root/Proxyless-TikTok-Username-Checker/main.py", line 96, in thread_starter self.check_username(self.usernames[self.counter]) File "/root/Proxyless-TikTok-Username-Checker/main.py", line 67, in check_username self.update_title() File "/root/Proxyless-TikTok-Username-Checker/main.py", line 34, in update_title ctypes.windll.kernel32.SetConsoleTitleW( AttributeError: module 'ctypes' has no attribute 'windll'

ghost commented 2 years ago

same

useragents commented 2 years ago

Already answered here.