Rehtt
Rehtt


me wifi using WPA2_PSK WIFI_REG=US but it's fail
> See: https://github.com/Mrs4s/go-cqhttp/blob/8389d9195d9cd63f83a0baf82c749dbac34f0371/coolq/cqcode.go#L90-L94 > > 不太好在MiraiGo中处理 我目前的解决办法是判断如果是负数就和65536相加,得出的值就正常了
code : ```go package main import ( "fmt" "gocv.io/x/gocv" "golang.org/x/crypto/ssh/terminal" "image/color" "os" "strings" "time" ) func main() { c, err := gocv.VideoCaptureFile("1.mp4") if err != nil { panic(err) } thisMat...
I also encountered the same issue, where I did not encounter any errors while making a curl request, but when using code written in Golang, I faced problems. Even sending...