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
@lithdew I believe the issue is that we are querying https://www.youtube.com/search_ajax?, but the required headers have not been set. The following headers must be sent in the request: x-youtube-client-name: 56 x-youtube-client-version: 20200911
This is easily tested using Postman. When one or both headers are not included, the response is empty. If both headers are included, the response contains search results as we would expect. Here's a screenshot:
I would submit a fix for this myself, but I see that you're using your own http library to perform the request and I'm not at all familiar with how it works. I imagine this should be pretty simple, however.
panic: got malformed json searching for page 0 of query "animus vox": cannot parse JSON: cannot parse empty string; unparsed tail: ""
The text was updated successfully, but these errors were encountered: