-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Description
Is in title, for any reason when I write battery.status the following error appears:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/plyer/utils.py", line 117, in __getattribute__
result = getattr(object.__getattribute__(self, '_obj'), name)
File "/usr/lib/python3.10/site-packages/plyer/facades/battery.py", line 42, in status
return self.get_state()
File "/usr/lib/python3.10/site-packages/plyer/facades/battery.py", line 49, in get_state
return self._get_state()
File "/usr/lib/python3.10/site-packages/plyer/platforms/linux/battery.py", line 81, in _get_state
percentage = float(
ValueError: could not convert string to float: '0% (should be ignored'Edit: I'm using Arch Linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done