Page 1 of 1
eQSL
Posted: 01 Jul 2022, 03:25
by ZL3GAV
I have been using Log4OM for a week, it has been a steep learning curve but am really enjoying the program, and sophisticated features. Wish I had found it earlier.
I have read the manual but and researched best I can, manual, videos, forum etc. so sorry if the solution is obvious!
With eQSL integration, I have completed the confirmation section with a generic thanks message, I can't get the nessage to appear on the eQSL card, as per my test.
Please note attached screenshot. (The confirmation form has been correctly completed, and saved)
Thanks
Gavin
ZL3GAV
Re: eQSL
Posted: 01 Jul 2022, 07:17
by G4POP
Please state release number - See help/about
Re: eQSL
Posted: 01 Jul 2022, 07:31
by ZL3GAV
Hi Terry
version 2.23.0.0
Thanks
73
Gavin
ZL3GAV
Re: eQSL
Posted: 01 Jul 2022, 07:35
by G4POP
OK Checking
Re: eQSL
Posted: 01 Jul 2022, 08:32
by IW3HMH
These are the "uploaded fields"
List<string> selectedFields = new List<string>();
selectedFields.Add("call");
selectedFields.Add("band");
selectedFields.Add("band");
selectedFields.Add("mode");
selectedFields.Add("submode");
selectedFields.Add("qso_date");
selectedFields.Add("time_on");
selectedFields.Add("freq");
selectedFields.Add("dxcc");
selectedFields.Add("rst_rcvd");
selectedFields.Add("rst_sent");
selectedFields.Add("station_callsign");
selectedFields.Add("comment");
selectedFields.Add("notes");
selectedFields.Add("qslmsg");
selectedFields.Add("prop_mode");
selectedFields.Add("sat_name");
selectedFields.Add("my_cnty");
selectedFields.Add("my_gridsquare");
QSL Message is part of the message sent.
Please set LOG4OM in DEBUG MODE (help -> Log Level -> Debug) then make a QSO and check (after 1, 2 minutes) for the PROGRAM LOG (also from Help menu)
Here you should find a row that contains [EQSL UPLOAD] string followed by the URL with all parameters sent (including the ADIF sent). Check in that row for your QSL MESSAGE string.
If you can find it, it has been sent to EQSL correctly
Re: eQSL
Posted: 03 Jul 2022, 00:07
by ZL3GAV
Thanks for the reply. Following your advice, I ran the debug feature. A search of the log file does not find the syntax "qslmsg". There is no error report on the string associated with eQSL. Have not uploaded the logfile as it reveals passwords etc. The issue may be with eQSL, looking at activity over the last 2 months, very few have comments, when historically most had a least a standard message. This is a minor issue, but had raised it while I was learning the use of the program.