Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when changing headers #5

Open
cr1gger opened this issue Jan 22, 2021 · 0 comments
Open

Error when changing headers #5

cr1gger opened this issue Jan 22, 2021 · 0 comments

Comments

@cr1gger
Copy link

cr1gger commented Jan 22, 2021

When I change the Accept-Language header from en_US, en to ru_RU, ru, an error occurs:
'utils.fv(...).forEach is not a function'
it's result function api.getArtist

Example my code:
let artist_yt_info = await api.getArtist(id) try{ var artist_yt_pl_id = artist_yt_info.products.songs.browseId } catch (e) { console.log(artist_yt_info) process.exit(1); }

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

No branches or pull requests

1 participant