simonsobs / sisock

Sisock ('saɪsɒk): streaming of Simons Obs. data over websockets for quicklook
Other
2 stars 0 forks source link

sisock http interval error #43

Open BrianJKoopman opened 5 years ago

BrianJKoopman commented 5 years ago

This has been occurring regularly lately. It causes the data for the diodes to disappear in Grafana briefly every so often. It comes back on the next refresh. Needs to be tracked down.

web.Server Traceback (most recent call last)web.Server Traceback (most recent call last):
autobahn.wamp.exception.ApplicationError: ApplicationError(error=<wamp.error.runtime_error>, args=['operands could not be broadcast together with shapes (5962,) (5965,) '], kwargs={}, enc_algo=None, callee=None, callee_authid=None, callee_authrole=None, forward_for=None)
grafana_http_json.py:240 in _query
239                                            field, t_start, t_end,
240                                            min_stride=interval)
241
autobahn.wamp.exception.ApplicationError: ApplicationError(error=<wamp.error.runtime_error>, args=['operands could not be broadcast together with shapes (5962,) (5965,) '], kwargs={}, enc_algo=None, callee=None, callee_authid=None, callee_authrole=None, forward_for=None)