You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when devcade is booted, the onboard often starts up and then becomes unhappy because it cant talk to the API to get game data. I believe this happens because the xinitrc runs before the system connects to network, meaning the onboard cant find the API when it tries to reach it, and then cant load data, and never tries again.
I believe this can be fixed by telling the system to wait until there is network to run the xinitrc
(This is more of a system change, but im putting it here bc it is most relevant and i want to have it in an issue so someone gets to it at some point ™️)
The text was updated successfully, but these errors were encountered:
I think there is a systemd object that we have enabled that waits to finish booting untill network is a thing but it doesnt quite work. might need a longer timeout or something else
Currently, when devcade is booted, the onboard often starts up and then becomes unhappy because it cant talk to the API to get game data. I believe this happens because the xinitrc runs before the system connects to network, meaning the onboard cant find the API when it tries to reach it, and then cant load data, and never tries again.
I believe this can be fixed by telling the system to wait until there is network to run the xinitrc
(This is more of a system change, but im putting it here bc it is most relevant and i want to have it in an issue so someone gets to it at some point ™️)
The text was updated successfully, but these errors were encountered: