On 11/20/21, Ulf Volmer <u.vol...@u-v.de> wrote: > > On 20.11.21 15:04, Lee wrote: >> I wanted to create a bug report for meld but couldn't find any info on >> how to other than "use reportbug" :( >> >> I've got a brand new install of debian 11 & reportbug dies: > >> conn = self._connect_tls_proxy(hostname, conn) >> File "/usr/lib/python3/dist-packages/urllib3/connection.py", line >> 500, in _connect_tls_proxy <.. snip ..> > Sounds like a poxy issue for me. Do you have one defined?
Yup - that was it. $ unset https_proxy $ unset http_proxy and reportbug works! Thanks Lee