-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onPositionChanged and onPlaybackChanged not updating #2
Comments
It basically means it can't find the memory address of your track position. You can verify the issue by setting the VM option Have you tried to restart Spotify and change playlists/songs? |
@AquaCobell are you by chance using Spotify via Scoop or any other Package manager? |
@PrincessAkira no im using the jar file |
@LabyStudio thanks i'll look into it. |
I think you misunderstood the question. |
@NULLYUKI ah sorry you're right, I got it from their website via the installer |
After using most of the documentation code:
Main.java:
SpotifyController.java
Ive noticed it never prints "Song stopped playing" and "Position change" during songs, it only prints position change after skipping a song. Am I missing something or is this a bug?
The text was updated successfully, but these errors were encountered: