Hi, I cannot find a place where to fill a bug against fedora-kickstarts. The page [1] says it's bugzilla [2], but when I try it, the bugzilla rejects me with "The component value 'spin-kickstarts' is not active.". The report I tried to fill is [3]. Bye, Milan
[1] https://pagure.io/fedora-kickstarts [2] https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts [3] Summary: Python error when trying to create a live image Details: I tried to create a test image following instructions in the https://fedoraproject.org/wiki/QA/Test_Days/Live_Image , but even when I use a clean checkout it fails with a python error. I guess it's some data file error based on the error message, hence I fill it here. The used commands with their output follows: [root@localhost li]# dnf install livecd-tools --releasever=42 Updating and loading repositories: Repositories loaded. Package "livecd-tools-1:31.0-12.fc42.x86_64" is already installed. Nothing to do. [root@localhost li]# git clone ssh://g...@pagure.io/fedora-kickstarts.git fedora-kickstarts -b f42 Cloning into 'fedora-kickstarts'... The authenticity of host 'pagure.io (8.43.85.76)' can't be established. RSA key fingerprint is SHA256:Gddkd5H7oQ1RaK8WgXSKl7JZP+FgLyidmxbLercJ/JY. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'pagure.io' (RSA) to the list of known hosts. remote: Enumerating objects: 10614, done. remote: Counting objects: 100% (1144/1144), done. remote: Compressing objects: 100% (139/139), done. remote: Total 10614 (delta 1106), reused 1016 (delta 1005), pack-reused 9470 Receiving objects: 100% (10614/10614), 1.69 MiB | 2.19 MiB/s, done. Resolving deltas: 100% (7107/7107), done. [root@localhost li]# setenforce 0 setenforce: SELinux is disabled [root@localhost li]# livecd-creator -c fedora-kickstarts/custom/qa-test-day.ks --releasever 42 --cache /var/tmp/livecd -f testday-2025-02-10 Traceback (most recent call last): File "/usr/bin/livecd-creator", line 265, in <module> sys.exit(main()) ~~~~^^ File "/usr/bin/livecd-creator", line 195, in main ks = imgcreate.read_kickstart(options.kscfg) File "/usr/lib/python3.13/site-packages/imgcreate/kickstart.py", line 54, in read_kickstart ksfile = urlgrabber.urlgrab(path, filename=tmpks) File "/usr/lib/python3.13/site-packages/urlgrabber/grabber.py", line 808, in urlgrab return default_grabber.urlgrab(url, filename, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/urlgrabber/grabber.py", line 1205, in urlgrab (url,parts) = opts.urlparser.parse(url, opts) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/urlgrabber/grabber.py", line 873, in parse pathname = pathname2url(url) File "/usr/lib64/python3.13/urllib/request.py", line 1679, in pathname2url return quote(pathname, encoding=encoding, errors=errors) File "/usr/lib64/python3.13/urllib/parse.py", line 924, in quote raise TypeError("quote() doesn't support 'encoding' for bytes") TypeError: quote() doesn't support 'encoding' for bytes -- _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue