cagy
cagy
Cannot found pre-trained model, check all config files available (.cfg, .weights, .names)":null code:255line var config = configurationDetector.Detect(path);
[root@post1 pgproxy-master]# go build main.go:10:2: import "/root/pgproxy/pgproxy-master/cli": cannot import absolute path
 public static void SendMessage(object message) { Logger.LogNotice($"Sending message of type {message.GetType()}"); using (var writer = File.AppendText(FileName)) { writer.Write(JsonConvert.SerializeObject(message, SerializerSettings)); writer.Flush(); } Logger.LogNotice("Message successfully sent"); } message is null