Open b-l-a-c-k-b-e-a-r-d opened 4 years ago
Good point. We will fix it. @pranali139 - could you take an action?
Any update? This still seems to be an issue.
Thanks
It should be fixed. Try pulling latest code. If you still have issue can you let us know what query are you trying?
I believe the issue is here:
https://github.com/opendns/pyinvestigate/blob/master/investigate/investigate.py#L354
It is creating the
params
dict with the values ofsortorder
,sortby
,recordType
as keys instead of those keys being strings ('sortorder'
,'sortby'
,'recordType'
).It appears this is impacting all of the
pdns_
methods.