Giter Site home page Giter Site logo

ERR_INVALID_ARG_TYPE The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received undefined about tedis HOT 6 OPEN

silkjs avatar silkjs commented on August 28, 2024 5
ERR_INVALID_ARG_TYPE The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received undefined

from tedis.

Comments (6)

ignlg avatar ignlg commented on August 28, 2024 2

I have not been able to determine a way to reproduce it as it happens at different moments with the very same requests. As this library does not have any changes in the last 10 months and this issue is recent, could it be an incompatibility with some versions of Node, Redis, or both?

Node versions: 14.15.3 and 12.20.1
Redis version: 6.0.9

As it cannot be catched in any way, this bug seems pretty critical.

from tedis.

JannikZed avatar JannikZed commented on August 28, 2024 1

I'm facing that issue also very often. Can't tell exactly when it is happening and I somehow can't catch it ..

buffer.js:726
    throw new ERR_INVALID_ARG_TYPE(
    ^

TypeError [ERR_INVALID_ARG_TYPE]: The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received undefined
    at Function.byteLength (buffer.js:726:11)
    at Protocol.parse (/Users/jannikzinkl/Documents/git/pfeffer-frost-frontend/node_modules/tedis/build/core/protocol.js:67:41)
    at Socket.<anonymous> (/Users/jannikzinkl/Documents/git/pfeffer-frost-frontend/node_modules/tedis/build/core/base.js:157:32)
    at Socket.emit (events.js:315:20)
    at addChunk (_stream_readable.js:295:12)
    at readableAddChunk (_stream_readable.js:271:9)
    at Socket.Readable.push (_stream_readable.js:212:10)
    at TCP.onStreamRead (internal/stream_base_commons.js:186:23) {
  code: 'ERR_INVALID_ARG_TYPE'
}

from tedis.

julles avatar julles commented on August 28, 2024

same issue

from tedis.

stvnwrgs avatar stvnwrgs commented on August 28, 2024

Happens for Node versions

v13.14.0
v12.21.0
v11.15.0

as well. Also tried to reinsert the data with v11. Same problem.

Running redis 4.x.x

I have seen that @cBiscuitSurprise has worked on the protocol here: cBiscuitSurprise#1
But if I build the MR manually, my app just stuck. But maybe he has a clue?

from tedis.

dasoncheng avatar dasoncheng commented on August 28, 2024

This issue will be investigated and fixed

from tedis.

coolirisroto avatar coolirisroto commented on August 28, 2024

same issue :/

from tedis.

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.