AttributeError: 'PreferencesGroup' object has no attribute 'get_row'. Did you mean: 'get_root'?
- Langage dominant
- Python
- Étoiles
- 482
- Forks
- 71
- Merge moyen
- 6 j 3 h
- PR mergées (30 j)
- 2
Description
I compiled and installed latest version from the sources (Release_v2.0.2). After running it and clicking on the "Add location" button I see on the terminal following error:
```
mousam
2026-07-25 14:47:39,830 - mousam.main - INFO - Application activated
Traceback (most recent call last):
File "/home/user/.local/share/mousam/mousam/mousam.py", line 468, in _on_action_locations
win = WeatherLocations(self)
File "/home/user/.local/share/mousam/mousam/windowLocations.py", line 140, in __init__
self._refresh_list()
~~~~~~~~~~~~~~~~~~^^
File "/home/user/.local/share/mousam/mousam/windowLocations.py", line 159, in _refresh_list
while child := self.location_grp.get_row(0):
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PreferencesGroup' object has no attribute 'get_row'. Did you mean: 'get_root'?
```
Is there something I am missing?
During the configuration and compilation I had no warnings/errors.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.