emacs-eaf / emacs-application-framework

EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
GNU General Public License v3.0
3.1k stars 234 forks source link

json-read : invalid number format #1110

Closed balbirthomas closed 1 year ago

balbirthomas commented 1 year ago

Describe the bug Launching eaf-open-jupyter produces and error "json-read: Invalid number format: 5" and does not open the jupyter console

To Reproduce On a new Debian/GNU Linux Bookwork (version 12) install, following the README.md file

Expected behavior A Jupyter console should have been launched.

Versions (please complete the following info):

Error logs Contents of eaf buffer are blank.

Screenshots Only one relevant message is seen in Messages

    json-read: Invalid number format: 5

Additional context I am not sure if this is because of a bug in eaf or in the recently released Debian/Bookworm release.

manateelazycat commented 1 year ago

Fixed by https://github.com/emacs-eaf/eaf-jupyter/commit/a8e1962d223b443de6151cdd579722bdc054fdd5

Thanks for report.