Skip to content
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

NetMQ problem when calibration starts #29

Closed
joobei opened this issue Jul 21, 2017 · 1 comment
Closed

NetMQ problem when calibration starts #29

joobei opened this issue Jul 21, 2017 · 1 comment
Assignees

Comments

@joobei
Copy link

joobei commented Jul 21, 2017

When I press 'c' to begin calibration there is an exception error.

TerminatingException: CheckContextTerminated - yes, is terminated.
NetMQ.Core.SocketBase.CheckContextTerminated ()
NetMQ.Core.SocketBase.TrySend (NetMQ.Msg& msg, TimeSpan timeout, Boolean more)
NetMQ.NetMQSocket.TrySend (NetMQ.Msg& msg, TimeSpan timeout, Boolean more)
NetMQ.OutgoingSocketExtensions.Send (IOutgoingSocket socket, NetMQ.Msg& msg, Boolean more)
NetMQ.OutgoingSocketExtensions.SendFrame (IOutgoingSocket socket, System.Byte[] data, Int32 length, Boolean more)
NetMQ.OutgoingSocketExtensions.SendMoreFrame (IOutgoingSocket socket, System.Byte[] data, Int32 length)
NetMQ.OutgoingSocketExtensions.SendMultipartMessage (IOutgoingSocket socket, NetMQ.NetMQMessage message)
PupilGazeTracker._sendRequestMessage (System.Collections.Generic.Dictionary`2 data) (at Assets/Scripts/PupilGazeTracker.cs:1788)
PupilGazeTracker.StartCalibration () (at Assets/Scripts/PupilGazeTracker.cs:2096)
PupilGazeTracker.Update () (at Assets/Scripts/PupilGazeTracker.cs:880)

This is the offending line:

_sendRequestMessage ( new Dictionary<string,object> {{"subject","start_plugin"},{"name",_currCalibModeDetails.calibPlugin}});

--System--
Unity 5.6.2f1
Windows 10 x64
pupil_v0912_windows_x64
Latest Drivers

@mkassner
Copy link
Member

mkassner commented Jan 4, 2018

I believe this code is long replaced.

@mkassner mkassner closed this as completed Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants