anker2000
Results
2
issues of
anker2000
Since the latest Spotify update (1.0.85.259) I can no longer get a connection to the spotify web helper. I'm getting the following error: "UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1):...
Using the example from the example folder I added the metadata function to the code like this: `SpotifyModule.playSpotifyURI("spotify:track:12x8gQl2UYcQ3tizSfoPbZ", 0, 0.0, (error) => { if(error) { console.error('Something went wrong') } SpotifyModule.metadata((res)=>{console.log(res);});...