printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
}
nlohmann::jsonj;
try{
j=OSUtils::jsonParse(responseBody);
@ -338,6 +343,11 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
}
nlohmann::jsonj;
try{
j=OSUtils::jsonParse(responseBody);
@ -400,6 +410,11 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
}
nlohmann::jsonj;
try{
j=OSUtils::jsonParse(responseBody);
@ -504,6 +519,11 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
}
nlohmann::jsonj;
try{
j=OSUtils::jsonParse(responseBody);
@ -619,6 +639,11 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());