[GH-ISSUE #63] multiple NullPointerException errors after playing for 1 hours #52

Closed
opened 2026-02-28 14:39:17 +03:00 by kerem · 14 comments
Owner

Originally created by @lesar8 on GitHub (Dec 1, 2024).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/63

Hi. After playing for 1 hours, i'm getting multiple [java.lang.NullPointerException] errors and the number keep increasing every seconds. Music still plays and the UI still respond, but the "Search" feature won't work and the "Errors" dialog won't open.

This always happens after 1 hours of listening session, maybe due to Spotify servers blocking the requests ?

Java

[java.lang.NullPointerException] com.spotifyxp.api.SpotifyAPI$1.run(SpotifyAPI.java:30) com.spotifyxp.events.Events$PrivateEvent.trigger(Events.java:26) com.spotifyxp.events.Events.triggerEvent(Events.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:308) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.requests.AbstractRequest.getJson(AbstractRequest.java:107) com.spotifyxp.deps.se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.execute(CheckUsersSavedTracksRequest.java:33) com.spotifyxp.utils.TrackUtils.isTrackLiked(TrackUtils.java:193) com.spotifyxp.listeners.PlayerListener.onTrackChanged(PlayerListener.java:69) com.spotifyxp.deps.xyz.gianlu.librespot.player.Player$EventsDispatcher.lambda$trackChanged$8(Player.java:1125) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748)

Originally created by @lesar8 on GitHub (Dec 1, 2024). Original GitHub issue: https://github.com/NTifyApp/NTify/issues/63 Hi. After playing for 1 hours, i'm getting multiple **[java.lang.NullPointerException]** errors and the number keep increasing every seconds. Music still plays and the UI still respond, but the "Search" feature won't work and the "Errors" dialog won't open. This always happens after 1 hours of listening session, maybe due to Spotify servers blocking the requests ? ![Java](https://github.com/user-attachments/assets/7bee74ea-007d-4ef3-a3b7-5c8908cdcf95) `[java.lang.NullPointerException] com.spotifyxp.api.SpotifyAPI$1.run(SpotifyAPI.java:30) com.spotifyxp.events.Events$PrivateEvent.trigger(Events.java:26) com.spotifyxp.events.Events.triggerEvent(Events.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:308) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:141) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:315) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:126) com.spotifyxp.deps.se.michaelthelin.spotify.requests.AbstractRequest.getJson(AbstractRequest.java:107) com.spotifyxp.deps.se.michaelthelin.spotify.requests.data.library.CheckUsersSavedTracksRequest.execute(CheckUsersSavedTracksRequest.java:33) com.spotifyxp.utils.TrackUtils.isTrackLiked(TrackUtils.java:193) com.spotifyxp.listeners.PlayerListener.onTrackChanged(PlayerListener.java:69) com.spotifyxp.deps.xyz.gianlu.librespot.player.Player$EventsDispatcher.lambda$trackChanged$8(Player.java:1125) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748)`
kerem closed this issue 2026-02-28 14:39:17 +03:00
Author
Owner

@werwolf2303 commented on GitHub (Dec 1, 2024):

I'm aware of this issue and I will create a fix for this now that I have the very descriptive stacktrace from you

<!-- gh-comment-id:2509800800 --> @werwolf2303 commented on GitHub (Dec 1, 2024): I'm aware of this issue and I will create a fix for this now that I have the very descriptive stacktrace from you
Author
Owner

@lesar8 commented on GitHub (Dec 6, 2024):

Hi, i just tested and unfortunately the latest build doesn't fix this issue.

<!-- gh-comment-id:2521887921 --> @lesar8 commented on GitHub (Dec 6, 2024): Hi, i just tested and unfortunately the latest build doesn't fix this issue.
Author
Owner

@werwolf2303 commented on GitHub (Dec 6, 2024):

I think I forgot to handle this error in some places. This error happens when Java can't reach a website. The code then returns null, and because null is nothing it throws a null pointer

<!-- gh-comment-id:2522347621 --> @werwolf2303 commented on GitHub (Dec 6, 2024): I think I forgot to handle this error in some places. This error happens when Java can't reach a website. The code then returns null, and because null is nothing it throws a null pointer
Author
Owner

@werwolf2303 commented on GitHub (Dec 7, 2024):

Is the stack trace the same? SpotifyXP should retry it a few times and if it fails throw an IOException now instead of returning a null pointer

<!-- gh-comment-id:2525082063 --> @werwolf2303 commented on GitHub (Dec 7, 2024): Is the stack trace the same? SpotifyXP should retry it a few times and if it fails throw an IOException now instead of returning a null pointer
Author
Owner

@lesar8 commented on GitHub (Dec 8, 2024):

The stack trace is same as before with a lot of null pointer errors, the error [java.lang.StackOverflowError] sometimes appears. The server is disconnected and could not reconnect, just blank page when i click on result.

stack

<!-- gh-comment-id:2525382519 --> @lesar8 commented on GitHub (Dec 8, 2024): The stack trace is same as before with a lot of null pointer errors, the error **[java.lang.StackOverflowError]** sometimes appears. The server is disconnected and could not reconnect, just blank page when i click on result. ![stack](https://github.com/user-attachments/assets/6f1b7cb4-f47a-4bac-85d3-7b9d239755df)
Author
Owner

@lesar8 commented on GitHub (Dec 20, 2024):

I played TruckersMP for 1 hour, and it didn't happen again. So I guess it's fixed

No luck for me, still facing this problem after updated to the latest build..

<!-- gh-comment-id:2557572497 --> @lesar8 commented on GitHub (Dec 20, 2024): > I played TruckersMP for 1 hour, and it didn't happen again. So I guess it's fixed No luck for me, still facing this problem after updated to the latest build..
Author
Owner

@werwolf2303 commented on GitHub (Dec 29, 2024):

I think I fixed the bug in the new nightly

<!-- gh-comment-id:2564668678 --> @werwolf2303 commented on GitHub (Dec 29, 2024): I think I fixed the bug in the new nightly
Author
Owner

@lesar8 commented on GitHub (Dec 29, 2024):

I think I fixed the bug in the new nightly

Yes fixed for me too! It show this error java.lang.StackOverflowError every hours but apart from that, music playing smoothly without interruption. Big thanks!

<!-- gh-comment-id:2564867606 --> @lesar8 commented on GitHub (Dec 29, 2024): > I think I fixed the bug in the new nightly Yes fixed for me too! It show this error **java.lang.StackOverflowError** every hours but apart from that, music playing smoothly without interruption. Big thanks!
Author
Owner

@werwolf2303 commented on GitHub (Dec 30, 2024):

It would be nice if you could send the stack trace of the StackOverflowError

<!-- gh-comment-id:2565134019 --> @werwolf2303 commented on GitHub (Dec 30, 2024): It would be nice if you could send the stack trace of the StackOverflowError
Author
Owner

@lesar8 commented on GitHub (Dec 30, 2024):

Apparently "java.lang.StackOverflowError" is the only error that comes up. I tested for 3 hours and there are 3 errors present in the dialog box (1 per hours).

1

<!-- gh-comment-id:2565923839 --> @lesar8 commented on GitHub (Dec 30, 2024): Apparently "java.lang.StackOverflowError" is the only error that comes up. I tested for 3 hours and there are 3 errors present in the dialog box (1 per hours). ![1](https://github.com/user-attachments/assets/7ec77a30-0fce-4b16-b76a-acb1480dfc80)
Author
Owner

@werwolf2303 commented on GitHub (Dec 30, 2024):

Click on one so that I can see the stack trace

<!-- gh-comment-id:2565940884 --> @werwolf2303 commented on GitHub (Dec 30, 2024): Click on one so that I can see the stack trace
Author
Owner

@lesar8 commented on GitHub (Dec 30, 2024):

Okay here it is, i cut down those repetitive "SpotifyHttpManager" lines because the log got too big!!

[java.lang.StackOverflowError] java.util.zip.Inflater.<init>(Inflater.java:102)
okio.GzipSource.<init>(GzipSource.kt:44)
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:95)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.execute(SpotifyHttpManager.java:248)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139)
com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299)
...
...
<!-- gh-comment-id:2565996410 --> @lesar8 commented on GitHub (Dec 30, 2024): Okay here it is, i cut down those repetitive "SpotifyHttpManager" lines because the log got too big!! ``` [java.lang.StackOverflowError] java.util.zip.Inflater.<init>(Inflater.java:102) okio.GzipSource.<init>(GzipSource.kt:44) okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:95) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) okhttp3.internal.connection.RealCall.execute(RealCall.kt:154) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.execute(SpotifyHttpManager.java:248) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:124) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:139) com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:299) ... ... ```
Author
Owner

@werwolf2303 commented on GitHub (Jan 14, 2025):

Is it resolved now?

<!-- gh-comment-id:2590922024 --> @werwolf2303 commented on GitHub (Jan 14, 2025): Is it resolved now?
Author
Owner

@lesar8 commented on GitHub (Jan 15, 2025):

Is it resolved now?

Hi, just tested and i can confirm this issue was fixed now. Thank you!

<!-- gh-comment-id:2591545582 --> @lesar8 commented on GitHub (Jan 15, 2025): > Is it resolved now? Hi, just tested and i can confirm this issue was fixed now. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/NTify#52
No description provided.