-
-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Description
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 decodeTroubleshooting 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 decodeAdditional context
No response
Metadata
Metadata
Assignees
Labels
No labels