SmithLabNeuro / Ex

Experimental Software
8 stars 1 forks source link

[Bug] error msg for running recordex persists during experiment #16

Open meganmcd13 opened 10 months ago

meganmcd13 commented 10 months ago

Describe the bug If communication with the data computer fails on the first attempt, but is then established, the red error message "Communication with data computer failed ..." still remains on experiment screen while trials are running.

To Reproduce Steps to reproduce the behavior:

  1. Run "runex" without "recordex"
  2. Hit 'r' to start recording data, it will time out since "recordex" is not running
  3. Start "recordex" after it times out
  4. Hit 'r' again to start recording data, it will not time out since "recordex" is now running
  5. Error message persists.

Expected behavior Error message should disappear.