-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Uncaught failure in SockJS request #412
Comments
This also happens here. The request is HTTP, server on my end is HTTPS. Not sure if that might create a problem. |
Just updating the issue: still present in 11.1.4-SNAPSHOT.20240512134012 |
ClientAbortException occurs when the communication is interrupted by the client, so it does not have a critical problem. Previously, there was a mechanism to log ClientAbortException as minor logs, but it seems that this has not been working properly since updating Spring Boot. I have improved the functionality, so could you please try the new implementation below? |
I don't see the SockJS exception anymore. Now I only see:
But indeed, I did not yet notice any critical issue in the UI or in the apps |
…r-by-client-abort #412 Add feature to handle nested client abort exceptions
What happened?
Exception error in airsonic.log when browsing the Web UI.
This seems to occur in the recent few versions, including version 11.1.4-SNAPSHOT.20240405234133 – April 6, 2024 at 1:41:33 AM CEST.
So far I don't notice major issues.
Note: I'm using the airsonic server mosty as a streaming server with apps on android and ios.
Steps to reproduce
Version
11.1.4-SNAPSHOT (Edge)
Version Detail
11.1.4-SNAPSHOT.20240405234133 – April 6, 2024 at 1:41:33 AM CEST
Operating System
Centos 7
Java Version
OpenJDK 17
Database
Other
DB Detail
the internal db
Configuration parameter
Proxy Server
None
client detail
Firefox lastest version
language
English
Relevant log output
The text was updated successfully, but these errors were encountered: