[Bug 279912] games/gogrepo: crash at login
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jun 2024 15:34:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279912 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=0) as page: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/gogrepo", line 167, in request req = Request(url, data=enc_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 322, in __init__ self.full_url = 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' -- You are receiving this mail because: You are the assignee for the bug.