LabyStudio / java-spotify-api

Spotify API written in Java to locally access the current song information
15 stars 5 forks source link

Fix API on latest Spotify Update #6

Closed HerXayah closed 1 year ago

HerXayah commented 1 year ago

Dont merge yet. Updating 32-Bit rn

HerXayah commented 1 year ago

Ive noticed that the Offset of the 32-Bit Version isnt beeing used anymore. Only when i uncomment the 64-Bit offset.

EDIT 1: On further investigation it seems the for-clause never switches the address image

HerXayah commented 1 year ago

Now im facing the issue that the Ingame Addon, when copying the Lib of this Project in, doesnt really like when a new song plays.

EDIT: On reversal of my commit ive observed the same behaviour. Spotify is disconnecting everytime the new song starts. image

EDIT 2: 32-Bit now returns an invalid Playback Address.

EDIT 3: 32-Bit, when uncommented 64-Bit is present, works fine with playback and changing of song. Wtf is going on here? image

Yep what i thought. 64-Bit is broken. The offset is right, changing song makes it dosconnect everytime.

LabyStudio commented 1 year ago

Thanks for the help!