exception on startup after upgrade to 2.4.1
Versions
- OS: Arch Linux
- GTK: 4.20.3
- PyGObject: 3.54.5
- GLib: 2.86.3
- Adw: 1.8.2
- libsoup: 3.6.5
- python-nbxmpp: 7.0.0
- Gajim: 2.4.1
Traceback
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/gajim/gtk/chat_stack.py", line 79, in __init__
self._message_action_box = MessageActionsBox()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/gajim/gtk/message_actions_box.py", line 94, in __init__
voice_message_recorder_button = VoiceMessageRecorderButton()
File "/usr/lib/python3.13/site-packages/gajim/gtk/voice_message_recorder_widget.py", line 87, in __init__
"", 0, self._voice_message_recorder.audio_file_abspath
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/gajim/gtk/voice_message_recorder.py", line 165, in audio_file_abspath
return self._file_path
^^^^^^^^^^^^^^^
AttributeError: 'VoiceMessageRecorder' object has no attribute '_file_path'
Steps to reproduce the problem
- start gajim after upgrade from 2.4.0 -> 2.4.1
Expected behavior
no exception
Actual behavior
exception