István Siroki
István Siroki
I think I had a very similar problem. I had a logging setup issue with one of our scripts. I wanted to write a simple pytest test that would fail...
I think the underlying cause of this issue is the same as https://github.com/devopshq/teamcity/issues/24 i.e. this library does not handle CSRF properly. I had the same problem with TC 2022.04. The...
> > Same issue here. > > Tried to solve this by updating **init** of TeamCity object to get the X-TC-CSRF-Token via https://xxxxx/authenticationTest.html?csrf and then passing it as a header({'X-TC-CSRF-Token'...