When I change the hour or rid very fast (using mouse wheel), iquip crashes or printing the error below:
Traceback (most recent call last):
File "C:\Users\QC109_3\iquip\iquip\apps\dataviewer.py", line 1224, in _handleDatasetClicked
self.startRemoteDatasetThread(name)
File "C:\Users\QC109_3\iquip\iquip\apps\dataviewer.py", line 1340, in startRemoteDatasetThread
rid = int(self.remotePart.ridComboBox.currentText())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
Expected behavior
The program should be stable even if the hour or rid is changed rapidly.
Describe the bug
When I change the hour or rid very fast (using mouse wheel), iquip crashes or printing the error below:
Expected behavior
The program should be stable even if the hour or rid is changed rapidly.
To Reproduce
Steps to reproduce the behavior: