When using version 3.192.0 of pulumi (Python libra...
# python
h
When using version 3.192.0 of pulumi (Python library), I'm getting this error when updating stack:
Copy code
error: Exception calling application: Value out of range: 8589934588
Reverting to version 3.191.0 worked. Any insights? Thanks! NOTE: Happens on both MacOS (my laptop) and Linux (when using self-hosted runner in GitHub Actions). ARM architecture in both cases.
s
Hmm are you using that value anywhere in your code? Either way, I'd recommend opening up a bug in this repository https://github.com/pulumi/pulumi-azure-native 🙂
h
Nope. The error is thrown when pulumi update starts. Gonna fill a bug ...
Just a heads up. Same happens with version 3.193.0: Exactly the same error with the same number (8589934588)