[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

reportbug fail



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:
  ...
Default preferences file written.  To reconfigure, re-run reportbug
with the "--configure" option.
Please enter the name of the package in which you have found a
problem, or type 'other' to report a more general
problem. If you don't know what package the bug is in, please contact
debian-user@lists.debian.org for assistance.
> meld
*** Welcome to reportbug.  Use ? for help at prompts. ***
Note: bug reports are publicly archived (including the email address
of the submitter).
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Lee <xx@xx.xx>' as your from address.
Getting status for meld...
Checking for newer versions at madison...
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2381, in <module>
    main()
  File "/usr/bin/reportbug", line 1120, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1697, in user_interface
    (avail, toonew) = checkversions.check_available(
  File "/usr/lib/python3/dist-packages/reportbug/checkversions.py",
line 294, in check_available
    stuff = get_versions_available(package, timeout, dists, http_proxy, arch)
  File "/usr/lib/python3/dist-packages/reportbug/checkversions.py",
line 135, in get_versions_available
    page = open_url(url, http_proxy, timeout)
  File "/usr/lib/python3/dist-packages/reportbug/urlutils.py", line
183, in open_url
    page = urlopen(url, proxies, timeout)
  File "/usr/lib/python3/dist-packages/reportbug/urlutils.py", line
127, in urlopen
    return requests.get(url, headers=headers, proxies=proxies,
timeout=timeout).text
  File "/usr/lib/python3/dist-packages/requests/api.py", line 76, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line
542, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py",
line 696, in urlopen
    self._prepare_proxy(conn)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py",
line 966, in _prepare_proxy
    conn.connect()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line
359, in connect
    conn = self._connect_tls_proxy(hostname, conn)
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line
500, in _connect_tls_proxy
    return ssl_wrap_socket(
  File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line
453, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls)
  File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line
495, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock)
  File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.9/ssl.py", line 997, in _create
    raise ValueError("check_hostname requires server_hostname")
ValueError: check_hostname requires server_hostname


Reply to: