01-30-2021, 11:31 PM
Hello there, I'm happily using my moode player on a raspberry pi 4 4GB every day in my office and it works really well. I thought I'd report an issue in case others have come across it.
This may be specific just to my network - Moode can't seem to get the DNS from my gateway so none of the internet radio stations work unless they're specified in the database as an IP address (6forty Radio is one of them). Strangely all other devices that connect work just fine including iphones, android phones and windows laptops.
The relevant info from the log is:
20201223 083541 worker: IP addr (192.168.0.13)
20201223 083541 worker: Netmask (255.255.255.0)
20201223 083541 worker: Gateway (192.168.0.1)
20201223 083541 worker: Pri DNS (::1)
Changing to a static IP address and entering the the below DNS addresses doesn't work, I get the same results in the log and stations still can't resolve. It's like the settings aren't being saved or implemented.
I found a solution online that seems to work well without any apparent side effects and survives a reboot.
Added a file: /etc/resolv.conf.head
Contents are:
nameserver 208.67.222.222
nameserver 208.67.220.220
Thanks!
This may be specific just to my network - Moode can't seem to get the DNS from my gateway so none of the internet radio stations work unless they're specified in the database as an IP address (6forty Radio is one of them). Strangely all other devices that connect work just fine including iphones, android phones and windows laptops.
The relevant info from the log is:
20201223 083541 worker: IP addr (192.168.0.13)
20201223 083541 worker: Netmask (255.255.255.0)
20201223 083541 worker: Gateway (192.168.0.1)
20201223 083541 worker: Pri DNS (::1)
Changing to a static IP address and entering the the below DNS addresses doesn't work, I get the same results in the log and stations still can't resolve. It's like the settings aren't being saved or implemented.
I found a solution online that seems to work well without any apparent side effects and survives a reboot.
Added a file: /etc/resolv.conf.head
Contents are:
nameserver 208.67.222.222
nameserver 208.67.220.220
Thanks!