Messages not being sent anymore on original profile

Merry Christmas :slight_smile:

Recently, my messages aren’t being sent. They just hang for hours with the loading circles. Log below of what happens when I try to send a message.

I programmed the SMTP server which actually converts the email into a text, so there is definitely room for fault in that program, but so far I have not seen any indication that the SMTP server even is receiving the email from DeltaChat.

Recent changes that may have triggered this behavior

  • created a new profile that uses the same imap with a different smtp (DeltaChat is sending messages successfully on this new profile, but not the old profile)
  • may have updated archlinux packages

ArchLinux package deltachat-desktop (flagged as out of date)

Delta Chat Desktop 1.46.8 (git: none)
Delta Chat Core v1.142.12
SQLite 3.45.3
electron 30.5.1
node 20.16.0
73.8s [i]core/event: 8 src/e2ee.rs:77: Peerstate for "----------@-----.com" missing, cannot encrypt.
73.8s [i]core/event: 8 src/scheduler.rs:814: SMTP fake idle interrupted.
73.8s [i]core/event: 8 src/smtp.rs:531: Selected rows from SMTP queue: [1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067].
73.8s [i]core/event: 8 src/ephemeral.rs:582: Ephemeral loop waiting for deletion in 24h 0m 0s or interrupt
73.8s [w]core/event: 8 src/scheduler.rs:765: send_smtp_messages failed: Failed to send message: Message Msg#18518 does not exist.
73.8s [i]core/event: 8 src/scheduler.rs:782: SMTP fake idle started.
73.8s [i]core/event: 8 src/scheduler.rs:794: SMTP has messages to retry, planning to retry 48 seconds later.

1 Like

iirc, there were some changes in that area, so it makes sense to try over with 1.50.1 or newer before checking anything else

1 Like

This is a bug that was fixed in core 1.148.7:

Arch Linux package for desktop is unfortunately out of date, but you can meanwhile use AUR git package: AUR (en) - deltachat-desktop-git

thank you