[SOLVED] myMPD showing as disconnected
#11
(18-Oct-2021, 08:11 PM)bodiebill Wrote: Having the same problem on my RPi4 ("MPD disconnected") I tried this solution however the fw above does not work for raspbian. Then I tried the mympd-Fix-1_0_2-armv7l.fw fix from the older post, but after applying that, MyMPD is no longer working at all via port 8080. Any advice?
Can you generate a diagnostic file and send it to me for a quick look.. I have a Pi that's in the middle of 1.2.1 and 1.2.2 and can't test it easily. It'll probably be late in the week before I can sit down properly and get my Pi act together. Hopefully you're ok with that?

In the mean time, you can always use a mobile MPD client to control MPD
Snakeoil Operating System - Music, your way!
Reply

#12
(19-Oct-2021, 06:03 AM)agent_kith Wrote:
(18-Oct-2021, 08:11 PM)bodiebill Wrote: Having the same problem on my RPi4 ("MPD disconnected") I tried this solution however the fw above does not work for raspbian. Then I tried the mympd-Fix-1_0_2-armv7l.fw fix from the older post, but after applying that, MyMPD is no longer working at all via port 8080. Any advice?
Can you generate a diagnostic file and send it to me for a quick look.. I have a Pi that's in the middle of 1.2.1 and 1.2.2 and can't test it easily. It'll probably be late in the week before I can sit down properly and get my Pi act together. Hopefully you're ok with that?

In the mean time, you can always use a mobile MPD client to control MPD

Hi,
I'm having a similar problem as the OP, running on a Raspberry Pi 4b.

I've done some projects like this in the past but never something quite like this. I managed to install Raspbian, ran some terminal scripts to update Raspbian and then using the terminal install the SnakeOil OS on top. I used the web GUI to update the SnakeOil OS version to 1.2.1. At first I wanted to use LMS since I was familiar with it and I have a PiCorePlayer Squeezelite endpoint set up, but after reading that people think MPD is more revealing its what I want to go with. Problem is that nether of them work for me Sad.

Attached is what the OS says with MPD and LMS, as well as the GUI for MPD.            

Just made a log file and sent it to you, Agent Kith
Reply

#13
(12-Jan-2022, 03:11 AM)fat cat Wrote: set up, but after reading that people think MPD is more revealing its what I want to go with. Problem is that nether of them work for me Sad.

Attached is what the OS says with MPD and LMS, as well as the GUI for MPD.

Just made a log file and sent it to you, Agent Kith
I've got your file.. WIll look into this later this weekend.. Have some home stuffs to do tonight, tomorrow and Sat so hopefully can get back to you sometime this Sunday (WAST).
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • fat cat
Reply

#14
(12-Jan-2022, 03:11 AM)fat cat Wrote: Just made a log file and sent it to you, Agent Kith
Your MyMPD problem is the same as the OP, Uploading the file in post #7 should fix it.

Can you try that and let me know if it works for you? Steps are
  1. Download the module file in post #7.
  2. Go to the Snakeoil WebApp
  3. Go to System
  4. Upload the module in the install box
  5. Restart your Snakeoil computer
  6. Select the MPD player if you havn't done so already
Let me know how it goes.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • fat cat
Reply

#15
(17-Jan-2022, 07:22 AM)agent_kith Wrote: Upload the module in the install box

I uploaded it but it returns that the file is not meant for my CPU, I think the OP is using x86 and I'm using a Raspberry Pi.
Reply

#16
(18-Jan-2022, 11:46 AM)fat cat Wrote: I uploaded it but it returns that the file is not meant for my CPU, I think the OP is using x86 and I'm using a Raspberry Pi.
Hmm. For now, modify /etc/mympd.conf by running the following commnad:
Code:
sudo pico /etc/mympd.conf

Manually edit the top of the file so it looks like this:
Code:
mpd]
#Connection to mpd, unix socket or host/port, socket preferred
#host = /run/mpd/socket
host = 127.0.0.1
port = 6600
#pass =
#host = /run/mpd/socket

Basically, enable the host to a IP address and port to 6600. Save the file, and restart your computer. Does Mympd work now?

I'll see what's wrong with uploading this to the Pi later this week when I can.
Snakeoil Operating System - Music, your way!
Reply

#17
(18-Jan-2022, 06:47 PM)agent_kith Wrote: Basically, enable the host to a IP address and port to 6600. Save the file, and restart your computer. Does Mympd work now?

I gave it a shot but MyMPD still says "MPD Disconnected", here's what I came up with.

[Image: Snake-Oil-MPD-config-1-2.png]

Then; Ctrl + X, Y, enter, sudo reboot.

I checked MyMPD and it was still down so just to make sure it wasn't my network I tried to see if I was connected to the RPI. I followed this guide and tried to check the connections my computer was connected to using netstat -aon.

[Image: netstat-rpi.png]

I'm not sure how to interpret these results because the IP of the RPI is 192.168.2.163... no other RPI's on the network. Maybe this doesn't mean anything.

I'm going to look into the network more and see if that's the problem.
Reply

#18
(21-Jan-2022, 02:17 AM)fat cat Wrote: [Image: netstat-rpi.png]
This is interesting. Can you run the following on the Snakeoil computer:

Code:
netstat -an|grep 6600

What does it say?
Snakeoil Operating System - Music, your way!
Reply

#19
(21-Jan-2022, 06:49 AM)agent_kith Wrote: What does it say?

[Image: netstat-grep-ports-1-21-22.png]

I ran the command you said and also reran netstat -aon to see what connections my PC was making.

[Image: netstat-grep-ports-1-1-1-21-22.png]

It's a little blurry but it seems like there are some connections being made that the PC and RPI says are connected and some that the PC says are connected but the RPI says are not connected. Does any of it make sense to you? I don't understand how the web IP can be 192.168.2.163 and the PC says the IP is 192.168.2.10x (it was 106 now its 105).
Reply

#20
(22-Jan-2022, 10:39 AM)fat cat Wrote: It's a little blurry but it seems like there are some connections being made that the PC and RPI says are connected and some that the PC says are connected but the RPI says are not connected. Does any of it make sense to you? I don't understand how the web IP can be 192.168.2.163 and the PC says the IP is 192.168.2.10x (it was 106 now its 105).
Looks like it should be working. I don't quite know why why. Hopefully tomorrow i can get some time to spin up my test pi build. It's been seriously hot lately here in Perth. Climbing to 35 degrees now and going up..

I'm gonna stop work and find a hole to hide soon....
Snakeoil Operating System - Music, your way!
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fail to install myMPD sjtuross 9 237 03-Mar-2024, 08:45 PM
Last Post: hkphantomgtr
  [SOLVEDUnable to disable myMPD mb32 5 912 11-Feb-2023, 08:04 AM
Last Post: Bromf
  [SOLVEDMyMPD fixed database loading MPD Bromf 2 622 06-Feb-2023, 05:09 AM
Last Post: Bromf
  [SOLVEDGapless myMPD? cpcat 2 556 05-Feb-2023, 12:19 PM
Last Post: cpcat
  MyMPD fails to update artwork. Bromf 9 1,246 24-Dec-2022, 06:52 PM
Last Post: agent_kith



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Announcing Snakeoil Measurements 1.3.0
Last Post: kees1000
13-Apr-2024 11:54 PM
» Replies: 95
» Views: 4694
LMS rebranded to Lyrion Media Server
Last Post: Bromf
07-Apr-2024 01:59 PM
» Replies: 4
» Views: 96
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 685
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 186
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 98
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 73
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 237
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 62
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 84
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 413

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.