You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...hed result=10>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...hed result=10>)>
Traceback (most recent call last):
File "asyncio\events.py", line 80, in _run
File "asyncio\proactor_events.py", line 301, in _loop_reading
File "qasync\_windows.py", line 86, in recv_into
TypeError: arguments did not match any overloaded call:
QMutexLocker(mutex: Optional[QMutex]): argument 1 has unexpected type 'QMutexLocker'
QMutexLocker(mutex: Optional[QRecursiveMutex]): argument 1 has unexpected type 'QMutexLocker'
Traceback (most recent call last):
File "qasync\_windows.py", line 196, in run
File "qasync\_windows.py", line 69, in select
File "qasync\_windows.py", line 149, in _poll
TypeError: arguments did not match any overloaded call:
QMutexLocker(mutex: Optional[QMutex]): argument 1 has unexpected type 'QMutexLocker'
QMutexLocker(mutex: Optional[QRecursiveMutex]): argument 1 has unexpected type 'QMutexLocker'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: