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

Docker build fails #30

Open
superrnovae opened this issue Mar 11, 2023 · 2 comments
Open

Docker build fails #30

superrnovae opened this issue Mar 11, 2023 · 2 comments

Comments

@superrnovae
Copy link
Contributor

Compiling netmuxd v0.1.4 (/work/netmuxd)
error[E0599]: no method named `browse_async` found for struct `AvahiMdnsBrowser` in the current scope
  --> src/mdns.rs:33:30
   |
33 |         let result = browser.browse_async().await;
   |                              ^^^^^^^^^^^^ method not found in `AvahiMdnsBrowser`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `netmuxd` due to previous error
Error: building at STEP "RUN mkdir -p /output/     && cd netmuxd     && . "$HOME/.cargo/env"     && cargo build --release --features "zeroconf" --bin netmuxd     && cp target/release/netmuxd /output/netmuxd-zeroconf     && cargo build --release     && cp target/release/netmuxd /output/netmuxd-mdns": while running runtime: exit status 101
@kridency
Copy link

Would like to push fix for this. But do not know how to get a contributor for this repo.

@kridency
Copy link

Refer to PR - #42 (comment)

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

No branches or pull requests

2 participants