aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

ecube recordings not being stopped #87

Open leoscholl opened 3 years ago

leoscholl commented 3 years ago

happens rarely, maybe once every two weeks. ecube will keep recording one or both of the digital/analog panels after the experiment has stopped.

leoscholl commented 3 years ago

happened again today, digitalpanel recording wouldn't stop, although analogpanel did stop.

runserver log says:

read_until: Connection reset by peer

eCube recording could not be stopped! Please manually stop the recording

ecube log says:

Traceback (most recent call last):
  File "/home/pagaiisland/code/bmi3d/features/ecube_features.py", line 52, in cleanup
    self._ecube_cleanup(saveid)
  File "/home/pagaiisland/code/bmi3d/features/ecube_features.py", line 79, in _ecube_cleanup
    ec.remotestopsave(session)
  File "/home/pagaiisland/code/bmi3d/riglib/ecube/pyeCubeStream.py", line 448, in remotestopsave
    raise RuntimeError(reply[0].decode('utf-8'))
RuntimeError: read_until: Connection reset by peer
read_until: Connection reset by peer