Re: [wsjt-devel] LoTW error

2018-10-17 Thread Black Michael via wsjt-devel
Please ignore thisclicked the wrong button.Mike On Wednesday, October 17, 2018, 4:11:25 PM CDT, Black Michael via wsjt-devel wrote: That path is only taken if the file does not exist or forced_fetcth is true. On Wednesday, October 17, 2018, 11:38:56 AM CDT, Bill

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Black Michael via wsjt-devel
That path is only taken if the file does not exist or forced_fetcth is true. On Wednesday, October 17, 2018, 11:38:56 AM CDT, Bill Somerville wrote: On 17/10/2018 17:29, Black Michael via wsjt-devel wrote: Problem is likely related to the fact that redirect_count only gets

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Bill Somerville
On 17/10/2018 18:22, Black Michael via wsjt-devel wrote: OK...does appear all paths should reset to zero. So perhaps building a string of all the redirects and showing that on the the error message for somebody to test that can show what it's doing might be useful.  I can't seem to reproduce

Re: [wsjt-devel] LoTW error

2018-10-17 Thread David Fisher
Window 10, 1809 File was not found using “where libeay32.dll”. Dave / NX6D From: Bill Somerville Sent: Wednesday, October 17, 2018 8:54:29 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] LoTW error On 17/10/2018 16:51, Chuck Furman

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Black Michael via wsjt-devel
OK...does appear all paths should reset to zero. So perhaps building a string of all the redirects and showing that on the the error message for somebody to test that can show what it's doing might be useful.  I can't seem to reproduce the error now. de Mike W9MDB On Wednesday,

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Dave J Barnes
Worked before status color doesn't work either.  Or, at least it works differently than RC2. ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Bill Somerville
On 17/10/2018 17:45, Black Michael via wsjt-devel wrote: I saw it just the once on Windows 10.  Tried deleting the file and cannot recreate the error. Not sure if the file would have been there when I started RC3 the 1st time. de Mike W9MDB Hi Mike, there's no need to delete the CSV file,

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Black Michael via wsjt-devel
I saw it just the once on Windows 10.  Tried deleting the file and cannot recreate the error.Not sure if the file would have been there when I started RC3 the 1st time. de Mike W9MDB On Wednesday, October 17, 2018, 10:58:16 AM CDT, Bill Somerville wrote: On 17/10/2018 16:51,

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Bill Somerville
On 17/10/2018 17:29, Black Michael via wsjt-devel wrote: Problem is likely related to the fact that redirect_count only gets reset to zero if the file does not exist or forced_fetch==true Should be reset on every attempt. if(!QFileInfo::exists(csv_file_name)||forced_fetch) {

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Black Michael via wsjt-devel
Problem is likely related to the fact that redirect_count only gets reset to zero if the file does not exist or forced_fetch==true Should be reset on every attempt. if (!QFileInfo::exists (csv_file_name) || forced_fetch) { current_url_.setUrl (url);redirect_count_ = 0;

Re: [wsjt-devel] LoTW error

2018-10-17 Thread charlie
Bill Seeing it every time I start program on Win 7 64b. Not seeing it with Vista 32. 73 Charlie > On 17/10/2018 16:51, Chuck Furman wrote: >> I'm seeing the same LoTW message like others are seeing: >> > Hi All, > > can those of you seeing the LotW Users Data download error please report >

Re: [wsjt-devel] LoTW error

2018-10-17 Thread WB5JJJ
Sorry. Win10 Pro 1803 all updates here. On Wed, Oct 17, 2018 at 10:58 AM Bill Somerville wrote: > On 17/10/2018 16:51, Chuck Furman wrote: > > I'm seeing the same LoTW message like others are seeing: > > > Hi All, > > can those of you seeing the LotW Users Data download error please report >

Re: [wsjt-devel] LoTW error

2018-10-17 Thread Bill Somerville
On 17/10/2018 16:51, Chuck Furman wrote: I'm seeing the same LoTW message like others are seeing: Hi All, can those of you seeing the LotW Users Data download error please report which operating system and operating system version you are using please? 73 Bill G4WJS.