You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On Raspberry pi Bullseye
Thanks
The text was updated successfully, but these errors were encountered: