numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Cannot download a ZIP file #90

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Describe the bug We cannot download a zip file using url, because it throws an error that the filetype is not supported.

To Reproduce Steps to reproduce the behavior:

  1. Execute url "https://github.com/johan/world.geo.json/archive/refs/heads/master.zip" -file="<savepath>/geo.zip"
  2. See error

Expected behavior The referenced file is downloaded and saved as zip file.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Multiple issues:

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST