eqsl error beta120

3 posts / 0 new
Last post
eb3dva
eqsl error beta120

I using the last beta (120) and run fine, but today the eqsl page has some problems and not work. I try to go with navigator and have a time out.
When I try to send new contacts cqrlog just wait... and wait, and finally only option is stop the software.
Is possible to add some timeout to hande this issue?
Maybe eqsl not fail never more, but...

oh1kh
eqsl error beta120

Hi!
Looks like the problem has been at eqsl side or internet connection.
I have to check the timeout, I think that there might be one in unit that handles the connecton protocol.

--
Saku
OH1KH

oh1kh
eqsl error beta120

Yes!
There is a timeout that is expanded by uploaded qso count in
source:

//eQSL server can handle only 1000QSO per minute
HTTP.Timeout := 100000*((QSOCount div 1000)+1);

If your qso count is big then timeout will be bigger too.

--
Saku
OH1KH