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

TypeError: _log() got an unexpected keyword argument 'end' #1

Open
ciusji opened this issue Dec 26, 2022 · 1 comment
Open

TypeError: _log() got an unexpected keyword argument 'end' #1

ciusji opened this issue Dec 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ciusji
Copy link
Member

ciusji commented Dec 26, 2022

Log error details:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/Users/admin/Anaconda3/envs/elixirnote/lib/python3.9/threading.py", line 980, in _bootstrap_inner
    self.run()
  File "/Users/admin/Anaconda3/envs/elixirnote/lib/python3.9/threading.py", line 917, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/admin/Anaconda3/envs/elixirnote/lib/python3.9/site-packages/jupyterlab_server/process.py", line 260, in _read_incoming
    self.logger.info(buf.decode("utf-8"), end="")
  File "/Users/admin/Anaconda3/envs/elixirnote/lib/python3.9/logging/__init__.py", line 1446, in info
    self._log(INFO, msg, args, **kwargs)
TypeError: _log() got an unexpected keyword argument 'end'
@ciusji ciusji self-assigned this Dec 26, 2022
@ciusji ciusji added the bug Something isn't working label Dec 26, 2022
@ciusji
Copy link
Member Author

ciusji commented Dec 26, 2022

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

No branches or pull requests

1 participant