Ramsay

Results 69 comments of Ramsay

Thanks for your heads-up, I've revised the link to the correct one. But it's odd that a developer replied in the ticket saying what he got with `curl` was integer...

One of the workarounds comes to my mind is converting the Integer type to float type to bypass the issue. But in my perspective, I don't think it's a great...

I've sent a message to escalate this issue to the Spotify team via this link: https://support.spotify.com/ca-en/contact-spotify-support/, here is the response from their associate: > I already forward this issue to...

> One thing you could do as a temporary workaround is this But this temporary workaround only for the **you**, the sole developer who decides to engage this approach. I...

I could provide the code snippet for your reference, feel free to contribute and issue a PR :) ``` rust pub mod data_type_patcher { use serde::{Deserialize, Deserializer}; pub fn as_u32,...

I am on vacation right now, I will release a new version when I am back :) On Sun, Feb 4, 2024 at 1:34 AM Thang Pham ***@***.***> wrote: >...

I have to say, it's "scope creep" of Spotify's bug, other developers have reported the same observation in [other endpoints](https://community.spotify.com/t5/Spotify-for-Developers/The-response-type-of-artist-endpoint-is-marked-as-Integer-in/m-p/5911749/highlight/true#M12875), it becomes less possible to be patched and bypassed individually...

The new version of RSpotify would like to pend for a while for the response from Spotify, since it's meanless to release a new version while Spotify keeps breaking their...

Closing since this issue has been resolved by Spotify.

In the initialized design of this library, `request_token` is automatically called on the startup when initializing the client, the process of `request_token` is transparent to the developers, someone will be...