Error: No such file or directory - Not sure how to find the file that's missing

Hi - I’m looking at the logs from the Monitoring Tab on fly.io and I’m seeing the error below. Can anyone help me figure out where/how to figure out what file it’s looking for? Is there a more verbose log to access? I’m running a Django site but the django logs have no missing files, so I think it’s maybe a gunicorn problem?

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] Traceback (most recent call last):

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 182, in handle_request

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] resp.write_file(respiter)

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/site-packages/gunicorn/http/wsgi.py", line 385, in write_file

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] if not self.sendfile(respiter):

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/site-packages/gunicorn/http/wsgi.py", line 375, in sendfile

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] self.sock.sendfile(respiter.filelike, count=nbytes)

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/socket.py", line 402, in sendfile

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] return self._sendfile_use_sendfile(file, offset, count)

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/socket.py", line 266, in _sendfile_use_sendfile

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] self._check_sendfile_params(file, offset, count)

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] File "/usr/local/lib/python3.7/socket.py", line 381, in _check_sendfile_params

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] "count must be a positive integer (got {!r})".format(count))

2023-08-09T22:22:37.625 app[148e041fdd3989] dfw [info] ValueError: count must be a positive integer (got 0)

2023-08-09T22:22:47.811 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:22:47.812 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:22:53.782 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:27:05.436 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:27:05.439 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:27:05.441 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

2023-08-09T22:27:08.855 app[148e041fdd3989] dfw [info] ERROR No such file or directory (os error 2)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.