vespa
vespa copied to clipboard
Pyvespa deployment fails
Reported by @Gladiator566 in https://github.com/vespa-engine/pyvespa/issues/663 - error message is
"Value of X-Content-Hash header does not match computed content hash"
This can happen when deploying to Vespa Cloud - see some of the comments in https://github.com/vespa-engine/pyvespa/issues/663 for more details
There is a time component in the hash that might explain this
It appears the issue might be caused by the uppercase letter "M" present in the application name used by @Gladiator566. When I used the application name "bgeM3", as mentioned in this comment, I also got a content hash mismatch. Changing the name to "bgem3" fixed the issue.
I'm not sure if this is a Pyvespa-specific error or if Vespa simply doesn't support application names containing capital letters. Will investigate further.
Update: Vespa doesn't support uppercase letters in application names. Will add a more appropriate error.
thanks a lot, lowercase letter like "bgem3" works well
Thanks @tmaregge ! Closing this then, will release pyvespa shortly