Closed abuvanth closed 1 year ago
2022-12-28 14:19:44 [debug / 107kB] Get request Task exception wasn't retrieved future: coro= <generator object '_handle_request' at 20016650> Traceback (most recent call last): File "uasyncio/core.py", line 1, in run_until_complete File "/lib/phew/server.py", line 298, in _handle_request File "/lib/phew/template.py", line 7, in render_template OSError: [Errno 2] ENOENT
OSError: [Errno 2] ENOENT suggests that the template you're trying to load isn't there. Is there a typo in the path/filename?
OSError: [Errno 2] ENOENT
i forgot to upload html file
2022-12-28 14:19:44 [debug / 107kB] Get request Task exception wasn't retrieved future: coro= <generator object '_handle_request' at 20016650>
Traceback (most recent call last):
File "uasyncio/core.py", line 1, in run_until_complete
File "/lib/phew/server.py", line 298, in _handle_request
File "/lib/phew/template.py", line 7, in render_template
OSError: [Errno 2] ENOENT