benaclejames / benaclejames/VRCFaceTracking

OSC Query broadcasts in the local area network instead only localhost

Open
#264 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
907
Forks
135
Avg merge
11h 28m
Merged PRs (30d)
7

Description

I noticed that OSC Query seems to announce itself on the local network.
This causes other VRC clients in the same network to try connect to it:

2025.03.07 00:22:24 Debug - no SRV Records found in not parse answer from 172.16.1.170:5353
2025.03.07 00:22:24 Debug - Found new OSC Service: VRCFT-NHM5HG at 127.0.0.1:57440
2025.03.07 00:22:26 Error - Could not make new OscClient: An error occurred while sending the request

In the log example above you see that the request seems to come from a different machine than mine.
My local IP is 172.16.1.28 and 170 my main PC running VRCFT.
OSC query should only announce itself on the loopback interface otherwise it will confuse other clients in the LAN.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.