Persistent Error Warning Message with LuckyBackup

I am getting persistent red error warnings when running luckyBackup, even in dry run mode.

When just logged into desktop and running luckybackup for first time the KDE Wallet is closed so I get the following message in luckybakup window:-

Pass a valid window to KWallet::Wallet::openWallet(). 
 

 The kwalletd service has been registered 


I also get the KDE Wallet Service popup telling me that ksshaskpass has requested to open the wallet “kdewallet” and to enter the password for the wallet.

If I do this I get an error and the connection to the NAS is refused. If I try again I get a red message:-

Pass a valid window to KWallet::Wallet::openWallet(). 


and the dry run proceeds and I get:-

execution of task : Upload mastermedia music to qnapnas2, finished


but in the luckyBackup Information window I get :-

Elapsed time : 00:00:16
Total files transferred : 2 (1.88MB)
=========================================
All tasks completed (simulation mode)
errors found: 1
=========================================

Even with a run (not dry run) I get the same green errors found:1 message thus :-

Elapsed time : 00:00:04
Total files transferred : 2 (1.9MB)
=========================================
All tasks completed 
errors found: 1
logfile(s) have been created under directory: /home/alastair/.luckyBackup/logs/
=========================================

and if I go to the log file I get:-


=====================================<br><font color=magenta>execution of task    : <b>Upload mastermedia music to qnapnas2</b>, starting</font><br>Source    : <b><font color=blue>/home/alastair/mastermedia/Music/</font></b><br>Destination    : <b><font color=blue>/share/Multimedia/Music/</font></b>

<a name="error1"></a><font color=red>Pass a valid window to KWallet::Wallet::openWallet().
</font>
building file list ... 

 0 files...
 100 files...
 200 files...
 300 files...

This continues until the end lines which are as follows:-

 32600 files...
 32700 files...
 32800 files...
 32900 files...
32922 files to consider

.luckybackup-snaphots/Music_NAS2.profile/
.luckybackup-snaphots/Music_NAS2.profile/logs/
.luckybackup-snaphots/Music_NAS2.profile/logs/Music_NAS2-Upload mastermedia music to qnapnas2-20150926232855.log


         27.36K 100%    0.00kB/s    0:00:00  
         27.36K 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=32906/32922)
.luckybackup-snaphots/Music_NAS2.profile/profiles/
.luckybackup-snaphots/Music_NAS2.profile/snaps/
.luckybackup-snaphots/Music_NAS2.profile/snaps/Music_NAS2-Upload mastermedia music to qnapnas2-20150926232855.changes.log

              0 100%    0.00kB/s    0:00:00 (xfr#2, to-chk=32902/32922)

deleting .luckybackup-snaphots/Music_NAS2.profile/logs/Music_NAS2-Upload mastermedia music to qnapnas2-20190407170628.log
deleting .luckybackup-snaphots/Music_NAS2.profile/logs/Music_NAS2-Upload mastermedia music to qnapnas2-20160305004059.log

deleting .luckybackup-snaphots/Music_NAS2.profile/logs/Music_NAS2-Upload mastermedia music to qnapnas2-20121007230221.log
deleting .luckybackup-snaphots/Music_NAS2.profile/snaps/Music_NAS2-Upload mastermedia music to qnapnas2-20190407170628.changes.log
deleting .luckybackup-snaphots/Music_NAS2.profile/snaps/Music_NAS2-Upload mastermedia music to qnapnas2-20121007230221.changes.log


Number of files: 32,922 (reg: 30,503, dir: 2,419)
Number of created files: 2 (reg: 2)
Number of regular files transferred: 2
Total file size: 1.18T bytes
Total transferred file size: 27.36K bytes
Literal data: 27.36K bytes
Matched data: 0 bytes
File list size: 1.83M
File list generation time: 0.189 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 1.90M
Total bytes received: 65

sent 1.90M bytes  received 65 bytes  1.27M bytes/sec
total size is 1.18T  speedup is 617,562.16


<font color=cyan>    -----| Backing-up profile, logfiles and snapshot data -> Ok |-----</font><br>
<font color=magenta>execution of task    : <b>Upload mastermedia music to qnapnas2</b>, finished</font>
=====================================<br>

Please forgive the lengthy post but after all this I do not see an actual error. Please could somebody advise if there is truly an error as in rsync error or a malfunction of the password handshake with the wallet.
Grateful for help please.
Budge

What exactly are you backing up? Entire homedir? I do use LB on and off, but I never run it as the user who’s files I backing up.

Hi, I just use LB to transfer media files to NAS from a master set on workstation where I receive downloads and do any tagging that needs adding. Mainly classical music and video.
I don’t think the files should be a problem, I am sure it is the logging in handshake but not sure if issue is with LB or ksshaskpass or Wallet.

How do you connect to the NAS when performing the transfer?

Hi and thanks for the reply. Not sure what level of info you need but in short I connect over the lan within the same subnet as the NAS.
The LB script is as follows:-

rsync -h --progress --stats -r -tgo -p -D --update --delete-after --filter=protect .@__thumb --delete-excluded --exclude=**/*tmp*/ --exclude=**/*cache*/ --exclude=**/*Cache*/ --exclude=/mnt/*/** --exclude=/media/*/** --exclude=**/lost+found*/ --exclude=/var/run/** --exclude=/run/** --exclude=/proc/** --exclude=/dev/** --exclude=/sys/** --exclude=**/*Trash*/ --exclude=**/*trash*/ --exclude=.@__thumb --protect-args /home/alastair/mastermedia/Music/ admin@192.168.169.130:/share/Multimedia/Music/

Hope this helps

Has everyone given up on my question?