Skip to content
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

[Bug] logger does not accepts unicode character, throws error , breaks the main thread #65

Open
rajatkb opened this issue Mar 25, 2020 · 3 comments
Labels
bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag

Comments

@rajatkb
Copy link
Owner

rajatkb commented Mar 25, 2020

Describe the bug
Unicode character not getting accepted in Logger

To Reproduce
Steps to reproduce the behavior:

  1. Run the app.py
  2. Wait for some time , eventually it will encounter unicode character.and will display unhandled error on the main thread.
  3. 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.
@rajatkb rajatkb added bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag labels Mar 25, 2020
@vipul-aggarwal-099
Copy link

I am interested with the issue.

@akshaydhiran
Copy link

I would like to work on this issue, please elaborate.

@rajatkb
Copy link
Owner Author

rajatkb commented May 9, 2020

@akshaysingh5 contact me over slack for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag
Projects
None yet
Development

No branches or pull requests

3 participants