Actions
Bug #3905
closed
    W(
    PA
  
/download stucks in some cases
    Bug #3905:
    /download stucks in some cases
  
Start date:
05/23/2018
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I'm using the latest Windows 10 update and the latest AdiIRC beta version online, i am trying to download some multiple files from a host server but the most of them doesn't downloading, i don't know why this is happening, i checked my internet connection and seems good, also i checked the server side and was ok too, here is an short code example to reproduce it.
Example Code:
alias test_download {
  var %url = http://westor.ucoz.com/wmm/modules.json
  var %d = $envvar(temp) $+ \
  var %t = 10
  var %i = 1
  while (%i <= %t) {
    download -o test_ $+ %i %url $qt(%d $+ file_ $+ %i $+ .json)
    inc %i
  }
  echo -a finshed!
}
- Thanks!
Files
Actions