I updated this morning and everything stopped working. I got a stream of things like
2024-11-07 10:48:27,849 - WARNING - [users - ] - error while running pre-apply hook: 403 Forbidden - {"errors":["Forbidden"]}
2024-11-07 10:48:28,085 - WARNING - [teams - ] - error while running pre-apply hook: 403 Forbidden - {"errors":["Forbidden"]}
When I backed off to the previous commit, it started working again. I guess my app key doesn't have permission to write metrics?
Putting a try/except around those two lines allowed it to work again.
I updated this morning and everything stopped working. I got a stream of things like
When I backed off to the previous commit, it started working again. I guess my app key doesn't have permission to write metrics?
Putting a
try/exceptaround those two lines allowed it to work again.