Prospect query throws an AttributeError when it attempts to get the results from the response object...
|
result = response.get('result') |
...because the client has set it to the status code (e.g. integer) when it expects a json string:
|
return response.status_code |
Prospect query throws an AttributeError when it attempts to get the results from the response object...
PyPardot4/pypardot/objects/prospects.py
Line 21 in 5b26b87
...because the client has set it to the status code (e.g. integer) when it expects a json string:
PyPardot4/pypardot/client.py
Line 146 in 5b26b87