Skip to content
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]: Client unexpectedly closing connection #619

Open
jamesiri opened this issue Oct 7, 2024 · 1 comment
Open

[Bug]: Client unexpectedly closing connection #619

jamesiri opened this issue Oct 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jamesiri
Copy link

jamesiri commented Oct 7, 2024

What happened?

I am listening to podcasts and suddenly the audio stops but the play bar says things are still playing. I have tried skipping forward or backwards in the podcast and it doesn't load anything, I have to refresh the entire page and start the episode over again.

Steps to reproduce

I am just playing any kind of audio file but it appears to happen more frequently when playing something like a podcast where the file size is downloaded in parts. I am not doing anything but letting airsonic play in the background when play stops and tells me my client is disconnecting.

Version

11.1.5-SNAPSHOT (Edge)

Version Detail

11.1.5-SNAPSHOT.20240920041432 – September 20, 2024 at 4:14:32 AM UTC [Commit: de021d4]

Operating System

linux

Java Version

java 17.0.10

Database

PostgreSQL 14.x

DB Detail

No response

Configuration paramter

Airsonic preferences. NOTE: This file is automatically generated. Do not modify while application is running

EncryptionKeyPassword=[redacted]
SettingsChanged=[redacted]
JWTKey=[redacted]
IndexString=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)
IgnoredArticles=The El La Los Las Le Les
GenreSeparators=;
Shortcuts=New Incoming Podcast
PlaylistFolder=/var/playlists
MusicFileTypes=mp3 ogg oga aac m4a m4b flac wav wma aif aiff ape mpc shn mka opus alm 669 mdl far xm mod fnk imf it liq wow mtm ptm rtm stm s3m ult dmf dbm med okt emod sfx m15 mtn amf gdm stx gmc psm j2b umx amd rad hsc flx gtk mgt mtp wv
VideoFileTypes=flv avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts webm
CoverArtFileTypes2=cover.jpg cover.png cover.gif folder.jpg jpg jpeg gif png
CoverArtSource=FILETAG
CoverArtConcurrency=4
CoverArtQuality=90
SortAlbumsByYear=true
GettingStartedEnabled=false
WelcomeTitle=Land of the irrelephants.
WelcomeSubtitle=
WelcomeMessage2=
LoginMessage=Don't fuck anything up.
server.servlet.session.timeout=30m
Theme=midnight_darkreader
LocaleLanguage=en
LocaleCountry=
LocaleVariant=
PodcastUpdateInterval=24
PodcastEpisodeRetentionCount=-1
PodcastEpisodeDownloadCount=1
DownloadBitrateLimit=0
UploadBitrateLimit=0
LdapEnabled=false
LdapUrl=ldap://host.domain.com:389/cn=Users,dc=domain,dc=com
LdapSearchFilter=(sAMAccountName={0})
LdapManagerDn=
LdapAutoShadowing=false
SmtpServer=
SmtpEncryption=None
SmtpPort=25
SmtpUser=
SmtpFrom=[email protected]
CaptchaEnabled=false
ReCaptchaSiteKey=[redacted]
IndexCreationInterval=1
IndexCreationHour=3
FastCacheEnabled=true
OrganizeByFolderStructure=true
UploadsFolder=%{['USER_MUSIC_FOLDERS'][0]}/Incoming
ExcludePattern=
IgnoreSymLinks=false
EnableCueIndexing=true
HideIndexedFiles=true
FullScan=false
ClearFullScanSettingAfterScan=false

Proxy Server

nginx 1.14.2 but this happens when going directly to airsonic as well

client detail

Firefox, Safari, Edge

language

None

Relevant log output

2024-10-07 19:22:16.355 INFO --- o.a.p.s.LoggingExceptionResolver : 10.0.0.162: Client unexpectedly closed connection while loading http://10.0.0.10:4040/airsonic/stream?player=3&id=33625
2024-10-07 19:22:16.356 INFO --- o.a.p.c.StreamController : Client Aborted
2024-10-07 19:25:53.695 INFO --- o.a.p.c.StreamController : 10.0.0.162:[redacted user] listening to How Did This Get Made-/default1.mp3 in folder 1
2024-10-07 19:27:24.076 INFO --- o.a.p.s.LoggingExceptionResolver : 10.0.0.162: Client unexpectedly closed connection while loading http://10.0.0.10:4040/airsonic/stream?player=3&id=33625
2024-10-07 19:27:24.076 INFO --- o.a.p.c.StreamController : Client Aborted
2024-10-07 19:30:03.591 INFO --- o.a.p.c.StreamController : 10.0.0.162: [redacted user] listening to How Did This Get Made-/default1.mp3 in folder 1
2024-10-07 19:31:37.793 INFO --- o.a.p.c.StreamController : 10.0.0.162: [redacted user] listening to How Did This Get Made-/default1.mp3 in folder 1
2024-10-07 19:32:37.941 INFO --- o.a.p.s.LoggingExceptionResolver : 10.0.0.162: Client unexpectedly closed connection while loading http://10.0.0.10:4040/airsonic/stream?player=3&id=33625
2024-10-07 19:32:37.942 INFO --- o.a.p.c.StreamController : Client Aborted
@jamesiri jamesiri added the bug Something isn't working label Oct 7, 2024
@jamesiri
Copy link
Author

jamesiri commented Oct 7, 2024

it has started doing it more frequently on smaller files now. same error and, oddly enough, when I click refresh on the page it starts playing audio again only to be cut off by the actual page refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant