-
-
Notifications
You must be signed in to change notification settings - Fork 38
Getting logs
Henric Andersson edited this page Sep 28, 2018
·
2 revisions
To help with troubleshooting, you can actually access the logs of the device from the web interface.
By opening http://<your frame's IP>:7777/debug
you will get the last 100 lines related to the software which usually are very helpful when trying to diagnose what went wrong.
If that doesn't say all, maybe there's issues with OS itself, then just add /all at the end, making the URL http://<your frame's IP>:7777/debug/all
This gives the last 100 lines, regardless of source.