dump_dish_status.py fails
Llaves opened this issue · 3 comments
Llaves commented
It tries to import module starlink.api.device, which is not installed by the requirements.txt file.
sparky8512 commented
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.
Llaves commented
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.
sparky8512 commented
The wording was a little awkward, so I clarified it in the README.