sparky8512/starlink-grpc-tools

dump_dish_status.py fails

Llaves opened this issue · 3 comments

It tries to import module starlink.api.device, which is not installed by the requirements.txt file.

As noted in the README, that script assumes you have the generated gRPC protocol modules in place. Those are not publicly available from a pip repository, as far as I am aware.

I focused too much on the earlier note about not needing to generate the gRPC protocol modules and thought that overrode the later note. My error.

The wording was a little awkward, so I clarified it in the README.