Open ESoendergaard opened 4 years ago
Hi,
I get this when using print(request.json()):
{u'error': {u'code': 400, u'message': u'No filter selected. Expected one of: myRated, idParam, id, chart', u'errors': [{u'locationType': u'parameter', u'domain': u'youtube.parameter', u'message': u'No filter selected. Expected one of: myRated, idParam, id, chart', u'reason': u'missingRequiredParameter', u'location': u''}]}}
Any idea what to do?
Have you modified the script at all? I think it's possible a request is being made without a specification of what data you want about a video. In particular, look at this line here and check it matches up.
Hi,
I get this when using print(request.json()):
{u'error': {u'code': 400, u'message': u'No filter selected. Expected one of: myRated, idParam, id, chart', u'errors': [{u'locationType': u'parameter', u'domain': u'youtube.parameter', u'message': u'No filter selected. Expected one of: myRated, idParam, id, chart', u'reason': u'missingRequiredParameter', u'location': u''}]}}
Any idea what to do?