xtekky / TikTok-ViewBot

ViewBot using requests | Fast, no selenium | Custom Views count and clean Design
https://t.me/onlpx
Apache License 2.0
1.18k stars 472 forks source link

Not working #133

Open HunterFuzzo opened 1 year ago

HunterFuzzo commented 1 year ago

Traceback (most recent call last): File "C:\Users\Azuka\Desktop\TikTok-ViewBot-main\v2.py", line 249, in obj = zefoy() ^^^^^^^ File "C:\Users\Azuka\Desktop\TikTok-ViewBot-main\v2.py", line 97, in init self.driver = ZefoyDriver.get_driver() ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Azuka\Desktop\TikTok-ViewBot-main\v2.py", line 59, in get_driver driver = Chrome(use_subprocess=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Azuka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\undetected_chromedriver__init.py", line 433, in init browser = subprocess.Popen( ^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64qbz5n2kfra8p0\Lib\subprocess.py", line 1024, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64qbz5n2kfra8p0\Lib\subprocess.py", line 1433, in _execute_child args = list2cmdline(args) ^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64qbz5n2kfra8p0\Lib\subprocess.py", line 608, in list2cmdline for arg in map(os.fsdecode, seq): File "", line 824, in fsdecode TypeError: expected str, bytes or os.PathLike object, not NoneType

priyambajpai22 commented 11 months ago

@HunterFuzzo please let me know what you were tring to do when you got this error, so that i can repreduce