eQSL

Post Reply
User avatar
ZL3GAV
Advanced Class
Posts: 33
Joined: 26 Jun 2022, 08:25
Location: Christchurch, New Zealand
Contact:

eQSL

Post 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
Attachments
EQSL.jpg
EQSL.jpg (74.41 KiB) Viewed 827 times
EQSL 2.jpg
EQSL 2.jpg (17.66 KiB) Viewed 827 times
User avatar
G4POP
Log4OM Alpha Team
Posts: 10704
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: eQSL

Post by G4POP »

Please state release number - See help/about
73 Terry G4POP
User avatar
ZL3GAV
Advanced Class
Posts: 33
Joined: 26 Jun 2022, 08:25
Location: Christchurch, New Zealand
Contact:

Re: eQSL

Post by ZL3GAV »

Hi Terry

version 2.23.0.0

Thanks

73

Gavin
ZL3GAV
User avatar
G4POP
Log4OM Alpha Team
Posts: 10704
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: eQSL

Post by G4POP »

OK Checking
73 Terry G4POP
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: eQSL

Post 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
Daniele Pistollato - IW3HMH
User avatar
ZL3GAV
Advanced Class
Posts: 33
Joined: 26 Jun 2022, 08:25
Location: Christchurch, New Zealand
Contact:

Re: eQSL

Post 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.
Post Reply