-
Notifications
You must be signed in to change notification settings - Fork 198
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
Failed initial connection #734
Comments
Hmm, I doubt that it is mpdroid's fault though. If you look at the
|
Also, the develop branch has much better connection code. |
OK i can try the develop branch. I'm not sure I understand why the changes aren't in trunk. I think the network occasionally drops out on the tablet, but the connection errors persist for minutes after it's come back. |
"Trunk" (which is master) is the stable branch.
|
Well, I got a pcap, and it tries to connect, but mpd just plain rejects it. I'm using the following mpd:
Here's the PCAP. I'm starting to think this is a true authentication failure having to do with mpd, not a network issue. https://mega.nz/#!hUtCGQgL!ZJuBJGKP7MBz0_6DkpE0asLmpA6LoJNb2JMqSMWIykE |
It's possible that in that version mpdroid opens too many connections and floods mpd. After a few minutes, the connextions will hive timeouted
|
Looked at my mpd log - sure enough, it hit max. I set max_connections to 100 and we'll see if that fixes it. |
Since making that config change, things have seemed better. I think the app should have a help dialog that tells you to do that if you're having trouble. |
The above shows my attempting to reconnect to the mpd server over and over again with the Try Again button. This happens rather consistently on my Asus Transformer TF101 with Android 4.4.4. After a few minutes I can retry and it comes back, but then the problem repeats a few minutes later. I've built a debug binary from the source here and loaded it, so this is using the current trunk. I'm going to try and make some changes myself to see if I can improve this connectivity issue.
The text was updated successfully, but these errors were encountered: