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

client fails to connect, "output buffer is full" error on server #806

Closed
anarcat opened this issue Apr 11, 2016 · 2 comments
Closed

client fails to connect, "output buffer is full" error on server #806

anarcat opened this issue Apr 11, 2016 · 2 comments

Comments

@anarcat
Copy link

anarcat commented Apr 11, 2016

i had managed to setup mpdroid correctly here at some point. yet now, for a reason I can't figure out, it's totally failing to start.

on the mpd server, I see:

Apr 11 11:21 : client: [32] opened from 192.168.0.117:51334
Apr 11 11:21 : buffered_socket: error on client 32: Output buffer is full
Apr 11 11:21 : client: [32] closed

... many times per second, until I quite the mpdroid app.

on the client side, I see:

Connection Failed! error

Sometimes, it actually works and i can use it for a while. but all of it is pretty unreliable... doing 'retry' just fails, and the only solution is to quit the app.

@jcnoir
Copy link
Collaborator

jcnoir commented Apr 11, 2016

Try to increase the output buffer in your mpd server configuration (mpd.conf) : max_output_buffer_size "8192" ==> max_output_buffer_size "32768" then restart your server.

@anarcat
Copy link
Author

anarcat commented Apr 11, 2016

that seems to have fixed the problem. thanks.

@anarcat anarcat closed this as completed Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants