Aza Tulepbergenov

Results 14 comments of Aza Tulepbergenov

Hi Jerome, please send a pull request and our team will review it.

The relevant MixIns changes have not been ported over to ads yet.

I can confirm I get the same error as Victor when testing on showcase `GetEnum` method. The bug is somewhere in these lines taken from the generated `get_transport` transport's function:...

The issue is `json.loads` -- the function converts JSON string into a Python dict, so `true` from JSON becomes `True` in Python. ``` (Pdb) compliance.EnumRequest.to_json(compliance.EnumRequest(transcoded_request['query_params']), including_default_value_fields=False, use_integers_for_enums=False) '{\n "unknownEnum": true\n}'...

> Where is this method invocation defined? It's a part of `google_auth` -- method of `AuthorizedSession`: https://googleapis.dev/python/google-auth/1.7.0/_modules/google/auth/transport/requests.html#AuthorizedSession. So we should open an issue in their repo...

@PicardParis Yup, your code looks good. Feel free to open a PR. Otherwise, my team will triage this issue and resolve it, but may take longer.

The error occurs because `error.details` field of the `status.proto` is set to `None` in showcase response. The payload we receive is: ``` {'error': {'code': 400, 'message': 'error reading query params:...

This issue affects only REST which we don't support yet. Additionally, it's been discovered only with synthetic Showcase test case, which may not be doing all the things real APIs...

Hi everyone, Thank you for reporting this. We rolled out a fix for this issue, and it should be working now. I'm closing this issue, but feel free to reopen...