Skip to content

[Bug]: crash di bottles #4295

@gidigatto-oss

Description

@gidigatto-oss

Describe the bug

'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte File "/app/share/bottles/bottles/backend/utils/threading.py", line 73, in __target
result = self.task_func(*args, **kwargs)

File "/app/share/bottles/bottles/backend/managers/manager.py", line 1894, in create_bottle
env = yaml.load(f.read())
~~~~~~^^

File "", line 325, in decode

To Reproduce

open bottles

Package

Flatpak from Flathub

Distribution

linux mint 22.2

Debugging Information

'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte  File "/app/share/bottles/bottles/backend/utils/threading.py", line 73, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/manager.py", line 1894, in create_bottle
    env = yaml.load(f.read())
                    ~~~~~~^^

  File "<frozen codecs>", line 325, in decode

Troubleshooting Logs

'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte  File "/app/share/bottles/bottles/backend/utils/threading.py", line 73, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/manager.py", line 1894, in create_bottle
    env = yaml.load(f.read())
                    ~~~~~~^^

  File "<frozen codecs>", line 325, in decode

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions