-
Notifications
You must be signed in to change notification settings - Fork 44
Issues: pimoroni/phew
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Task exception wasn't retrieved future: <Task> coro= <generator object '_handle_request' at 20015230> Traceback (most recent call last): File "asyncio/core.py", line 1, in run_until_complete File "/lib/phew/server.py", line 277, in _handle_request AttributeError: 'NoneType' object has no attribute 'status'
#61
opened Jun 11, 2024 by
jevylux
Phew._handle_request does not ensure content-length of data read
#56
opened Aug 12, 2023 by
ccrighton
logging.log(level, text) will accept any random string for 'level'.
#51
opened May 26, 2023 by
DeeJay
Minor suggestion: connect_to_wifi() should probably return the wlan object, rather than ip address.
#46
opened Apr 4, 2023 by
Nikorasu
server.set_catchall(handler)
should be server.set_callback(handler)
#25
opened Nov 26, 2022 by
simonprickett
Server module - Response isnt always created, leading to an error (NoneType)
#12
opened Sep 26, 2022 by
kevinmcaleer
Add example of captive portal setup
enhancement
New feature or request
#4
opened Aug 9, 2022 by
lowfatcode
Faster implementation for small requests and responses
enhancement
New feature or request
#1
opened Aug 1, 2022 by
lowfatcode
ProTip!
no:milestone will show everything without a milestone.