Hi,
We have build a new version of the lora-app-server for use internally which includes some extra links to register API tokens etc.
However when you go to view gateways you get a nil Timestamp error.
The links we have created do not have any functionality, apart from opening a link to one of our internal applications. There have been no changes to any other code.
The build was created from the docker image yesterday.
I can see the following errors in the console:
INFO[0392] finished unary call with code InvalidArgument error="rpc error: code = InvalidArgument desc = timestamp: nil Timestamp" grpc.code=InvalidArgument grpc.method=GetStats grpc.service=api.GatewayService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=81.737 peer.address="127.0.0.1:41478" span.kind=server system=grpc INFO[0392] finished unary call with code OK grpc.code=OK grpc.method=Get grpc.service=api.OrganizationService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=40.26 peer.address="127.0.0.1:41482" span.kind=server system=grpc INFO[0392] finished client unary call error="rpc error: code = InvalidArgument desc = timestamp: nil Timestamp" grpc.code=InvalidArgument grpc.method=GetGatewayStats grpc.service=ns.NetworkServerService grpc.time_ms=52.378 span.kind=client system=grpc INFO[0392] finished unary call with code InvalidArgument error="rpc error: code = InvalidArgument desc = timestamp: nil Timestamp" grpc.code=InvalidArgument grpc.method=GetStats grpc.service=api.GatewayService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=139.628 peer.address="127.0.0.1:41478" span.kind=server system=grpc INFO[0392] finished unary call with code OK grpc.code=OK grpc.method=List grpc.service=api.OrganizationService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=94.491 peer.address="127.0.0.1:41482" span.kind=server system=grpc INFO[0392] finished client unary call error="rpc error: code = InvalidArgument desc = timestamp: nil Timestamp" grpc.code=InvalidArgument grpc.method=GetGatewayStats grpc.service=ns.NetworkServerService grpc.time_ms=39.97 span.kind=client system=grpc INFO[0392] finished unary call with code InvalidArgument error="rpc error: code = InvalidArgument desc = timestamp: nil Timestamp" grpc.code=InvalidArgument grpc.method=GetStats grpc.service=api.GatewayService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=81.757 peer.address="127.0.0.1:41478" span.kind=server system=grpc INFO[0392] finished unary call with code OK grpc.code=OK grpc.method=Get grpc.service=api.OrganizationService grpc.start_time="2018-08-24T09:04:57+01:00" grpc.time_ms=31.852 peer.address="127.0.0.1:41482" span.kind=server system=grpc
Cheers,
Tom