Code Monkey home page Code Monkey logo

Comments (10)

tulequ avatar tulequ commented on June 12, 2024 4

try this patch tulequ@e424f74
or just try my fork :)

from grpcc.

alex-lzl avatar alex-lzl commented on June 12, 2024 2

try this patch mrlequoctuan@e424f74
or just try my fork :)

Your fork saves the day for me! It also fixed unary callback (broken in 1.1.3 here). Thank you!

from grpcc.

wawa19933 avatar wawa19933 commented on June 12, 2024 1

I have an issue as well, when using -x testRpc.js option

Error message the same

from grpcc.

vipkum2 avatar vipkum2 commented on June 12, 2024 1

I am also getting same-
hax-vipkumar-1|/gitRepo/grpcc$ ./bin/grpcc.js --insecure --proto ./test/test.proto --address 192.168.0.88:10161 --exec ./examples/unary.js
TypeError [ERR_INVALID_ARG_TYPE]: The "options.filename" property must be of type string. Received type object
at new Script (vm.js:57:13)
at module.exports (/home/vipkumar/gitRepo/grpcc/node_modules/eval/eval.js:68:18)
at init (/home/vipkumar/gitRepo/grpcc/lib/index.js:152:5)
at prepareClient (/home/vipkumar/gitRepo/grpcc/lib/index.js:44:3)
at createClient (/home/vipkumar/gitRepo/grpcc/lib/index.js:82:12)
at Object. (/home/vipkumar/gitRepo/grpcc/bin/grpcc.js:35:3)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
hax-vipkumar-1|~/gitRepo/grpcc$

from grpcc.

AlexanderBinkovsky avatar AlexanderBinkovsky commented on June 12, 2024

same issue happens on node v10.1.0, grpcc @1.1.3 [email protected]

from grpcc.

aep avatar aep commented on June 12, 2024

@mrlequoctuan your fork works nicely, but you have issues disabled. are you planning to release on npm?

from grpcc.

tulequ avatar tulequ commented on June 12, 2024

@aep Enabled

Currently, I have no plan to release on npm
But I think it should be use as an docker image https://hub.docker.com/r/lequoctuan/grpcc/
No need to install at all :)

from grpcc.

malcolmsgroves avatar malcolmsgroves commented on June 12, 2024

Using node 8 seems to be a valid workaround

from grpcc.

Matan avatar Matan commented on June 12, 2024

For anyone using the node:10-alpine docker and installing grpcc globally. Patch like this:

RUN apk add --no-cache --virtual .grpcc-patch curl git  \
    && cd /usr/local/share/.config/yarn/global/node_modules/grpcc \
    && curl -s https://github.com/mrlequoctuan/grpcc/commit/e424f74cf39a4894b41f797b28a8224e38abd731.patch | git apply \
    && apk del .grpcc-patch

from grpcc.

J7mbo avatar J7mbo commented on June 12, 2024

Why is this still not merged or fixed?

from grpcc.

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.