Giter Site home page Giter Site logo

Comments (4)

MAkcanca avatar MAkcanca commented on June 11, 2024 3

Turns out it was a simple typo on the ENV variable name. Fixed and pushed a PR.

from kitty-items.

ShikyC avatar ShikyC commented on June 11, 2024

Same issue here. When deploying this repository to a new computer this error occurred. I think it's the latest commits causing this error because I have an old version of kitty-items running well on another machine. Tried checkout to an old commit but issue persists.

from kitty-items.

iSalmankhanZ avatar iSalmankhanZ commented on June 11, 2024

@MAkcanca @ShikyC I am also facing the same issue, did you guys find any solution for that yet? if yes please guide me to resolve this.

from kitty-items.

MAkcanca avatar MAkcanca commented on June 11, 2024

Not a solution yet, although I wonder if this is the right behaviour. On sdk/src/send/unary.js

grpc.unary(method, {
      request: **request**,
      host: **host**,
      onEnd: ({ status, statusMessage, message }) => {
        if (status === grpc.Code.OK) {
          resolve(message)
        } else {
          reject(new Error(statusMessage))
        }
      },
    })

request comes as

{
  wrappers_: null,
  messageId_: undefined,
  arrayIndexOffset_: -1,
  array: [ true ],
  pivot_: 1.7976931348623157e+308,
  convertedPrimitiveFields_: {}
}

and host comes as undefined. 🤔

from kitty-items.

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.