BimmerGestalt / AAIdrive

Implementations of some Android Auto features as unofficial IDrive apps
MIT License
541 stars 90 forks source link

Can't permit Spotify library permissions with Gmaps build #574

Closed fame4k closed 2 years ago

fame4k commented 2 years ago

Hey. 👋 First of all, thanks for the App, I love it.

Okay, heres my problem, I compiled myself a Google Maps build, everything works fine with it. The only thing that's not working as it should is Spotify.

I'm unable to give AAI permissions to search through my Spotify library, whenever I try to I get the following error: E/SpotifyAppController: Failed to connect to Spotify Remote: com.spotify.protocol.error.SpotifyAppRemoteException: Result was not delivered on time.

Everything worked fine with the Play Store & GitHub versions, so I don't really know what's wrong.

-APKs used from README.md -Spotify API key is set -URL redirect is: me.hufman.androidautoidrive://spotify_callback -SHA1 Fingerprint should be right & package name is: me.hufman.androidautoidrive

I hope you can help me! :)

grafik

hufman commented 2 years ago

Good morning! From what I'm reading online, this error happens if Spotify doesn't have internet access at the time or if the Spotify Developer Console doesn't have the correct Android signing key. Can you share the commands you ran to generate this fingerprint? Where are you putting your Spotify Client ID? The build process is supposed to notice if it's missing and abort the compilation, so this is probably set up right.

fame4k commented 2 years ago

Hey! Thanks for the quick answer! 👍

I don't know why but everything works without any issue now, I didn't change anything, weird. Maybe it takes some time to update when you enter a new Client ID/SHA1 Fingerprint.

hufman commented 2 years ago

Very good, I'm glad that it's working :)