-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Continuous "Server disconnected" error #22
Comments
Hey, thank you for reporting a bug. |
@Lenochxd yes I am, for example I can reload the page with the button instead of having to use the F5 key or the browser |
Yes this is normal, the reload button does not need the server to work. Do the other buttons work? like the 'enable screen saver' button for example. Also, can you show me a quick screenshot of the browser console? You can see it by pressing F12, it should appear at the bottom. If a menu appears but no console, press your ESC key. Thanks :) |
I tested everything on my PC to exclude network errors, I can confirm that everything seem to work even with the error message on top. These are the logs: console-export-2024-6-22_12-37-31.txt Thank you for your help |
That's what I thought, there is an error with the computer usage buttons, and you seem to have an NVIDIA graphics card as the GPU percentage is displayed. |
Changing to "none" seems to have solved the issue. I don't really care about GPU stats so that's not an issue right now. Thank you very much. I'll keep testing the app because it seems very functional 😄 |
Extended the exception handling to catch any general exception along with `NVML_ERROR_NOT_SUPPORTED`.
Extended the exception handling to catch any general exception along with `NVML_ERROR_NOT_SUPPORTED`.
Extended the exception handling to catch any general exception along with `NVML_ERROR_NOT_SUPPORTED`.
Describe the bug
Right after installation webDeck is almost unusable since both the webpage on the phone and the webpage on the PC where webdeck is running show "Server disconnected"
To Reproduce
Steps to reproduce the behavior:
Refreshing the page seems to make the issue stop temporarily but after a couple of seconds the same message reappears
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The issue is the same on both the PC and the smartphone
The text was updated successfully, but these errors were encountered: