Anand Rajamani
Anand Rajamani
@vinthedark , can you update once this addressed
Example JSON { "version": 1, "display_name": "local Free Call Test Service", "encoding": "proto", "service_type": "grpc", "model_ipfs_hash": "QmScMv9H2763p79PhRycPCX3yh4seXGnJUscFhS3Qv4Zzm", "mpe_address": "0x8fb1dc8df86b388c7e00689d1ecb533a160b4d0c", "groups": [ { "free_calls": 12, "free_call_signer_address": "0x7DF35C98f41F3Af0df1dc4c7F7D4C19a71Dd059F", "group_name": "default_group", "pricing": [...
Will resume this this week and post the group the last time i had tried this ( the Daemon died/crashed for an unknown reason ) and the host being tested...
so the conclusion here is to replace serve by start ? and ensure you pass the param **start** to start the Daemon ?
@vsbogd - Are you trying to get a new Token ? - Are you manually unlocking the channel ? - any rough idea on when you first saw this ?
#507 , we need to get to this soon , been pending a while now We havent done any release in Daemon since a very long time. I see java...
@vsbogd , can you also point me to client code ,might have more leads on possibly simulating the error
to me this is a production issue , and i dont want any body to have to do a manual workaround lets do this for now - fix the logging...
i dont see this anymore, posted in group for others to opine , if others dont see it anymore we can close this one for now
All, as a baby step, please find the proto definition below syntax = "proto3"; package config; service DaemonConfigurationService { rpc GetCurrentConfiguration(ConfigurationRequest) returns (ConfigurationDetailsResponse) {} rpc UpdateCurrentConfiguration(ConfigurationRequest) returns (ConfigurationDetailsResponse) {} rpc...