LordVananyone besides me ahve this problem?: Traceback (most recent call last):
File "src\roster_window.py", line 1660, in _visible_func
File "src\roster_window.py", line 1589, in contact_is_visible
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-11: invalid continuation byte
vornerMy guess is you have someone in your roster that has a really strange nick that is not valid utf-8. The server should have refused to create such roster item and should not send you such thing (and maybe even should have terminated your XML stream when you tried to create it), but when it is already there, it probably gives trouble to gajim.
vornerBut it is just a guess, of course.
LordVani assume it is from the facebook spectrum transport
LordVannot sure why the server accepts it
Link MauveLordVan, then it’s mostly a Spectrum transport issue, you should report it to them.
Link MauveIt could be made better in Gajim, but meh, your server should already take care of that.
LordVanwell what definitely would be great for gajim error messages in general would be if I didn't get the same box 50 times over ^^
LordVanmaybe "collect" them in one dialogue or supress same messages that come within the same 10 sec or so
Link MauveLordVan, please open a ticket for that. :)
LordVanif I remember my password ^^
LordVanwhat would also be nice woudl be an option to show which contact and / or edit&fix it
LordVanhttps://trac.gajim.org/ticket/8370 ^^
botRSS: Feeds for Gajim
• Ticket #8370 (Supress / Collect Errors) created
problem
When there's an error (e.g. UnicodeDecode? error on roster,..) it tends to pop up 20+ Windows with the same error message. analysis
It seems to happen with errors on roster names (non-utf8 for example) which causes multiple boxes e.g. when typing as you search contacts
enhancement recommendation
I propose to suppress (and/or collect) those messages[…]
https://trac.gajim.org/ticket/8370
MarzannaThen I click "Toggle audio session" error appears:
Error: Resource not found.
Debug: gstjackaudiosink.c(358): gst_jack_ring_buffer_open_device (): /GstJackAudioSink:autoaudiosink0-actual-sink-jackaudio:
Cannot connect to the Jack server (status 17)
MarzannaWhy is it trying to connect to jack?
Link MauveMarzanna, IIRC you can configure that in Edit > Preferences > Audio/Video.
MarzannaLink Mauve, I can configure it. But in audio input I have only Autodetect and Audio test
Link MauveMarzanna, maybe you have JACK installed and Gstreamer somehow thinks that is usable?
MarzannaLink Mauve, looks like I fixed it. I've installed gstreamer0.10-pulsaudio
MarzannaNow I can select PA devices in Gajim. I see Gajim in Recording tab in PA Volume Control but not in Playback
Link MauveI wish it was easier to get debug infos out of Gajim for audio/video, the current way is very opaque and I’m not sure who’s at fault.
MarzannaVideo also doesn't work :(
MarzannaWhere is the plugin API? Where can I find it?
aruneMarzanna: in code I think 😬
Marzannaarune, I'm already examining the code.
MarzannaBut it's not very convenient in comparison with clear API reference
aruneI fully agree
c0cac01aIs the OMEMO plugin known to not work with gajim-nightly or am i doing it wrong?
lovetoxc0cac01a, start with
lovetox-l gajim.plugin_system.omemo=DEBUG
lovetoxprobably you miss some dependencys
lovetoxdependency is python-axolotl
c0cac01alovetox, i don't see it after installation in the plugin manager. However, it is in the ~/.local/share/gajim/plugins/ dir
c0cac01ai have python-axolotl
lovetoxand you are definitly on gajim 0.16.5
lovetox?
lovetoxcheck in the help -> about window
c0cac01aGajim 0.16.5-f161efd21ce1
lovetoxdid you restart gajim?
c0cac01amultiple times. will try again with omemo debug flag
lovetoxthats really odd, until now no one had this problem, it points to omemo failing with something at loading
lovetoxmaybe also start only with -l gajim=DEBUG if the previous one yields no results
lovetoxwill be a long log
lovetoxbut maybe you can search for plugin related stuff
lovetoxdo you have google-protobuf installed?
c0cac01a/usr/lib/python2.7/pkgutil.py:186: ImportWarning: Not importing directory '/usr/local/lib/python2.7/dist-packages/google': missing __init__.py