arriven / db1000n

MIT License
1.18k stars 208 forks source link

Config errors and no requests / traffic reporting after changing the logger #513

Closed roman-kruglov closed 2 years ago

roman-kruglov commented 2 years ago

tons of errors like:

{"level":"error","ts":1650644178.083019,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}
{"level":"error","ts":1650644178.515815,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}
{"level":"error","ts":1650644178.9551759,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}
{"level":"error","ts":1650644179.3871958,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}
{"level":"error","ts":1650644179.82688,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}
{"level":"error","ts":1650644180.274406,"caller":"job/runner.go:193","msg":"error running job","name":"","type":"encrypted","error":"no identity matched any of the recipients","stacktrace":"github.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\t/home/runner/work/db1000n/db1000n/src/job/runner.go:193"}

and no requests / traffic reporting showing up anymore. Version - latest, 28.

P.S. I got the same config errors on .25 version

maksim-sidorenko commented 2 years ago

Kind of the same for me as well

{"level":"error","ts":1650643872.5228965,"caller":"utils/utils.go:20","msg":"caught panic, recovering","err":"runtime error: invalid memory address or nil pointer dereference","stacktrace":"github.com/Arriven/db1000n/src/utils.PanicHandler\n\tgithub.com/Arriven/db1000n/src/utils/utils.go:20\nruntime.gopanic\n\truntime/panic.go:838\nruntime.panicmem\n\truntime/panic.go:220\nruntime.sigpanic\n\truntime/signal_unix.go:818\ngithub.com/Arriven/db1000n/src/utils/metrics.(*Accumulator).Clone\n\tgithub.com/Arriven/db1000n/src/utils/metrics/metrics.go:231\ngithub.com/Arriven/db1000n/src/job.parallelJob\n\tgithub.com/Arriven/db1000n/src/job/complex.go:103\ngithub.com/Arriven/db1000n/src/job.encryptedJob\n\tgithub.com/Arriven/db1000n/src/job/utils.go:249\ngithub.com/Arriven/db1000n/src/job.(*Runner).runJobs.func1\n\tgithub.com/Arriven/db1000n/src/job/runner.go:192"}

I guess it only appears at the place where the traffic reporting should be

image

Worked just fine yesterday. Using the "GCP + ExpressVPN" Terraform implementation

matherfather commented 2 years ago

Have the same cloud provider + protonvpn , manual

arriven commented 2 years ago

All of those should be fixed in 0.8.29

roman-kruglov commented 2 years ago

I think these particular defects are addressed and fixed, closing the issue