Skip to content
Advertisement

Tag: exception

Exception – Attribute is specified with no value: url

The second call fetch throw exception because it loses value of url. Why? See stack trace. Twice error 429 and call onRetryAfter for each. But exception only for the second. The first fetch has url, the second loses it. Log Calling Call fetchAll into SpotifyRequest.getAll Full code Answer Issue: readResponse() function accepts three arguments:response, url and params, but fetch only

Advertisement