The 'Referer' header must be modified using the appropriate property or method.
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.
```pwsh
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](https://github.com/coatl-dev/scoop-coatl-dev/actions/runs/8176025567/job/22355033604#step:4:468)
I have not changed the way I generate scoop's `config.json`, and the last time this ran successfully was this [one](https://github.com/coatl-dev/scoop-coatl-dev/actions/runs/7738992538/job/21100924738?pr=37#step:4:414).
I was able to uninstall and reinstall the same app without a problem.
Thanks in advance.
1 条评论