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
raiseQReaderException('Received message of type: %s where response was expected')
This exception has "%s" but is missing argument.
Suggestion: raise QReaderException('Received message of type: %s where response was expected' % response.type)
qPython/qpython/qconnection.py
Line 309 in 7e64a28
This exception has "%s" but is missing argument.
Suggestion:
raise QReaderException('Received message of type: %s where response was expected' % response.type)