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
In one rig (428-9-B), when I hit Preview, I see the following error.
Any clue @XX-Yin@ZhixiaoSu ?
The FLIR cameras are connected, recognized, set-up, and properly running.
Traceback (most recent call last):
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\Dialogs.py", line 1206, in _start_preview
self.MainWindow.Channel.CameraStartType(int(2))
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\rigcontrol.py", line 226, in CameraStartType
self.send("/camerastarttype", value)
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\rigcontrol.py", line 60, in send
return self.client.sendOSC(message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\svc_aind_behavior\AppData\Local\miniconda3\envs\Foraging\Lib\site-packages\pyOSC3\OSC3.py", line 2869, in sendOSC
txOk = self._transmitMsgWithTimeout(msg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\svc_aind_behavior\AppData\Local\miniconda3\envs\Foraging\Lib\site-packages\pyOSC3\OSC3.py", line 2857, in _transmitMsgWithTimeout
len_big_endian = array.array('c', '\0' * 4)
^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cannot use a str to initialize an array with typecode 'c'
The text was updated successfully, but these errors were encountered:
In one rig (428-9-B), when I hit Preview, I see the following error.
Any clue @XX-Yin @ZhixiaoSu ?
The FLIR cameras are connected, recognized, set-up, and properly running.
Traceback (most recent call last):
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\Dialogs.py", line 1206, in _start_preview
self.MainWindow.Channel.CameraStartType(int(2))
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\rigcontrol.py", line 226, in CameraStartType
self.send("/camerastarttype", value)
File "C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui\rigcontrol.py", line 60, in send
return self.client.sendOSC(message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\svc_aind_behavior\AppData\Local\miniconda3\envs\Foraging\Lib\site-packages\pyOSC3\OSC3.py", line 2869, in sendOSC
txOk = self._transmitMsgWithTimeout(msg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\svc_aind_behavior\AppData\Local\miniconda3\envs\Foraging\Lib\site-packages\pyOSC3\OSC3.py", line 2857, in _transmitMsgWithTimeout
len_big_endian = array.array('c', '\0' * 4)
^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cannot use a str to initialize an array with typecode 'c'
The text was updated successfully, but these errors were encountered: