Florian Weingarten
Florian Weingarten
@pcan: Did you find a solution? Having the same problem
> The reason of this can also be wrong datadog's app-key or absence of it. FWIW, I ran into the same problem and this fixed it. Thank you.
Having a similar problem trying to run NopeCHA in headless (`--headless=new`) chromium. Is that not supported? @j-w-yun?
Might be time to fork? I'd be interested in getting some security fixes in (go dependencies, outdated Docker image, etc.).
I just took a look at your fork and it seems that all open security issues with the pottava version have been addressed in yours. Thank you!
Did you make any notable non-backwards compatible changes in your fork?
Not sure if it's a good fix (probably not backwards compatible), but this seems to work: ```diff @@ -416,9 +416,9 @@ Logsene.prototype.log = function (level, message, fields, callback) { }...
Anyone found a solution to this? It seems like https://github.com/tokio-rs/tracing/pull/583 should have resolved this problem, but I'm still seeing the same behaviour even on the latest versions of `tracing` and...