Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2024 15:34:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279912] games/gogrepo: crash at login
Message-ID:  <bug-279912-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279912

            Bug ID: 279912
           Summary: games/gogrepo: crash at login
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: se@FreeBSD.org
          Reporter: alexey@ocaml.nl
             Flags: maintainer-feedback?(se@FreeBSD.org)
          Assignee: se@FreeBSD.org

gogrepo login leads to a crash with the following stacktrace:

Traceback (most recent call last):
  File "/usr/local/bin/gogrepo", line 1170, in <module>
    main(process_argv(sys.argv))
  File "/usr/local/bin/gogrepo", line 1142, in main
    cmd_login(args.username, args.password)
  File "/usr/local/bin/gogrepo", line 550, in cmd_login
    with request(login_data['auth_url'], delay=3D0) as page:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/bin/gogrepo", line 167, in request
    req =3D Request(url, data=3Denc_args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/urllib/request.py", line 322, in __init__
    self.full_url =3D url
    ^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/urllib/request.py", line 348, in full_url
    self._parse()
  File "/usr/local/lib/python3.11/urllib/request.py", line 377, in _parse
    raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: 'None'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279912-7788>