Processing too many participants will cause analysis button to not appear #61

Closed
opened 2026-03-23 21:45:03 -07:00 by tyler · 1 comment
Owner

Title. Internal log looks like this:


  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\queues.py", line 264, in _feed

    send_bytes(obj)

    ~~~~~~~~~~^^^^^

  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\connection.py", line 200, in send_bytes

    self._send_bytes(m[offset:offset + size])

    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\connection.py", line 289, in _send_bytes

    ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True)

              ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

OSError: [WinError 87] The parameter is incorrect. ```
Title. Internal log looks like this: ```Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\queues.py", line 264, in _feed send_bytes(obj) ~~~~~~~~~~^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\connection.py", line 200, in send_bytes self._send_bytes(m[offset:offset + size]) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.3312.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\connection.py", line 289, in _send_bytes ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 87] The parameter is incorrect. ```
tyler added the Kind/Bug
Reviewed
Confirmed
1
Priority
High
2
labels 2026-03-23 21:45:03 -07:00
Author
Owner

Should be fixed in the next release.

Should be fixed in the next release.
tyler closed this issue 2026-04-14 07:59:17 -07:00
Sign in to join this conversation.