Giter VIP home page Giter VIP logo

Comments (2)

sparky8512 avatar sparky8512 commented on July 19, 2024

This is likely the result of the dish software adding one or more new protocol files to the gRPC service. I noticed there were some new request messages listed in SpaceX.API.Device.Request.

The docker container pulls the protocol data dynamically when it starts up and only pulls the files it knows about. While we don't need anything in the new protocol files, the top-level one defining the service still imports them, so will fail if they are missing.

I'm working on getting reflection working directly in the Python scripts, which will eliminate the need for this, but in the mean time, we can just add the new proto files. I'll have a look tomorrow morning and update the instructions in the README and I can update entrypoint.sh so the docker container starts running the new instructions, but @neurocis will need to update the published image.

from starlink-grpc-tools.

sparky8512 avatar sparky8512 commented on July 19, 2024

It looks like the published image has been updated with this change, so this issue should now be resolved. I did also update the README, as this would affect running outside of docker as well, the next time someone ran (or reran) the protoc commands.

from starlink-grpc-tools.

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.