Our windows installation got corrupted today so I had to reinstall everything from scratch. Everything is back to normal but I am getting this error:
INFO:dashboard:artiq.dashboard.experiments:Submitted 'repo:MOTMainVCA_v20', RID is 15
WARNING:worker(15,MOTMainVCA_v20.py):artiq.coredevice.comm_kernel:Mismatch between gateware
(6.7621.d9b01ed8) and software (6.7653.f941e171) versions
ERROR:worker(15,MOTMainVCA_v20.py):root:Terminating with exception (ConnectionResetError: [WinError
10054] An existing connection was forcibly closed by the remote host)
Traceback (most recent call last):
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\master\worker_impl.py", line 300, in main
exp_inst.run()
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\language\core.py", line 54, in
run_on_core
return getattr(self, arg).run(run_on_core, ((self,) + k_args), k_kwargs)
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\coredevice\core.py", line 137, in run
self.comm.serve(embedding_map, symbolizer, demangler)
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\coredevice\comm_kernel.py", line 648, in
serve
self._read_header()
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\coredevice\comm_kernel.py", line 240, in
_read_header
sync_byte = self._read(1)[0]
File "C:\Users\hoodl\anaconda3\envs\artiq-6\lib\site-packages\artiq\coredevice\comm_kernel.py", line 226, in
_read
new_buffer = self.socket.recv(8192, flag)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
ERROR:master:artiq.master.scheduler:got worker exception in run stage, deleting RID 15
To be clear, it appears the program (in this case MOTMainVCA_v20.py) still runs to completion but this error pops up presumably at the end of the run. I am getting this error regardless of the program I run.