Describe the bug
Unicode character not getting accepted in Logger
To Reproduce
Steps to reproduce the behavior:
- Run the
app.py
- Wait for some time , eventually it will encounter unicode character.and will display unhandled error on the main thread.
- This blocks the main thread and hard to close without a kill command
Expected behavior
Unicode character should not raise such issue. Logs will include data from the web. So unicode should be expected.
Desktop (please complete the following information):
- Python: Python 3.7
- Logger : logging
- Version [e.g. 22]
Additional context
REQUIREMENT
- Fix bug
- Write unit test to check the issue.