Closed dumprop closed 2 years ago
Can you run journalctl -xeu fancy.service | grep fancyd -C10
, please?
journalctl -xeu fancy.service | grep fancyd -C10
yes, of course, thank you for your quick response to issues Logs: https://pastebin.com/kkaP36Gv
Thanks!
So it tries to load NBFC settings, but it fails because a field is missing.
It should normally not stop in this case, and just try to load default settings, but it seems that I have to fix this.
Can you rename /etc/NbfcService/NbfcServiceSettings.xml
to /etc/NbfcService/NbfcServiceSettings.xml.bak
and try restarting it again?
Thanks! So it tries to load NBFC settings, but it fails because a field is missing. It should normally not stop in this case, and just try to load default settings, but it seems that I have to fix this. Can you rename
/etc/NbfcService/NbfcServiceSettings.xml
to/etc/NbfcService/NbfcServiceSettings.xml.bak
and try restarting it again?
That correct, thanks!