Gajim - 2023-10-10


  1. ☭Mike Yellow

    I can join support@conference.monocles.de with Psi+ and my account, but I can not get the room information with Gajim and my account. I can get the room information with another account of server lightwitch.org. Weird. Ideas?

  2. ☭Mike Yellow

    I can join support@conference.monocles.de with Psi+ and my account, but I can not get the room information with Gajim and my account. I can get the room information with Gajim and another account of server lightwitch.org. Weird. Ideas?

  3. ☭Mike Yellow

    I can join it with Conversations and my account too.

  4. ☭Mike Yellow

    Oh... It looks like time out and Gajim gives up, I guess. Because when I try to join it with Conversations, the Gajim side succeed (with a little long time to connect the room).

  5. ☭Mike Yellow

    Psi+ also needs a little long time to connect it.

  6. Kris

    There is some weirdness with ejabberd servers and gajim right now.

  7. Kris

    I think it is the result of a known ejabberd bug and gajim being more sensitive about it

  8. Kris

    Should be fixed with the next ejabberd release if my guess is correct.

  9. cal0pteryx

    Kris: what was the issue?

  10. Kris

    Something with s2s certificate checks failing of first try

  11. Kris

    Some timing issue

  12. aura

    Hi, just joined to report a crash issue. I went to gitlab but it thinks I'm a spammer.

  13. aura

    I installed latest gajim from archlinux repo

  14. aura

    added an account and it freezes

  15. aura

    logs: https://pastebin.com/raw/CfG2hJwq

  16. aura

    anyone seen this issue ?

    😑️ 1
  17. fjklp

    > Hi, just joined to report a crash issue. I went to gitlab but it thinks I'm a spammer. the stupid thing is gitlab will do this to me when correcting an issue and I've posted many issues so I'm clearly not a spammer

    😑️ 1
  18. fjklp

    > anyone seen this issue ? Nope. Is your account name longer than 1023 characters?

  19. aura

    Not at all

  20. aura

    It was very short

  21. aura

    its the same nick here, at 404.city

  22. aura

    Removing the account make Gajim freeze as well

  23. aura

    > gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed This might be the real problem. just tried adding a another account. This time I didnt get the calltrace about the longer characters, but gajim still froze

  24. meson

    aura, looks like you are not the first to encounter this assertion error: https://bbs.archlinux.org/viewtopic.php?id=286513

  25. aura

    thanks meson. Looks like the issue is still at large in that thread. Though nobody is talking about a freeze there.

  26. aura

    They just see the error

  27. aura

    no other side effects I suppose

  28. meson

    aura, do you see anything else in the log, when you enable the debug output? https://dev.gajim.org/gajim/gajim/-/wikis/development/Debugging

  29. aura

    Other than the call trace in https://pastebin.com/raw/CfG2hJwq, I see this as the last entry when I try to remove the account. Gajim freezes after that, and gnome asks me to kill it: nbxmpp.protocol.LocalpartByteLimit: Localpart must be between 1 and 1023 bytes 2023-10-10 11:22:42 (D) gajim.c.storage.cache Execution time for _commit: 1 ms 2023-10-10 11:22:42 (D) gajim.c.storage.cache Execution time for remove_roster: 1 ms 2023-10-10 11:22:42 (I) gajim.c.passwords Remove password from keyring

  30. aura

    sounds like gajim is freezing because its waiting on some external component maybe?

  31. lovetox

    can you remove the account from gajim and re add it

  32. lovetox

    seems somehow this account ended up in an invalid state

  33. lovetox

    aura ^

  34. aura

    lovetox: will try that in a few hours and report back, thanks

  35. lovetox

    it should be impossible what the traceback says, i dont know how you got into this situation, maybe a big upgrade? like from a very old gajim version

  36. fjklp

    I'm curious about this one. Hopefully he tries that before something else.

  37. fjklp

    I just went to add an account that already exists but gajim checks and blocks it :)

  38. aura

    lovetox: it was a fresh installation, on Reborn OS (arch based)

  39. lovetox

    very weird, then you should be able to reproduce it

  40. lovetox

    did you register an account via gajim, or did you already have a existing one?

  41. meson

    can you check the jid (or the localpart) in the db? lovetox Do you think there could be an error?

  42. aura

    I tried adding a second account, and had the same freezing issue. Both accounts were already existing

  43. aura

    meson: how do I check that in the db?

  44. lovetox

    no you dont need to check it

  45. lovetox

    but delete .config/gajim/settings.db

  46. lovetox

    this will start fresh

  47. lovetox

    and then try to add it again and see if the same thing happends

  48. aura

    Okay, I will try that once I get home later today

  49. aura

    Thanks for the suggestions :)

  50. lovetox

    aura also about which gajim version are we talking?

  51. lovetox

    i checked the codepaths in current master, and i consider it looks impossible to come into the situation that the localpart is not stored in the database

  52. lovetox

    i did not look in earlier versions

  53. aura

    > aura also about which gajim version are we talking? It's the latest one in arch repo, 1.8.1

  54. fjklp

    I find that gajim does not automatically reconnect when a biboumi server restarts. Seems like a bug to me.

  55. fjklp

    I find that gajim does not automatically reconnect when a biboumi shuts down/server restarts. Seems like a bug to me.

  56. fjklp

    I find that gajim does not automatically reconnect when a biboumi server shuts down/restarts. Seems like a bug to me.

  57. lovetox

    biboumi server?

  58. lovetox

    biboumi is a gateway, gajim does not need to connect to it

  59. lovetox

    or do you mean join a irc channel after restart?

  60. fjklp

    I don't know the specifics. I get "You have been removed from the group chat: System shutdown". Then I never join again.

  61. fjklp

    I have to manually press the join button

  62. fjklp

    I have to manually press the join button and it joins

  63. lovetox

    hm .. we start a rejoin timer

  64. lovetox

    on shutdown, so this should work, but hard to test as you need a server for it

  65. lovetox

    i would be interested in logs if you can reproduce it

  66. fjklp

    note: I have not tested with another client

  67. cal0pteryx

    nicoco: thanks a lot for your contributions to gajim! They are very much appreciated :)

  68. Veronica

    How do I import my data from Conversations? I want to be able to decrypt my past messages

  69. lovetox

    not possible

  70. aura

    lovetox, I just tried removing settings.db, still no luck. Tried removing the whole gajim folder, yet my issue is consistently repro'ing

  71. aura

    the last thing gajim did before it froze was: 2023-10-10 17:28:30 (I) gajim.c.passwords Save password to keyring

  72. lovetox

    please supply a log where you register the account

  73. lovetox

    please supply a log where you add the account

  74. Linuxhelptipsxmpp

    lovetox i managed to add the public key to my account, all sorted.

  75. Veronica

    Linuxhelptipsxmpp: you can decrypt old messages?

  76. Linuxhelptipsxmpp

    Only just started using gajim sorry, but from the sounds of it if you add the publc key to the account when you import it that might work.

  77. notnite

    popping in to ask, what stops jingle from working on windows?

  78. notnite

    er, rather I guess audio/video in general

  79. chud

    > popping in to ask, what stops jingle from working on windows? At least libnice, but I'm working on getting rid of that

  80. chud

    I wouldn't expect gstreamer itself behave flawlessly on Windows either tbh

  81. chud

    I wouldn't expect gstreamer itself to behave flawlessly on Windows either tbh

  82. notnite

    yeah, i cloned to poke around just now and realized that gtkglsink just doesn't exist i guess