This commit is contained in:
@@ -249,6 +249,12 @@ python webserver.py --port 8080
|
||||
- Check that asset files are properly referenced in HTML
|
||||
- Verify file permissions on asset files
|
||||
|
||||
#### AttributeError: 'Application' object has no attribute 'remote'
|
||||
This error occurs with older versions of aiohttp. The web server has been updated to use the correct request attributes:
|
||||
- Uses `request.transport.get_extra_info("peername")` for client IP
|
||||
- Handles cases where transport is not available
|
||||
- Falls back to "unknown" for client identification
|
||||
|
||||
### Debug Mode
|
||||
|
||||
For more verbose logging, modify the logging level:
|
||||
|
||||
Reference in New Issue
Block a user