YAO

Results 15 comments of YAO

@cuisongliu Itry it on my test environment。

@cuisongliu when run `sealos run`,the flag --user is default root.To suport sudo,the flag --user can be common user has sudo permission.but the user run sealos still the root user.

2022-07-16 12:56:23 ERROR [main] (SshService.java:143) - load ssh config file error java.lang.IllegalArgumentException: null at com.google.common.base.Preconditions.checkArgument(Preconditions.java:128) at com.webank.ai.fate.board.ssh.SshService.afterPropertiesSet(SshService.java:138) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1862) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1799) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at...

my GOARCH=386,when I set GOARCH=amd64,I run ‘go get github.com/derekparker/delve/cmd/dlv’ is ok,but when I debug my code 2017/06/07 10:01:24 server.go:73: Using API v1 2017/06/07 10:01:24 debugger.go:97: launching process with args: [d:\WorkSpace\Go\src\gogo\debug]...

I want use IP Camera,like "rtsp://admin:[email protected]"

I install gocv refer https://github.com/hybridgroup/gocv#windows, and when I use 0 for deviceID is ok,but use like 'rtsp://admin:[email protected]' is not ok. my code like: ``` package main import ( "fmt" "gocv.io/x/gocv"...

D:\GoCode\src\agent>main.exe rtsp://admin:1234@[email protected] Error opening video capture device: rtsp://admin:1234@[email protected] when I run like "main.exe 0" is ok.

@deadprogram I close the Windows firewall,but the command still not work

@deadprogram I install gocv refer https://github.com/hybridgroup/gocv#windows