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
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); }
The text was updated successfully, but these errors were encountered:
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); }
The text was updated successfully, but these errors were encountered: