Cloak icon indicating copy to clipboard operation
Cloak copied to clipboard

use UID with panel add failed.

Open taylorwin opened this issue 4 years ago • 0 comments

goroutine 1430 [running]: github.com/juju/ratelimit.NewBucketWithQuantumAndClock(0x1, 0x0, 0x1, 0x0, 0x0, 0x40000001) C:/Users/cbeuw/Documents/Go/pkg/mod/github.com/juju/[email protected]/ratelimit.go:151 +0x193 github.com/juju/ratelimit.NewBucketWithRateAndClock(0x0, 0x0, 0x0, 0x0, 0xc000483638) C:/Users/cbeuw/Documents/Go/pkg/mod/github.com/juju/[email protected]/ratelimit.go:107 +0x55 github.com/juju/ratelimit.NewBucketWithRate(...) C:/Users/cbeuw/Documents/Go/pkg/mod/github.com/juju/[email protected]/ratelimit.go:99 github.com/cbeuw/Cloak/internal/multiplex.MakeValve(0x0, 0x0, 0x10) C:/Users/cbeuw/Documents/Go/src/github.com/cbeuw/Cloak/internal/multiplex/qos.go:28 +0x79 github.com/cbeuw/Cloak/internal/server.(*userPanel).GetUser(0xc00007a600, 0xc0000f6000, 0x10, 0x30, 0x0, 0xc00011e4e0, 0x0) C:/Users/cbeuw/Documents/Go/src/github.com/cbeuw/Cloak/internal/server/userpanel.go:69 +0x139 main.dispatchConnection(0x97f3e0, 0xc0000a0058, 0xc0000b82c0) C:/Users/cbeuw/Documents/Go/src/github.com/cbeuw/Cloak/cmd/ck-server/ck-server.go:112 +0x19f1 created by main.main.func2 C:/Users/cbeuw/Documents/Go/src/github.com/cbeuw/Cloak/cmd/ck-server/ck-server.go:326 +0x241 2020-03-18 06:03:30 ERROR: plugin service exit unexpectedly 2020-03-18 06:03:30 INFO: error on terminating the plugin. 2020-03-18 06:03:31 INFO: plugin "ck-server" enabled 2020-03-18 06:03:31 INFO: UDP relay enabled 2020-03-18 06:03:31 INFO: initializing ciphers... chacha20-ietf-poly1305 2020-03-18 06:03:31 INFO: tcp server listening at 127.0.0.1:59789 2020-03-18 06:03:31 INFO: udp server listening at [::1]:3333 2020-03-18 06:03:31 INFO: udp server listening at 127.0.0.1:3333 2020-03-18 06:03:31 INFO: running from root user 2020-03-18 06:03:31 ERROR: [udp] getaddrinfo: Name does not resolve time="2020-03-18T06:03:31Z" level=info msg="Listening on :3333" time="2020-03-18T06:03:31Z" level=info msg="Listening on :443" panic: token bucket capacity is not > 0

taylorwin avatar Mar 18 '20 06:03 taylorwin