question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adapting from protocol version 5.1 (kernel ...) to 5.3 (client).

See original GitHub issue

Is it possible to update to meet the 5.3 protocol version so we don’t get these Adapting from protocol version 5.1 (kernel ) to 5.3 (client). messages in the logs?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
alexarchambaultcommented, Aug 5, 2020

Grepping for 5.2 and 5.3 in the specification, the 5.2 and 5.3 changes are already supported (they revolve around unicode code points in some messages, and support for interrupts).

5.4 changes are supported too (shutdown requests on the control channel).

5.5 changes revolve around debug messages, that we don’t support.

So we should have specified 5.4 already. https://github.com/almond-sh/almond/pull/629 fixes that.

0reactions
seddonm1commented, Aug 5, 2020

Thanks alex

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changes in Jupyter Client — jupyter_client 5.1.0 documentation
New features: Implement Jupyter protocol version 5.1. Introduce jupyter run command for running scripts with a kernel, for instance:.
Read more >
Jupyterlab IJulia kernel "too many file descriptors in select()"
LabApp] Adapting from protocol version 5.0 (kernel 2d6…) to 5.3. Then after about 15 minutes the kernel dies with the following output:
Read more >
Jupyter Notebook cells won't run - Stack Overflow
Show activity on this post. I have opened a notebook using Anaconda, I entered the token and it opens fine. The kernel it...
Read more >
jupyter-client - PyPI
jupyter_client contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels.
Read more >
python-jupyter-client-5.3.4-bp153.1.21 - SUSE Package Hub -
specfile: * add binary for python3 jupyter-{kernel, kernelspec, run} - update to version 5.2.0: * Define Jupyter protocol version 5.3: + Kernels can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found