Project

General

Profile

Actions

Bug #3905

closed

/download stucks in some cases

Added by westor (GR) almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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

2018-05-24_00-01-32.mp4 (2.81 MB) 2018-05-24_00-01-32.mp4 westor (GR), 05/23/2018 11:21 PM
Actions

Also available in: Atom PDF