@
Myanmar_58
Continuing on Tim's theme of there possibly being a network issue.
What is your router make and model?
Your log output shows the WiFi adapter on the Pi5 is turned off and the Pi is connected to your LAN via Ethernet. Similarly, you said your computer is connected via Ethernet. Do both cables go straight to your router or are there other components in between?
First step in getting some quantitative numbers is to run a ping test.
Eaxample - I have a Pi400 on my desk and a Pi5 running moOde 9.3.6. Both are connected via Ethernet to a multiple-port switch which connects via powerline Ethernet adapters to my router/access point. Pinging 5 times, I see
Code:
profx@pi400:~ $ ping -c5 10.0.0.240
PING 10.0.0.240 (10.0.0.240) 56(84) bytes of data.
64 bytes from 10.0.0.240: icmp_seq=1 ttl=64 time=0.215 ms
64 bytes from 10.0.0.240: icmp_seq=2 ttl=64 time=0.169 ms
64 bytes from 10.0.0.240: icmp_seq=3 ttl=64 time=0.149 ms
64 bytes from 10.0.0.240: icmp_seq=4 ttl=64 time=0.153 ms
64 bytes from 10.0.0.240: icmp_seq=5 ttl=64 time=0.155 ms
--- 10.0.0.240 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4092ms
rtt min/avg/max/mdev = 0.149/0.168/0.215/0.024 ms
Great, average 0.168 ms response time.
At the other extreme, with both the Pi400 and the Pi5 connected via 5 GHz WiFi to the same router/access point
Code:
profx@pi400:~ $ ping -c5 10.0.0.241
PING 10.0.0.241 (10.0.0.241) 56(84) bytes of data.
64 bytes from 10.0.0.241: icmp_seq=1 ttl=64 time=8.24 ms
64 bytes from 10.0.0.241: icmp_seq=2 ttl=64 time=5.43 ms
64 bytes from 10.0.0.241: icmp_seq=3 ttl=64 time=8.90 ms
64 bytes from 10.0.0.241: icmp_seq=4 ttl=64 time=10.8 ms
64 bytes from 10.0.0.241: icmp_seq=5 ttl=64 time=6.15 ms
--- 10.0.0.241 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 5.434/7.900/10.781/1.927 ms
This time I see an average 7.900 ms response time. This is nearly 50 times slower than the direct connection but still quite acceptable. I get good response from moOde's webUI either way. You can expect slightly different results every time you run this test because of other activity but they should stay reasonably stable.
What numbers do you get?
Note that I used the IP addresses of the Pi5 WiFi and Ethernet adapters in these tests. I get essentially the same results if I use the player's mDNS address (moodey.local). You could try both hostname and IP address to see if that makes a difference.
Regards,
Kent
PS - for the record, my cable modem/router/access point is a ISP provided ARRIS TG4482A.