cqrlog Version 1.8.2
There is a small issure with this:
LoTW/eQSL were not marked as sent/received after upload/download - fixed
I had some QSO uploaded succesfully to eQSL but they are not marked as Uploaded after a refresh of the Log-Window or after restarting cqrlog.
It had worked for some QSOs but stopped now. The Upload himself worked.
73 de DO1YHJ
Sun, 2014-10-12 21:24
#1
eQSL Collum eqsl_qsl_sent not marked as Uploaded.
I see this as well with 1.8.2, however in my case lotw_qslsdate and lotw_qsls are populated while eqsl_qslsdate and eqsl_qsl_sent are empty.
Actually eqsl_qsl_sent is not NULL, it is a single space.
Opening the SQL Console and running
SELECT callsign,freq,qsodate,eqsl_qsl_sent,eqsl_qslsdate FROM view_cqrlog_main_by_qsodate WHERE ( eqsl_qsl_sent = " " )
will identify these records.
And of course
UPDATE view_cqrlog_main_by_qsodate SET eqsl_qslsdate = CURDATE() , eqsl_qsl_sent = 'Y' WHERE ( eqsl_qsl_sent = ' ')
will work around the issue for those users affected by this.
I noticed this issue as well. I used the "mark all qsos as uploaded" feature under QSL->eQSL, which did indeed mark them all. Then the clublog stuff interpreted that to mean that every single QSO in my log had been updated, and therefore needed to be deleted and updated individually on clublog. That took a while.
The work-around I ended up using was to upload to eqsl (and lotw, which is working fine), then upload all changes to clublog. After that, mark everything as uploaded to eqsl. Next, to keep clublog from going crazy, also mark everything as uploaded to clublog.