Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Container keeps restarting if WPE_URL is undefined #27

Closed
edorgeville opened this issue Jul 25, 2019 · 1 comment
Closed

Container keeps restarting if WPE_URL is undefined #27

edorgeville opened this issue Jul 25, 2019 · 1 comment

Comments

@edorgeville
Copy link

https://github.com/balena-io-projects/balena-dash/blob/32361d047ccb99f9f4f694583f716ab69ff2f0cf/wpe/wpe-init#L41-L45

This block will be skipped if WPE_URL is not set, leading to the script exiting, leading to the container restarting forever.

The solution would be to add an else statement to the previous block, setting a default URL as stated in the README:

The default value is Youtube TV

Here is the thread explaining all the steps it took me to get here 😅 : https://forums.balena.io/t/logbackend-server-responded-with-status-code-504/22564/18

@dansku
Copy link
Contributor

dansku commented Jul 26, 2019

Hey @edorgeville thank you very much for the issue. We've fixed the issue on the here.

Can you give it a go and report back to confirm that it is also working on your end?

Thank you!

@dansku dansku closed this as completed Jul 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants