John Elkins

Results 36 comments of John Elkins

it could be possible that google doesnt like all the simultaneous search requests from a single client the script doesn't batch the search requests. if you load up a list...

there was a song in the list around the 4600 mark that was causing a request loop when attempting to resolve a search suggestion that pointed back to itself. i...

i've seen this error when the session info isn't being passed correctly to the service. forbidden errors usually mean that something is wrong with the login info make sure you...

it captures the session info via the xhr tap. a debugger statement could be added to the SessionInfo.fromTap function to see what it's getting. here's my attempts to figure out...

do you have a subscription? what does the structure of the response from the search request look like? if you enable log level 3 it'll output the responses it obtained...

thanks for the feedback. good idea on the logging out and back in. that most likely allowed the session info to refresh and correctly get initialized. there is something that...