SFTP connection timed out and DBUS_SESSION_BUS_ADDRESS not set

Hello,

until recently my duplicacy was running smoothly.
I haven’t been able to create backups for a few days.

When I restart Duplicacy, the following entry appears in the logs:

2022/12/18 00:38:39 Failed to get the value from the keyring: keyring/dbus: Error connecting to dbus session, not registering SecretService provider: dbus: DBUS_SESSION_BUS_ADDRESS not set

Backups are not created, instead the following error message appears:

2022-12-17 18:02:10.441 INFO STORAGE_SET Storage set to sftp://unraid-backup@192.168.10.22:57610/backup
2022-12-17 18:04:21.476 ERROR STORAGE_CREATE Failed to load the SFTP storage at sftp://unraid-backup@192.168.10.22:57610/backup: dial tcp 192.168.10.22:57610: connect: connection timed out
Failed to load the SFTP storage at sftp://unraid-backup@192.168.10.22:57610/backup: dial tcp 192.168.10.22:57610: connect: connection timed out

Can someone help me with this problem?

This can be caused by your SFTP server changing to a different ip address. Can you check its current ip address?

Thanks for the feedback.
Actually nothing has changed. The IP is the same.

What about the port? Is the SSH server still listening on that port?

Yes IP and Port are right.

Try to run ssh -p 57610 unraid-backup@192.168.10.22 in a terminal to verify the connection. I’m almost certain that either the ssh server is running at that port or there is some network issue.

Both networks are connected via Wireguard, but I get the following error message.

ssh: connect to host 192.168.10.22 port 57610: Connection timed out

IP and port are correct.

It was due to my wrong WireGuard connection. Sorry works again.