ios-sdk icon indicating copy to clipboard operation
ios-sdk copied to clipboard

SPTAppRemoteCallRequest Code=-3000 "(null)"

Open rolflocher opened this issue 4 years ago • 6 comments

This is received when setting the playback speed and trying to enqueue a song, but infrequently. Searching the web for Code -3000 yields no results.

rolflocher avatar Feb 07 '20 15:02 rolflocher

UserInfo={error-identifier=wamp.error.not_authorized, message-type=8} to request: <SPTAppRemoteCallRequest: 0x28127c810; id: 3, method: com.spotify.skip_next>

rolflocher avatar Feb 16 '20 18:02 rolflocher

Why would this error come back? I cannot find it documented anywhere.

rolflocher avatar Feb 17 '20 18:02 rolflocher

I'm seeing the same issue.

ethan021021 avatar Feb 28 '20 23:02 ethan021021

+1

ChopinDavid avatar Mar 24 '20 01:03 ChopinDavid

+1 on this when I try to enqueue tracks for playback

zallanx avatar Apr 27 '20 16:04 zallanx

I also get this error when queuing multiple tracks. It seems to be caused by repeated instantaneous requests to the queue method. For my use case I managed to fix it by setting a brief delay before the next request to queue.

jongirard avatar Aug 21 '20 23:08 jongirard