You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please your help, i'm very new in arduino, and i'm trying the "albumnArtMatrix" and i keep getting the same error :
no matching function for call to 'SpotifyArduino::getCurrentlyPlaying()'
Serial.println("getting currently playing song:");
// Market can be excluded if you want e.g. spotify.getCurrentlyPlaying()
int currentlyPlayingNr = spotify.getCurrentlyPlaying();
if (currentlyPlayingNr >= 0){ // was: if (!currentlyPlaying.error) which causes a compiler error 'struct CurrentlyPlaying' has no member named 'error'
{
printCurrentlyPlayingToSerial(currentlyPlaying);
and the other error i'm getting is: Compilation error: expected primary-expression before '.' token
Hi Brian,
hope this finds you well!
thanks for sharing your projects with us,
please your help, i'm very new in arduino, and i'm trying the "albumnArtMatrix" and i keep getting the same error :
no matching function for call to 'SpotifyArduino::getCurrentlyPlaying()'
and the other error i'm getting is: Compilation error: expected primary-expression before '.' token
Thanks so much for your help
greetings from Chile!
The text was updated successfully, but these errors were encountered: