Skip to content
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

fix: remove noisy log line in linux #4725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TomPridham
Copy link
Contributor

@TomPridham TomPridham commented Dec 10, 2024

closes #4024
At first, I thought this was something that should just get skipped on Linux, because Bonjour is a Windows/Mac app, but it seems like the library is using Bonjour to refer to zeroconf networking in general. So, it should work, but it doesn't seem like the success callback ever actually gets triggered on Linux. It also doesn't seem to trigger any sort of error behavior. I have the avahi-daemon installed and running and can see a local printer by running ippfind, so not entirely sure what the deal is. Seems like the bonjour-service library is expecting there to be a PTR record for the mdns server, but avahi doesn't supply one, so the library returns null

So, this just removes that logline because it's spammy. I can open an issue about the machine finding if y'all think that's worth looking at

Copy link

qa-wolf bot commented Dec 10, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Dec 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Dec 10, 2024 6:51am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: "Looking for machine API..." repeated on command line on Linux after launch
1 participant