You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: