Traceback (most recent call last):
File “C:\Users\mcazm\OneDrive\Masaüstü\rospeed-main\main.py”, line 6, in
main.main()
File “C:\Users\mcazm\OneDrive\Masaüstü\rospeed-main\src\threading.py”, line 73, in main
self.run_procfunc()
File “C:\Users\mcazm\OneDrive\Masaüstü\rospeed-main\src\threading.py”, line 47, in run_procfunc
p.start()
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\process.py”, line 121, in start
self._popen = self._Popen(self)
^^^^^^^^^^^^^^^^^
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\context.py”, line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\context.py”, line 336, in _Popen
return Popen(process_obj)
^^^^^^^^^^^^^^^^^^
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\popen_spawn_win32.py”, line 95, in init
reduction.dump(process_obj, to_child)
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\reduction.py”, line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle ‘_thread.lock’ object
PS C:\Users\mcazm\OneDrive\Masaüstü\rospeed-main> Traceback (most recent call last):
File “”, line 1, in
File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\spawn.py”, line 108, in spawn_main
source_process = _winapi.OpenProcess(
^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 87] Parametre hatalı
It means there is a bug in your code.
What code did you run that caused this error?
Please post the code as pre-formatted text using the </>
button in the post editor tool bar.
there is alot of codes which one we need?
I am begginner sorry.
{ "performance": { "process": 2, "threads": 400 }, "request": { "module": "socket", "timeout": 5, "proxyLess": false }, "groupRanges": { "method": { "sortedIds": false, "randomIds": true }, "min": 22000000, "max": 30000000, "batchsize": 100 }, "webhook": { "url": "https://discord.com/api/webhooks/1264292424990064671/WpG2UF9DcjCDJWxuwuNs94eIU8srE9ee1aE86-wpKHFLl2gNX5fGxpCU8GxKrkmeLBib", "groupPing": true }, "proxy": { "scrapeProxies": true, "sources": [ "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt" ] } }
this one is config file
i use windows 11 and python 3.11
That is a JSON config(?) file.
That is not the code that causes the traceback.
As a beginner it usual that you start with small programs,
I’m guessing from what you way that you have a big program.
Where did you get the code you are trying to run?
this is the code
I assume you are not the author of the code.
Please ask the author for help as they are in the best place to understand the traceback and help you.
ok, thanks