kurioes / pmix

Automatically exported from code.google.com/p/pmix
0 stars 0 forks source link

Unable to connect to server (seems to have a bug in how it constructs the address) #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open application; it directs you to the "Settings screen" with options to 
set "Preferred connection" as a WLAN based connection and the "Default 
connection"
2. Open "WLAN based connection"
3. Select WLAN to which phone is currently connected
4. Provide IP address of server running MPD (192.168.1.3), port, and password
5. Use "back" button repeatedly to return to "Choose a WLAN connection", then 
"Settings", then to the App's main screen.

What is the expected output? What do you see instead?
Expected output is that it displays the currently playing song.

Actual output is "Connection Failed" popup with the following text: "Connection 
to MPD-Server failed! Check if the Server is running and reachable. 
(new-host.home/192.168.1.3:6600 - Connection refused)"

What version of the product are you using? On what operating system?

Version 95 on Android 1.6

Please provide any additional information below.

The fact that it appears to be using "new-host.home" as the server name and the 
IP address that I provided as a directory path strikes me as extremely strange. 
 Where is it getting the "new-host.home" from and what is it doing with it?

Original issue reported on code.google.com by Tce...@gmail.com on 18 Jun 2011 at 10:37