-
-
Notifications
You must be signed in to change notification settings - Fork 784
Remote Access logs warnings about unknown type ping #18837
Copy link
Copy link
Labels
bugcomponent/loggingcomponent/remoteCode or other developer-facing aspects of NVDA's Remote Access functionalityCode or other developer-facing aspects of NVDA's Remote Access functionalityp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
bugcomponent/loggingcomponent/remoteCode or other developer-facing aspects of NVDA's Remote Access functionalityCode or other developer-facing aspects of NVDA's Remote Access functionalityp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for Bug.
Steps to reproduce:
Actual behavior:
Within the log, messages like this are received:
My log was in debug mode to see if more information could be logged, so the message response may be slightly different.
Expected behavior:
This should quietly be ignored or logged under debug level, as via the server spec as documented in comments, periotic pings are sent to verify connection health. This should be a known type, and since they are one way pings via the servers commented docs, no warning should be entered into the log, since it is expected and should be a known, not an unknown type.
NVDA logs, crash dumps and other attachments:
Relevant log entry is above.
System configuration
NVDA installed/portable/running from source:
Installed.
NVDA version:
2025.2
Windows version:
Windows 11 24H2
Name and version of other software in use when reproducing the issue:
None, only NVDA.
Other information about your system:
This was tested on two different systems with different hardware specifications with the same results, both running Windows 11. I have tested this on remotely hosted relay servers, only those that send ping type have warnings entered into the log, and the locally hosted server always sends ping types, and thus always warns of an unknown type.
Other questions
Does the issue still occur after restarting your computer?
Yes.
Have you tried any other versions of NVDA? If so, please report their behaviors.
2025.1 and other stable NVDA releases with Remote Access built in, they all have the same behavior.
If NVDA add-ons are disabled, is your problem still occurring?
Yes.
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Untested, but likely not relevant here.
Final comments
This could probably be a developer facing change as well, but since it is noticeable by anyone viewing the log, I've placed this in the bug report category for the moment.