Bug 2327946 - pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xe1 in position 165: invalid continuation byte
Summary: pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't d...
Keywords:
Status: CLOSED DUPLICATE of bug 2254801
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 41
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:7b8faf353bdafa0cf32610dad74...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-22 01:26 UTC by felipeaguilerasalta
Modified: 2024-12-11 15:35 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-12-11 15:35:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: dbus.log (3.90 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: lsblk_output (2.32 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: anaconda.log (30.04 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: anaconda-tb (1.48 MB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: nmcli_dev_list (2.20 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: program.log (36.23 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: backtrace (4.26 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: packaging.log (14.55 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: storage.log (330.99 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: description (3.42 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: journalctl (1.10 MB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: environ (678 bytes, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: os_info (754 bytes, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details
File: packaging.log (14.55 KB, text/plain)
2024-11-22 01:26 UTC, felipeaguilerasalta
no flags Details

Description felipeaguilerasalta 2024-11-22 01:26:07 UTC
Description of problem:
I was installing fedora 41 but when I downloaded the bootloader I got an error that>anaconda 41.35 exception report> and I got to wait or force the installer to close<my laptop is HP 250 G6 4gb ram and intel i5 7200U

Version-Release number of selected component:
anaconda-core-41.35-2.fc41.x86_64


The following was filed automatically by anaconda:
anaconda 41.35 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 474, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 261, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 552, in _run_installation
    queue.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 83, in run
    self._run_installation(
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.13/threading.py", line 992, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/threads.py", line 280, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/threads.py", line 171, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 173, in finish
    thread_manager.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xe1 in position 165: invalid continuation byte

Additional info:
other involved packages: anaconda-gui-41.35-2.fc41.x86_64, python3-dasbus-1.7-8.fc41.noarch, python3-libs-3.13.0-1.fc41.x86_64
version:        41
kernel:         6.11.4-301.fc41.x86_64
addons:         com_redhat_kdump
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=FEDORA-WS-L rd.live.image quiet rhgb
release:        Fedora release 41 (Forty One)
type:           anaconda
reason:         pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xe1 in position 165: invalid continuation byte
package:        anaconda-core-41.35-2.fc41.x86_64
product:        Fedora
hashmarkername: anaconda
executable:     /sbin/anaconda
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical
comment:        I was installing fedora 41 but when I downloaded the bootloader I got an error that>anaconda 41.35 exception report> and I got to wait or force the installer to close<my laptop is HP 250 G6 4gb ram and intel i5 7200U

Comment 1 felipeaguilerasalta 2024-11-22 01:26:10 UTC
Created attachment 2059236 [details]
File: dbus.log

Comment 2 felipeaguilerasalta 2024-11-22 01:26:12 UTC
Created attachment 2059237 [details]
File: lsblk_output

Comment 3 felipeaguilerasalta 2024-11-22 01:26:14 UTC
Created attachment 2059238 [details]
File: anaconda.log

Comment 4 felipeaguilerasalta 2024-11-22 01:26:24 UTC
Created attachment 2059239 [details]
File: anaconda-tb

Comment 5 felipeaguilerasalta 2024-11-22 01:26:25 UTC
Created attachment 2059240 [details]
File: nmcli_dev_list

Comment 6 felipeaguilerasalta 2024-11-22 01:26:28 UTC
Created attachment 2059241 [details]
File: program.log

Comment 7 felipeaguilerasalta 2024-11-22 01:26:30 UTC
Created attachment 2059242 [details]
File: backtrace

Comment 8 felipeaguilerasalta 2024-11-22 01:26:32 UTC
Created attachment 2059243 [details]
File: packaging.log

Comment 9 felipeaguilerasalta 2024-11-22 01:26:36 UTC
Created attachment 2059244 [details]
File: storage.log

Comment 10 felipeaguilerasalta 2024-11-22 01:26:37 UTC
Created attachment 2059245 [details]
File: description

Comment 11 felipeaguilerasalta 2024-11-22 01:26:47 UTC
Created attachment 2059246 [details]
File: journalctl

Comment 12 felipeaguilerasalta 2024-11-22 01:26:49 UTC
Created attachment 2059247 [details]
File: environ

Comment 13 felipeaguilerasalta 2024-11-22 01:26:51 UTC
Created attachment 2059248 [details]
File: os_info

Comment 14 felipeaguilerasalta 2024-11-22 01:26:53 UTC
Created attachment 2059249 [details]
File: packaging.log

Comment 15 Katerina Koukiou 2024-12-11 15:35:55 UTC

*** This bug has been marked as a duplicate of bug 2254801 ***


Note You need to log in before you can comment on or make changes to this bug.