Unable to download logs from eqsl - 404 error

Need help? - Post here and we will find a solution for you.
g4gou
Novice Class
Posts: 24
Joined: 16 Nov 2018, 14:46

Unable to download logs from eqsl - 404 error

Post by g4gou »

I am able to upload logs to EQSL but today I am longer able to download qsl information.
In the window the transfer starts off normally:
Begin ADIF generation request
Contacting EQSL website
ADIF request accepted
Downloading ADIF document
Contacting EQSL website (download information)
Receive log error: The remote server returned an error (404) Not Found

The log file shows:
2019-10-22 13:34:51.3096 INFO: EqslManagement: Begin receive log (from last download)
2019-10-22 13:34:52.2315 ERROR: *** EqslManagement: Receive log error ******* [Function: #=qPXN8FvAz43$1oUDJJdUgNChJDbJJKzSq$kM6TNTiaBo=] System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at LogOM.BL.EqslManagement.#=qPXN8FvAz43$1oUDJJdUgNChJDbJJKzSq$kM6TNTiaBo=(Object #=q91vJrJfjTUC0azROO4QgZQ==, DoWorkEventArgs #=qTXT5V1kCqBYTEapbHP53HA==)
2019-10-22 13:35:02.8803 INFO: EqslManagement: Begin receive log (from last download)
2019-10-22 13:35:03.3334 ERROR: *** EqslManagement: Receive log error ******* [Function: #=qPXN8FvAz43$1oUDJJdUgNChJDbJJKzSq$kM6TNTiaBo=] System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at LogOM.BL.EqslManagement.#=qPXN8FvAz43$1oUDJJdUgNChJDbJJKzSq$kM6TNTiaBo=(Object #=q91vJrJfjTUC0azROO4QgZQ==, DoWorkEventArgs #=qTXT5V1kCqBYTEapbHP53HA==)


There was mention on the EQSL website about a migration and issues with https - is this the issue maybe?

Up until today, I have not had any issues.
73 de Mike G4GOU/EA7KIP
User avatar
G4POP
Log4OM Alpha Team
Posts: 10752
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: Unable to download logs from eqsl - 404 error

Post by G4POP »

Sounds like the EQSL external software portal is not available, perhaps maintenance or similar

Please always include the Log4om version number in posts
73 Terry G4POP
G4DZU
Novice Class
Posts: 5
Joined: 22 Oct 2019, 16:31

Re: Unable to download logs from eqsl - 404 error

Post by G4DZU »

Hi,

I am getting the same problem with eQSL, it worked perfectly till today.

Log4OM V1.39.0.0 uploads to eQSL, but refuses to download any replies and gives an error as per the attached file.

Hopefully I've done something stupid, but been trying to rectify this all day

73s
Doug
G4DZU
Attachments
error.JPG
error.JPG (23.79 KiB) Viewed 5104 times
EC1DQ
Novice Class
Posts: 13
Joined: 17 Dec 2017, 10:28

Re: Unable to download logs from eqsl - 404 error

Post by EC1DQ »

Hi all...

it seems like eqsl changed the download server, but #1 I don't know the name of the new server and #2, even knowing the name of the server, I don't know where to change it in the LOG4OM.

Hope it helps. As soon as I have more feedback, I will forwarded it to the group
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: Unable to download logs from eqsl - 404 error

Post by IW3HMH »

All resource links are user reachable, nothing is hardcoded except code...
So, until actual sources doesn't change their protocols, all URL's are user reachable.

In V1, data is in the application folder (where .exe resides, in program files (x86)\IW3HMH\Log4OM folder, inside an XML called: LogOMUI.exe.config

In V2 all those info's will be stored in a good old .INI file in the application settings folder (in the roaming folder of your windows PC, you can find that - even in V1 - from HELP MENU -> OPEN SETTINGS FOLDER

By the way, we're already on HTTPS in Log4OM 1.39 on all resources that supports that.
Actual URL is correct (as per their specifications here http://www.eqsl.cc/qslcard/ImportADIF.txt) and points to: https://www.eqsl.cc/qslcard/ImportADIF.txt

(they stated it's HTTP but it works in HTTPS too, and we're using that)
By the way, this URL is now reachable
Daniele Pistollato - IW3HMH
g4gou
Novice Class
Posts: 24
Joined: 16 Nov 2018, 14:46

Re: Unable to download logs from eqsl - 404 error

Post by g4gou »

I looked at the config file and agree, I can reach all the URL's. (Version 1.39)
I tried changing them to http as this was mentioned in the post on the eqsl site about the migration of their servers, this had no effect and I still get the same error as reported by myself and DougG4DZU
It looks like the ADIF file is downloaded ok, but the issue appears to happen when downloading the inbox, going to the website https://www.eqsl.cc/qslcard/DownloadInBox.cfm
I see the following notes:

NOTE: October 22, 2019 the folder structure changed. Look at the hyperlink for the location of the file if retrieving this via an external program ........
73 de Mike G4GOU/EA7KIP
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: Unable to download logs from eqsl - 404 error

Post by IW3HMH »

Ok, got it... checking
Daniele Pistollato - IW3HMH
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: Unable to download logs from eqsl - 404 error

Post by IW3HMH »

Expect a new release soon.
Daniele Pistollato - IW3HMH
User avatar
SP2L
Advanced Class
Posts: 41
Joined: 29 Aug 2019, 13:33
Location: Tczew, Poland
Contact:

Re: Unable to download logs from eqsl - 404 error

Post by SP2L »

Greetings.


Surprisingly, just while ago I downloaded eQSL without smalest glitch, Hi!


Best regards
Best regards.
Tom - SP2L
https://www.sp2l.eu
GM7GAX
New user
Posts: 2
Joined: 04 Aug 2019, 09:30

Re: Unable to download logs from eqsl - 404 error

Post by GM7GAX »

As above, working here now
Locked