Hi,
Since last friday, the bootstrapper used by our systems has been failing with the following error :
The content at this location is unexpected.
Should be a list of directories where the name is a version of Salt.
Looking into the bootstrap-file.ps1, the lines 181 to 187 are :
$response.links | ForEach-Object {
if ( $_.href.Length -gt 8) {
Write-Host "The content at this location is unexpected" -ForegroundColor Red
Write-Host "Should be a list of directories where the name is a version of Salt" -ForegroundColor Red
exit 1
}
}
Changing the value from "8" to "10" solved this issue for us and everything works again.
Thank you for looking into this !
Hi,
Since last friday, the bootstrapper used by our systems has been failing with the following error :
The content at this location is unexpected.
Should be a list of directories where the name is a version of Salt.
Looking into the bootstrap-file.ps1, the lines 181 to 187 are :
Changing the value from "8" to "10" solved this issue for us and everything works again.
Thank you for looking into this !