Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on startup #7

Open
mgrouch opened this issue Sep 12, 2022 · 0 comments
Open

error on startup #7

mgrouch opened this issue Sep 12, 2022 · 0 comments

Comments

@mgrouch
Copy link

mgrouch commented Sep 12, 2022

On Raspberry pi Bullseye


python starlink-graph.py
Traceback (most recent call last):
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 1089, in history_bulk_data
    history = get_history(context)
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 936, in get_history
    return call_with_channel(grpc_call, context=context)
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 582, in call_with_channel
    return function(channel, *args, **kwargs)
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 931, in grpc_call
    resolve_imports(channel)
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 522, in resolve_imports
    importer.resolve_lazy_imports(channel)
  File "/usr/local/lib/python3.9/dist-packages/yagrc/importer.py", line 335, in resolve_lazy_imports
    _lazy_importer.configure(channel, filenames=filenames)
  File "/usr/local/lib/python3.9/dist-packages/yagrc/importer.py", line 201, in configure
    loaded = self.reflector.load_protocols(channel, filenames=filenames)
  File "/usr/local/lib/python3.9/dist-packages/yagrc/reflector.py", line 113, in load_protocols
    for response in responses:
  File "/usr/local/lib/python3.9/dist-packages/grpc/_channel.py", line 426, in __next__
    return self._next()
  File "/usr/local/lib/python3.9/dist-packages/grpc/_channel.py", line 826, in _next
    raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2022-09-12T21:21:33.309093606+00:00", grpc_status:4}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/starlink-graph/starlink-graph.py", line 223, in <module>
    ani = startup()
  File "/home/user/starlink-graph/starlink-graph.py", line 205, in startup
    sd.history()
  File "/home/user/starlink-graph/starlinkdata.py", line 78, in history
    z = starlink_grpc.history_bulk_data(self._config.history)[1]
  File "/home/user/starlink-grpc-tools/starlink_grpc.py", line 1091, in history_bulk_data
    raise GrpcError(e)
starlink_grpc.GrpcError: Deadline Exceeded


Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant