Spotify token error

I’m not currently using any Spotify features, but when I initialize Moonlink I get the following token
Spotify token error: 400 Bad Request
{
"totpVerExpired": "error",
"totpValidUntil": "2025-07-07T09:00:00.000Z",
"error": {
"code": 400,
"message": "Unauthorized request",
"extra": {
"_notes": "Usage of this endpoint is not permitted under the Spotify Developer Terms and Developer Policy, and applicable law"
}
}
}
Spotify token error: 400 Bad Request
{
"totpVerExpired": "error",
"totpValidUntil": "2025-07-07T09:00:00.000Z",
"error": {
"code": 400,
"message": "Unauthorized request",
"extra": {
"_notes": "Usage of this endpoint is not permitted under the Spotify Developer Terms and Developer Policy, and applicable law"
}
}
}
Could you please take a look and let me know what needs to be fixed?
Solution:
put in the options disableNativeSource: true...
Jump to solution
4 Replies
Solution
1Lucas1.apk
1Lucas1.apk•4mo ago
put in the options disableNativeSource: true
Jasper
JasperOP•4mo ago
disableNativeSources thanks šŸ™‚
1Lucas1.apk
1Lucas1.apk•4mo ago
You're welcome, sorry for the delay.
Jasper
JasperOP•4mo ago
no worries ā¤ļø

Did you find this page helpful?