We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...\ARCADE\arcade\EyeServer\CalibrateEyelink.m
Sometimes, the status string returned by Eyelink doesn't match the pattern:
-0.5 -0.5 1 1 10 MOVING
instead, an empty string is returned. This will cause index exceeds array bounds error in line 181
index exceeds array bounds
below i printed the statusStr and the length of splitted array.
statusStr
The text was updated successfully, but these errors were encountered:
Hi! Thank you for reporting this and sorry for the delay. We'll look into making the EyeLink polling mechanism more robust.
Sorry, something went wrong.
pantaray
No branches or pull requests
...\ARCADE\arcade\EyeServer\CalibrateEyelink.m
Sometimes, the status string returned by Eyelink doesn't match the pattern:
-0.5 -0.5 1 1 10 MOVING
instead, an empty string is returned.
This will cause
index exceeds array bounds
error in line 181below i printed the
statusStr
and the length of splitted array.The text was updated successfully, but these errors were encountered: