URLFetch URL Length Error from getReleasesByArtists #250
Unanswered
MeechMunchie
asked this question in
Помощь с ошибкой
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies for lack of Russian.
getReleasesByArtists encounters a Google Apps URL Length error when it encounters and album with an excessive number of tracks (>85).
(Current example: https://open.spotify.com/album/70hX7IYqmUGV97OXs2v848)
As best as I can tell, this is due to the parseValidIds function not having full logic to split up large batches of tracks into smaller URLs. (As an ad-hoc solution I have changed albums.push(album) to albums.push(album[0]) and will retrieve the rest of each album through other functions.)
Beta Was this translation helpful? Give feedback.
All reactions