Closed sharangdeo closed 2 years ago
Hello - that stack trace points to a BingAds subclasses of Suds code: https://github.com/BingAds/BingAds-Python-SDK/blob/e7b5a618e87a43d0a5e2c79d9aa4626e208797bd/bingads/service_client.py#L38-L40. This issue will have to be resolved in that code base, suds is just an upstream dependency.
There was discussion of some of these issues in https://github.com/suds-community/suds/issues/67. Suds ended up making that class more easily inherited/overridden, that may be a solution for them to investigate, see: https://github.com/suds-community/suds/commit/366f7f1616595b9e4163a3f90fc6e84ac0ae23f5
Closing as this issue is not specific to this repository.
I encountered this in the traceback:
_*_/bingads/service_client.py", line 38, in process
if type.multi_occurrence():
AttributeError: 'Element' object has no attribute 'multi_occurrence'
Is this something that can be fixed? Or is it a flawed dependency on my end?
For reference, here is a quick glance at the process method where it breaks: