BalenaDash 30 min photo frame example steps completed but WPE_URL website not displaying

After a long pause I am glad to say that I am up and running as well. Thanks to @ahdata for the key detail about Windows. So excited to be able to play around with this!

~ B

1 Like

Just wanted to add another alternative to this problem. As a newbie I wasn’t aware there isn’t an intelligent line-terminator filter converting file terminators in cross-platform deployments (I actually had first [ahem] assumed that there was one). And I broke my balenaSound fleet when I did a deployment from Windows: the container services were all bouncing afterwards.

Luckily I caught log statements scrolling by that mentioned ‘\r’ in the error message. So that helped. In my IntelliJ IDEA project I clicked on the root of the project and went thru the menu tree [File] > [File Properties] > [Line Separators] and changed it to “LF - Unix and macOS (\n)”. After re-pushing the project my balenaSound Fleet was back and operational.