I’m getting errors in the deploy environment, randomly my images and even my HTMLs are not being delivered to my user, I believe it’s some bug in the environment, because it runs without error and after a few minutes I get the error:
2025-10-28 11:06:23.02
97037815
User
Error on request:
2025-10-28 11:06:23.02
97037815
User
Traceback (most recent call last):
2025-10-28 11:06:23.02
97037815
User
File “/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/werkzeug/serving.py”, line 363, in run_wsgi
2025-10-28 11:06:23.02
97037815
User
execute(self.server.app)
2025-10-28 11:06:23.02
97037815
User
File “/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/werkzeug/serving.py”, line 326, in execute
2025-10-28 11:06:23.02
97037815
User
for data in application_iter:
2025-10-28 11:06:23.02
97037815
User
File “/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/werkzeug/wsgi.py”, line 332, in _next_
2025-10-28 11:06:23.02
97037815
User
data = self.file.read(self.buffer_size)
2025-10-28 11:06:23.02
97037815
User
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-10-28 11:06:23.02
97037815
User
OSError: [Errno 5] Input/output error