Maximilian Hils

Results 653 comments of Maximilian Hils

> So the bug is possibly that it is passing a submodule in the first place when there should be none? yeah, it shouldn't be passed in the first place,...

CI is fixed if you rebase, but I don't quite understand what this PR is supposed to accomplish. Can you please elaborate?

This sounds interesting - can you share more on what you've been working on? Is there a GitHub repo to look at?

Thanks for the report! This is working as intended currently, the docs for [dns_use_hosts_file](https://docs.mitmproxy.org/stable/concepts-options/#dns_use_hosts_file) mention that it's DNS mode and WireGuard mode only for now. The good news is that...

refs https://github.com/python/cpython/issues/124309

Please do not click on the link shared by @AchilleasTsiamoulis, this is not a solution for this problem but a malicious phishing attempt.

You're clearly running into an infinite loop with mitmproxy connecting to itself, but your repro steps are unclear. Please provide an [MRE](https://en.wikipedia.org/wiki/Minimal_reproducible_example).

Does this still happen if you specify `--mode local:curl`? Does this happen if you run our precompiled binaries from brew? Anything special about your network configuration?

In this case https://docs.mitmproxy.org/stable/overview/installation/#linux applies.

``` E0924 21:11:53.983973 17496 apparmorprofile.go:292] "mounting host" err="identifying pid namespace: open /proc/1/sched: no such file or directory" logger="apparmor-spod" ``` This one is from [here](https://github.com/pjbgf/go-apparmor/blob/995a10b8c6df7cfb09c6697f8506af3370868c2b/pkg/hostop/container_linux.go#L62). Building the host kernel with `CONFIG_SCHED_DEBUG=y`...