Closed tym-xqo closed 6 years ago
Hiya,
I think this is actually caused by another issue with regards to proxies that we're working on, but I'll take another look.
Cheers, Nick
My colleague Mark has found the issue, and is going to release this with the next lib push.
Thanks for your patience!
I've installed the current version of googleads and the issue is still present.
From pip freeze: googleads==8.0.0
I've installed, uninstalled, reinstalled, and I still get the error.
Hello!
Would you mind sharing your stack trace / code or is it exactly the same as the original issue?
Closing as this has been open for some time without any response, feel free to reopen if it remains reproducible and you can provide additional information.
Regards, Mark
Expected behavior
A service account with suitable privileges assigned should be able to connect to DFP services
Actual behavior
Attempts to connect to DFP with a valid service account result in Python
AttributeError
, apparently becauseGoogleServiceAccountClient.Refresh.proxy_config
returnsNone
.Information
Some of my code started failing following
googleads
upgrade. To isolate the behavior togoogleads
, I composed the following simple test case, to connect to the DFP network service (based mainly on copy and paste from https://github.com/googleads/googleads-python-lib/tree/master/examples/dfp)This works entirely as expected at v3.15.0, but fails with the following traceback with v4.0.0 and higher:
Steps to reproduce