-
Notifications
You must be signed in to change notification settings - Fork 11
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
OverflwError #18
Comments
Hi @ABMBelgrade thanks for reporting the issue. Does this happen to every session, or a particular one? Also, do you have a recording that I can use to reproduce this issue? Thanks |
Every session. I have a recording that i made with LabRecorder. |
Hi @ABMBelgrade , seems I am able to run your file on my machine without problems. May I ask which Python version you are using? I suggest using Python 3. |
As soon as i click on Update Stream, i get an error in paintwidget.py:
`
for ch_idx in range(n_chans):
`
in line in painter.drawLine(...)
OverflowError: argument 4 overflowed: value must be in the range -2147483648 to 2147483647
When debuging, values in dataBuffer are too large, but i cannot figure out why is that. Im not sending those kind of values on the stream.
The text was updated successfully, but these errors were encountered: