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;        download 
(current_url_);      }And the initial download call doesn't force it since the 
force argument defaults to false.

lotw_users_.load (ui_->LotW_CSV_URL_line_edit->text ());

de Mike W9MDB
 

    On Wednesday, October 17, 2018, 10:58:16 AM CDT, Bill Somerville 
<[email protected]> 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 
which operating system and operating system version you are using please?

73
Bill
G4WJS.



_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to