mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 07:55:51 +03:00
[PR #45] [MERGED] Ignore SocketTimeoutException when reading connection responses first time #97
Labels
No labels
In Progress
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NTify#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NTifyApp/NTify/pull/45
Author: @oleg-dubinskiy
Created: 7/19/2024
Status: ✅ Merged
Merged: 8/8/2024
Merged by: @werwolf2303
Base:
main← Head:fix_1📝 Commits (2)
da8aebdIgnore SocketTimeoutException when reading connection responses first timee8e8702Merge branch 'main' into fix_1📊 Changes
1 file changed (+1 additions, -8 deletions)
View changed files
📝
src/main/java/com/spotifyxp/deps/xyz/gianlu/librespot/core/Session.java(+1 -8)📄 Description
Handle it only if the first connection request has failed. This avoids endless exception with reconnecting when connecting SpotifyXP with already logined account. However LoginDialog still crashes. This imports a part of the latest librespot-java code from



github.com/librespot-org/librespot-java@d0ff31b4f4/lib/src/main/java/xyz/gianlu/librespot/core/Session.java (L321).Fixes #44 .
Here are some screenshots proving SpotifyXP now starts properly on several OSes (despite LoginDialog):
Ubuntu 21.10:
ReactOS 0.4.15-dev:
Windows XP Professional SP3:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.