Coder Social home page Coder Social logo

Comments (4)

ahyatt avatar ahyatt commented on July 18, 2024

In this case, I'm assuming you are parsing JSON that comes out of the websocket layer, in the on-message callback?

If so, it sounds like either the JSON being sent is bad or that maybe the websocket layer is dropping some bytes. Do you have a reproducible example?

from emacs-websocket.

stapelberg avatar stapelberg commented on July 18, 2024

No reproducible example unfortunately, I haven’t yet picked up on what the pattern is. Last I noticed this was when I was working on some .asciidoc files.

from emacs-websocket.

danielquinlan avatar danielquinlan commented on July 18, 2024

I'm getting a similar error when using websocket.el with atomic-chrome.el (to use Emacs to edit text from a text edit box in Chrome).

Error (websocket): in callback `on-message': Bad string format: "?\\C-@" Error (websocket): in callback `on-message': JSON readtable error: 101

It happens when trying to edit Wikipedia articles like https://en.wikipedia.org/w/index.php?title=Kmart&action=edit using the source editor (not the visual editor, of course).

I'm able to edit .js and .css files on Wikipedia without errors. It seems like it may be specific to the wikitext format.

from emacs-websocket.

ahyatt avatar ahyatt commented on July 18, 2024

I'm guessing this is an error with the websocket client - note that it is an issue in the callback, and with JSON, which websocket doesn't deal with. Perhaps we're doing some wrong encoding, which maybe is possible.

I haven't used atomic-chrome, but I tried it out and it seemed to not work for a different reason: it is assuming a frame is complete. In the exact article you point to, when I send it, the first frame isn't complete and completep is set to non-nil. So when it comes time to parse it in atomic-chrome-on-message, it cannot be parsed to JSON because it isn't a completely JSON object yet. The solution is for atomic-chrome-on-message to handle incomplete frames (or perhaps for our websocket library to optionally combine frames).

I'll create a bug with them alerting them of this fact. The bug you reported may be a different bug, though.

from emacs-websocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.