2023-05-29T17:55:31+03:00 --- Logging error --- 2023-05-29T17:55:31+03:00 Traceback (most recent call last): 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 796, in handle_read 2023-05-29T17:55:31+03:00 chunk = self.recv(self.ac_in_buffer_size) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/ioloop.py", line 915, in recv 2023-05-29T17:55:31+03:00 self.handle_close() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 885, in handle_close 2023-05-29T17:55:31+03:00 self.close() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 897, in close 2023-05-29T17:55:31+03:00 self.file_obj.close() 2023-05-29T17:55:31+03:00 OSError: [Errno 5] Input/output error 2023-05-29T17:55:31+03:00 2023-05-29T17:55:31+03:00 During handling of the above exception, another exception occurred: 2023-05-29T17:55:31+03:00 2023-05-29T17:55:31+03:00 Traceback (most recent call last): 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/logging/__init__.py", line 1100, in emit 2023-05-29T17:55:31+03:00 msg = self.format(record) 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/logging/__init__.py", line 943, in format 2023-05-29T17:55:31+03:00 return fmt.format(record) 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/logging/__init__.py", line 678, in format 2023-05-29T17:55:31+03:00 record.message = record.getMessage() 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/logging/__init__.py", line 368, in getMessage 2023-05-29T17:55:31+03:00 msg = msg % self.args 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 629, in __repr__ 2023-05-29T17:55:31+03:00 self.cmd_channel.get_repr_info(as_str=True)) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 1345, in get_repr_info 2023-05-29T17:55:31+03:00 if dc.use_sendfile(): 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 642, in use_sendfile 2023-05-29T17:55:31+03:00 self.file_obj.fileno() 2023-05-29T17:55:31+03:00 ValueError: I/O operation on closed file 2023-05-29T17:55:31+03:00 Call stack: 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/threading.py", line 973, in _bootstrap 2023-05-29T17:55:31+03:00 self._bootstrap_inner() 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner 2023-05-29T17:55:31+03:00 self.run() 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/threading.py", line 953, in run 2023-05-29T17:55:31+03:00 self._target(*self._args, **self._kwargs) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/servers.py", line 402, in _loop 2023-05-29T17:55:31+03:00 poll(timeout=soonest_timeout) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/ioloop.py", line 538, in poll 2023-05-29T17:55:31+03:00 _read(inst) 2023-05-29T17:55:31+03:00 File "/usr/local/lib/python3.10/asyncore.py", line 90, in read 2023-05-29T17:55:31+03:00 obj.handle_read_event() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 800, in handle_read 2023-05-29T17:55:31+03:00 self.handle_error() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 856, in handle_error 2023-05-29T17:55:31+03:00 self.log_exception(self) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 1867, in log_exception 2023-05-29T17:55:31+03:00 logger.exception("unhandled exception in instance %r", instance) 2023-05-29T17:55:31+03:00 Unable to print the message and arguments - possible formatting error. 2023-05-29T17:55:31+03:00 Use the traceback above to help find the error. 2023-05-29T17:55:31+03:00 CRITICAL (pyftpdlib) Traceback (most recent call last): 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 796, in handle_read 2023-05-29T17:55:31+03:00 chunk = self.recv(self.ac_in_buffer_size) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/ioloop.py", line 915, in recv 2023-05-29T17:55:31+03:00 self.handle_close() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 885, in handle_close 2023-05-29T17:55:31+03:00 self.close() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 897, in close 2023-05-29T17:55:31+03:00 self.file_obj.close() 2023-05-29T17:55:31+03:00 OSError: [Errno 5] Input/output error 2023-05-29T17:55:31+03:00 2023-05-29T17:55:31+03:00 During handling of the above exception, another exception occurred: 2023-05-29T17:55:31+03:00 2023-05-29T17:55:31+03:00 Traceback (most recent call last): 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 860, in handle_error 2023-05-29T17:55:31+03:00 self.close() 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 890, in close 2023-05-29T17:55:31+03:00 debug("call: close()", inst=self) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/log.py", line 135, in debug 2023-05-29T17:55:31+03:00 s += " (%r)" % inst 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 629, in __repr__ 2023-05-29T17:55:31+03:00 self.cmd_channel.get_repr_info(as_str=True)) 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 1345, in get_repr_info 2023-05-29T17:55:31+03:00 if dc.use_sendfile(): 2023-05-29T17:55:31+03:00 File "/usr/src/app/.venv/lib/python3.10/site-packages/pyftpdlib/handlers.py", line 642, in use_sendfile 2023-05-29T17:55:31+03:00 self.file_obj.fileno() 2023-05-29T17:55:31+03:00 ValueError: I/O operation on closed file