Skip to content

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

@blluv

Description

@blluv
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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneed reproNeeds minimal, reproducible example

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions