ClubLog: Could not delete original QSO data!

10 posts / 0 new
Last post
N9SEO
ClubLog: Could not delete original QSO data!

Hi,

I've been having a problem with uploading to ClubLog like some others here. I tried to search to see if I could self solve this issue but could not.

I keep getting these errors and have created the debug.log to send to you when you're ready.

ClubLog: Deleting original I1RJP
ClubLog: Could not delete original QSO data!
ClubLog: Deleting original I1RJP
ClubLog: Could not delete original QSO data!

Please advise

73 Kayne

dk7ob
How to delete wrong entry

I got this several times. You may enable debug output to see the error response from Clublog.

The only way I found to get rid of this involves SQL commands, which I find quite dangerous. In the QSL list, open the SQL console. Type

select * from log_changes

Scroll through the list until you find the problematic entry. Write down the id of that entry.

Then type

delete from log_changes where id=id_of_wrong_entry

Replace id_of_wrong_entry with the id you found.

N9SEO
Hi,

Hi,

Ok thanks for that, I will try that.

73

N9SEO
Man,

Man,

What a pain in the.. I have had to do at least 50 since the last reply. :(

dk9he
dk9he's picture
ClubLog: Could not delete original QSO data!

Hi there,
No doubt, to delete the stuff is not the pleasure.

Multiple times i've done that successful. Finally it's open how do it comes?

Here it just appeared again: ClubLog: Could not delete original QSO data!

A quick look into table log_changes makes it clear:

After QSL print confirmations 'UPDATE' records was inserted into log_changes.
That may be correct so far.
If I delete these UPDATE records manually afterward immediately the clubLlog upload
runs again as well.

Sri, no clue how to fix that. For sure, I can deliver all support for you if needed.

73
Andy DK9HE

oh1kh
ClubLog: Could not delete original QSO data!

HI Andy!

Maybe you would like to try my testing version. It has some options made by request of local ham. I do not use online logs so I do not have use for them, but I have been told that that work.

Reset all triggers may be useful if you have made a change but do not like to upload it.

And other in "preferences/Online log upload". Some checkboxes more.

If I remember right the last checkbox effects also for QSL printing issue.

To get testing version:

Go to https://github.com/OH1KH/cqrlog/tree/loc_testing/compiled
Download newupdate.zip
extrect and start it from command console.

Follow instructions. I think in your case the selection #4 is right, unless you do use QT5 version already, Then #5 is the one.
Of course you can download the source and compile it by yourself. Then just step onne folder back from "compiled" and download source zip from there.

 

 

--
Saku
OH1KH

dk9he
dk9he's picture
testing version

Hi Saku,
Installation of testing version runs great.
Unfortunately it didn't start right away:

jo@joti:~$ cqrlog --version
Cqrlog Ver:2.6.0 (103) QT5 Date:2022-07-25
jo@joti:~$ cqrlog --debug=1
cqrlog: symbol lookup error: cqrlog: undefined symbol: QTextEdit_setPlaceholderText
jo@joti:~$

Maybe the reason is my kubuntu 18.04 ?

Now I going to compile the stuff by myself but for the moment I can't get the source.zip
in the mentioned folder.

Anyway, I will stop clublog upload, but first of that I will test like your proposal.

many thanks / kiitos paljon
Andy DK9HE

oh1kh
ClubLog: Could not delete original QSO data!

Hi Andy!

It looks like you have something with your Qt5 installation. You can put your error text "symbol lookup ......" line to Google as search sentence to see some similar cases.

To get the source go to https://github.com/OH1KH/cqrlog/tree/loc_testing
There you see green "Code" button. Press it and at bottom of popup you see "Download zip"

With source compile you can refer to this message. It should work also for you https://cqrlog.com/comment/10726#comment-10726
You just do not need the "git clone" command if you use the contents of downloaded zip of source code.

Git cloning will load lot more data as there are all steps of source development. The good side of git cloning is that you can later do "git pull" and get just changed parts of code and compile again to keep your Cqrlog up to date all the time.

--
Saku
OH1KH

dk9he
dk9he's picture
ClubLog: Could not delete original QSO data!

Hi Saku,
meanwhile I made an system upgrade to Kubuntu 22.04. After some administrations I got 2.5.2 running
with all databases and including TX-control and so on.

Now your great newupdate.sh runs as well too. Next I test your option "Remove all upload upload triggers".
Anyway, 2.6 looks great here. My test results coming soon.

73
Andy DK9HE

dk9he
dk9he's picture
ClubLog: Could not delete original QSO data!

Hi Saku,
meanwhile I got once more the known issue "ClubLog: Could not delete original QSO data!"
Whatever the reason is, now I just used:

OnlinLog
-> Mark QSO as uploaded to all logs

Immediately the issue was solved. Means the latest version 2.6 solve this topic.
Than you all for great development of CQRLOG.

73
Andy DK9HE