STUN server error when trying to start call
Versions
- OS: Fedora 37 Workstation On Raspberry Pi 4
- Gajim version: 1.6
- GTK version: 3.24.36
- Python-nbxmpp version: 4.0.0
Steps to reproduce the problem
Install the app through the official Fedora repo OR from flathub.
Expected behavior
As the Video and Audio icons is there to make a call, but unfortunately every time I get an error which is the same error
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/gajim/gtk/chat_stack.py", line 563, in _on_action
app.call_manager.start_call(account, jid, CallType.AUDIO)
File "/usr/lib/python3.11/site-packages/gajim/common/call_manager.py", line 314, in start_call
sid = client.get_module('Jingle').start_audio(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/gajim/common/modules/jingle.py", line 157, in start_audio
jingle.add_content('voice', JingleAudio(jingle))
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/gajim/common/jingle_rtp.py", line 386, in __init__
self.setup_stream()
File "/usr/lib/python3.11/site-packages/gajim/common/jingle_rtp.py", line 401, in setup_stream
JingleRTPContent.setup_stream(self, self._on_src_pad_added)
File "/usr/lib/python3.11/site-packages/gajim/common/jingle_rtp.py", line 122, in setup_stream
if not stun_server and self.session.connection._stun_servers:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Client' object has no attribute '_stun_servers'
And here the logs when I run Gajim from the terminal and try to make a call:
gajim
No translations found for en_US
Dirs searched: [PosixPath('/home/sally/.local/share'), PosixPath('/home/sally/.local/share/flatpak/exports/share'), PosixPath('/var/lib/flatpak/exports/share'), PosixPath('/usr/local/share'), PosixPath('/usr/share')]
No plugin translation path available
(org.gajim.Gajim:19684): Gtk-CRITICAL **: 01:25:21.099: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
(org.gajim.Gajim:19684): Gtk-CRITICAL **: 01:25:26.523: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
01/08/2023 01:25:27 (W) gajim.c.m.mam (sure.im) Error from sallyhaj@sure.im: feature-not-implemented - The feature is not supported yet.
01/08/2023 01:25:27 (W) gajim.c.m.bookmarks (sure.im) Error from sallyhaj@sure.im: item-not-found
(org.gajim.Gajim:19684): libsoup-ERROR **: 01:25:32.211: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/breakpoint trap (core dumped)
I have tried multiple XMPP server instances.
Thank you.