Skip to content

Conversation

@unitedart
Copy link
Contributor

This line is wrong
raw_data = postRequest(bvdUrl + '/api/submit/' + bvdApiKey + '/dims/querytype', [{'key':'Content-Type', 'value':'application/json'}], json.dumps(jsonDataForBVD).encode('ascii'))

change "json.dumps(jsonDataForBVD" to json.dumps(list_obj)
raw_data = postRequest(bvdUrl + '/api/submit/' + bvdApiKey + '/dims/querytype', [{'key':'Content-Type', 'value':'application/json'}], json.dumps(list_obj).encode('ascii'))

This line is wrong 
raw_data = postRequest(bvdUrl + '/api/submit/' + bvdApiKey + '/dims/querytype', [{'key':'Content-Type', 'value':'application/json'}], json.dumps(jsonDataForBVD).encode('ascii'))

change "json.dumps(jsonDataForBVD" to json.dumps(list_obj)
raw_data = postRequest(bvdUrl + '/api/submit/' + bvdApiKey + '/dims/querytype', [{'key':'Content-Type', 'value':'application/json'}], json.dumps(list_obj).encode('ascii'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant