-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser hangs unexpectedly #82
Comments
Hey @razmikarm - do you get any error logs in balenaCloud dashboard when the crash happens? |
@phil-d-wilson Thank you for reply. No, seems like it even doesn't realize that. |
@razmikarm if you remove TFT and use HDMI, can you recreate? |
It is actually connected from HDMI port. |
@razmikarm To be clear, the TFT is powered from the nano, but connected to the HDMI port? If so, can you then tell me the steps to recreate the crash, and I'll see if I can get my nano to do it. |
Actually I haven't found a reproduce way, it just happens unexpectedly, now We are working on it to find a way to reproduce this somehow. |
@razmikarm excellent, thanks! If you find a way, let me know. I'll run mine up and see if it does it on it's own, but some repro steps are more likely to help me debug it. |
@phil-d-wilson, turns out problem is related to multiple tabs. We were using it in |
We're working on a
Jetson Nano
withTFT display
and are using browser container to show some stuff. We also use itsAPI
to configure what exactly needed to be shown. And from time to time it happens, that browser hangs and when we change theURL
of a browser, it shows no changes on display, but on API level it shows, that everything works properly and browser is on a latest page you set.The text was updated successfully, but these errors were encountered: