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
See the following output from a gateway log when running the basic test in the readme:
today at 8:06:39 PMProcess Process-55:
today at 8:06:39 PMTraceback (most recent call last):
today at 8:06:39 PM File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
today at 8:06:39 PM self.run()
today at 8:06:39 PM File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
today at 8:06:39 PM self._target(*self._args, **self._kwargs)
today at 8:06:39 PM File "/pkg/skylark/gateway/gateway_sender.py", line 60, in worker_loop
today at 8:06:39 PM self.send_chunks([next_chunk_id], dest_ip)
today at 8:06:39 PM File "/pkg/skylark/gateway/gateway_sender.py", line 128, in send_chunks
today at 8:06:39 PM sock.sendall(chunk_data)
today at 8:06:39 PMConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
See the following output from a gateway log when running the basic test in the readme:
The text was updated successfully, but these errors were encountered: