"No such Username/Password found" error when download from eQSL

3 posts / 0 new
Last post
EA4GRG
"No such Username/Password found" error when download from eQSL

Hi all,

I have an account in eQSL with 2 callsigns (main and secondary) corresponding to 2 locations. I have 2 logs in CQRLOG corresponding them. When I download from eQSL with my main CQRLOG log it works fine but when I try to download with my secondary CQRLOG log it shows the next error:

Size: 5182
Error: No such Username/Password found

In both cases the eQSL username and password are correct. Only QTH Nickname changes from one log to another. Here is the excerpt from debug (password are not showed in URL):

http://www.eqsl.cc/qslcard/DownloadInBox.cfm?UserName=EA4GRG&Password=XX...

Download InBox - eQSL.cc

//***** This function pops up a window and loads it with URL, l=left, t=top, w=width, h=height
function popupPrintPage(URL, WindowName, l, t, w, h) {
var windowprops = "location=no,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,WindowName,windowprops);
if (popup.opener == null) popup.opener = window;
}

//***** This function pops up a window with scrollbars and loads it with URL, l=left, t=top, w=width, h=height
function popupScrollPage(URL, WindowName, l, t, w, h) {
var windowprops = "location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,WindowName,windowprops);
if (popup.opener == null) popup.opener = window;
}

//***** This function pops up a window with all browser features and loads it with URL, l=left, t=top, w=width, h=height
function popupFullPage(URL, WindowName, l, t, w, h) {
var windowprops = "location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,WindowName,windowprops);
if (popup.opener == null) popup.opener = window;
}

//***** This function pops up a window and loads it with URL, l=left, t=top, w=width, h=height
function popupGraphic(URL, WindowName, l, t, w, h) {
var windowprops = "location=no,scrollbars=no,menubar=no,toolbar=no,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,WindowName,windowprops);
if (popup.opener == null) popup.opener = window;
}

//***** This function reveals a password field that has been starred out, temporarily
function RevealPassword(PasswordFieldName) {
var x = document.getElementById(PasswordFieldName);
if (x.type === "password") {
x.type = "text";
} else {
x.type = "password";
}
}


  
Download InBox

  Here is your Inbox/Archive in ADIF format

 

[Login]
[Register]

Error: No such Username/Password found
This could mean the wrong callsign or the wrong password, or the user does not exist.

Thanks. 73.

oh1kh
error when download from eQSL

Hi !

1) Are you sure both accounts have proper username and password in preferences of cqrlog and you can log in manually from web browser?

2) there are no special characters in username and password

To see passwords saved in cqrlog open cqrlog with log in question and while it is open look to ~/.config/cqrlog directory to find file named
Xcqrlog.cfg where X is the number of log that is open.

Open file with text editor and search for lines:
eQSLName=
eQSLPass=

There you see how cqrlog has saved your username and password. Are they ok for both accounts (switch logs and seek Xcqrlog.cfg again) ?
And no special characters seen there?

--
Saku
OH1KH

EA4GRG
"No such Username/Password found" error when download from eQSL

I've found the mistake. I thought that eQSL is like LoTW accounts (1 account for several callsigns) but the concept is different. One account per callsign and could be attached them. Furthermore one callsign account could have several QTHNicknames.

Solved. Sorry for the mistake and thanks again for your support.

Regards. 73.