Closed m-vdb closed 9 years ago
Please provide repro steps if you are still seeing this issue.
@rituparnamukherjee well, the issue is kind of obvious for a code point of view... I can write a unit test that can make it fail
... Yes that sounds kind of obvious @rituparnamukherjee :/
Oh, got it. I guess I misunderstood before. Will fix this soon.
This is fixed now!
Backtrace:
Looks like the error is located here. The
request_context
, i.e.error._call
has no key "path".I got this on version
2.3.3
and using a batch query. Looks like this https://github.com/facebook/facebook-python-ads-sdk/blob/2.4.2/facebookads/api.py#L387-L407 is the problem (I don't see apath
key)