freezes after downloading eQSL data

9 posts / 0 new
Last post
EA4HEA
freezes after downloading eQSL data

Hi

CQRLOG freezes after downloading data from eQSL. Amazingly works perfectly uploading data, and also down and uploading to LOTW. THe only options are wait wait wait ... or force exit.

If I run it in debug mode, the data seems to be downloaded properly, the errors are prepared BUT freezes when the data should be shown, and the last lines shown in the debug are the following:

update cqrlog_main set eqsl_qsl_rcvd = 'E'
,eqsl_qslrdate = '2023-10-01'
where id_cqrlog_main = 6394

one record read:
EOR->

And I can download data from eQSL with some other programs, so no issue semms to happen in eQSL.

Version is 2.6.0 (116) Gtk2, working OK since several months under Ubuntu 22.0.3LTS.

Please help!

oh1kh
freezes after downloading eQSL data

Hi
Cqrlog saves data from eqsl to it's own folder under ~/.config/cqrlog
Find the last download from there and compare contents of file to last debug
. Is the qso you see in debug last in eqsl file?

Are there more qsos and do you find them from log. Do they look ok?

Has that last qso in debug now status E in log? If not, what happens if you set it manually to E and do again eqsl download?

There must be some kind of error in your log or in eqsl download after or in the last debug qso.

--
Saku
OH1KH

F5JQF
Good morning,

Good morning,
I see the same problem regarding the recovery of eqsl. The program freezes, you have to wait and wait and force the download to stop. I noticed the problem two days ago, previously everything was working like Swiss clock!.. I am working with version Alpha 2.6.0 (119) GtK2 (thanks Saku).
73' Yves F5JQF

Yves, F5JQF
CQRlog Ver.2.6.0_(126)_GtK2 / Hamlib 4.5.5 / Linux Mint 21.3 Cinnamon
..

EA4HEA
Issue persists today,

Issue persists today, probably the code needs some fine tuning because some other people are experiencing the same problem.

I made the test you proposed and the last QSL in file is the same shown in the QSO window but the Y key is not shown in the qsl column even after restarting the aplication.

dl2oam
freezes after downloading eQSL data

Hi, I have exactly the same problem. I just noticed that the format of the file returned by EQSL has changed. There is now an x0Dx0A at the end of EVERY line, including the header. And at the end of the file there is an empty line with just x0Dx0A.
Maybe that's where the problem lies?
Maybe it helps, and I would be happy to get a tip on how to solve the problem.
Thank you for your efforts.
73 de Peter

EA4HEA
Solved!!!

I have just installed the 119 version and it works OK!!!! Issue solved !!!

Thanks !!!

WB6IZG
Download from eQSL hangs after upgrade to 2.6.0 120

I am also having this eQSL download hang. I upgraded from Ubuntu 18.04 to 22.04. I then upgraded cqrlog using newupdate script. Was at 2.5.2 2021-02-12 now am at 2.6.0 (120) latest. Using debug all updates are downloaded from eQSL but then seems to hang before processing them. There are some updates that don't get set to E in the eqsl rcvd column. Last output from debug output is:

N7SE|00:54:00 | 00:00:00|01:54:00
one record read: NJ8L20231201000510MCWYEYEN80re
CALL->NJ8L
QSO_DATE->20231201
TIME_ON->0005
BAND->10M
MODE->CW
RST_RCVD->
RST_SENT->
QSL_SENT->Y
QSL_SENT_VIA->E
APP_EQSL_AG->Y
GRIDSQUARE->EN80re
ModeToCqr mode: CW submode:
Cqrlog internal mode will be: CW
------------------------------------------------
Call: NJ8L
Band: 10M
Mode: CW
Submode:
CqrMode: CW
QSO_date: 20231201
Time_on: 0005
QSLR:
------------------------------------------------
select id_cqrlog_main,eqsl_qsl_rcvd,time_on from cqrlog_main where (qsodate ='2023-12-01') and ((mode = 'CW') or (mode = 'CW') or (mode = '') )and (band = '10M') and (callsign = 'NJ8L')

select id_cqrlog_main,eqsl_qsl_rcvd,time_on from cqrlog_main where (qsodate ='2023-12-01') and ((mode = 'CW') or (mode = 'CW') or (mode = '') )and (band = '10M') and (callsign = 'NJ8L')

NJ8L|00:05:00 | 00:00:00|01:05:00
one record read:

Thanks,
Bruce, WB6IZG

WB6IZG
Sorry, I downloaded latest 2

Sorry, I downloaded latest 2.6.0 64bit Official release, date of Date:2022-07-05.
I will try the latest alpha release.

Bruce, WB6IZG

WB6IZG
Works

Downloading the latest 120 alpha release works. Sorry for false alarm.

Bruce, WB6IZG