ScoopInstaller / GithubActions

Github Actions for Scoop buckets
MIT License
24 stars 22 forks source link

The 'Referer' header must be modified using the appropriate property or method. #41

Open cesarcoatl opened 5 months ago

cesarcoatl commented 5 months ago

I maintain a bucket and for one of the apps an HTTP Referer must be used, but this is the first time I get this error.

The 'Referer' header must be modified using the appropriate property or method.
Parameter name: name
At C:\Users\runneradmin\SCOOP\apps\scoop\current\lib\install.ps1:111 char:9
+         throw $e
+         ~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], ArgumentException
    + FullyQualifiedErrorId : The 'Referer' header must be modified using the appropriate property or method.
Parameter name: name

Error: Process completed with exit code 1.

See here

I have not changed the way I generate scoop's config.json, and the last time this ran successfully was this one.

I was able to uninstall and reinstall the same app without a problem.

Thanks in advance.