exercism / configlet

The official tool for managing Exercism language track repositories.
https://exercism.org/docs/building/configlet
GNU Affero General Public License v3.0
20 stars 14 forks source link

fetch-configlet.ps1: "Cannot validate argument" error #839

Closed ee7 closed 7 months ago

ee7 commented 8 months ago

From a forum thread:

bin$ pwsh ./fetch-configlet.ps1
Invoke-WebRequest: /mnt/c/Users/bugma/Source/Repos/3rdParty/euphoria/bin/fetch-configlet.ps1:29
Line |
  29 |  Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile @requestOpts
     |                         ~~~~~~~~~~~~
     | Cannot validate argument on parameter 'Uri'. The argument is null or
     | empty. Provide an argument that is not null or empty, and then try
     | the command again.

This looks different from the error in https://github.com/exercism/configlet/issues/786.

ErikSchierboom commented 7 months ago

See https://github.com/exercism/configlet/pull/841

ee7 commented 6 months ago

@ErikSchierboom do you want to sync the fetch-configlet scripts Exercism-wide?

ErikSchierboom commented 6 months ago

Yes, I'll do that.