Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: arguments did not match any overloaded call QMutexLocker #128

Open
blluv opened this issue Jan 1, 2025 · 0 comments
Open

TypeError: arguments did not match any overloaded call QMutexLocker #128

blluv opened this issue Jan 1, 2025 · 0 comments

Comments

@blluv
Copy link

blluv commented Jan 1, 2025

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant