pimoroni / phew

MIT License
204 stars 44 forks source link

can't handle http request #33

Closed abuvanth closed 1 year ago

abuvanth commented 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

johnheaven commented 1 year ago

OSError: [Errno 2] ENOENT suggests that the template you're trying to load isn't there. Is there a typo in the path/filename?

abuvanth commented 1 year ago

i forgot to upload html file