Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError when reading registrymodifications.xcu #30

Open
russ-p opened this issue Feb 16, 2023 · 0 comments
Open

UnicodeDecodeError when reading registrymodifications.xcu #30

russ-p opened this issue Feb 16, 2023 · 0 comments

Comments

@russ-p
Copy link

russ-p commented Feb 16, 2023

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 364, in on_apply_button_clicked
    if self.get_libreoffice_details_updated():
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 640, in get_libreoffice_details_updated
    data = self.get_libreoffice_data()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 798, in get_libreoffice_data
    for line in open(prefs_file):
  File "/usr/lib/python3.10/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 5925: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant