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

[BUG] Instructions for sample without the managed_subscribe feature are outdated #49

Closed
1 task done
wilyle opened this issue Sep 28, 2023 · 1 comment
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@wilyle
Copy link
Contributor

wilyle commented Sep 28, 2023

Description

When trying to run a sample which does not use the managed_subscribe feature (such as the mixed property sample), running the invehicle_digital_twin package fails with the following error:

$ ./invehicle-digital-twin
[2023-09-28T22:25:26Z INFO  invehicle_digital_twin] The In-Vehicle Digital Twin Service has started.
[2023-09-28T22:25:26Z INFO  invehicle_digital_twin] The HTTP server is listening on address 'http://0.0.0.0:5010'
[2023-09-28T22:25:26Z INFO  invehicle_digital_twin] This service is not using Chariott.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: configuration file "managed_subscribe_settings" not found', /home/wilyle/repos/ibeji/core/common/src/utils.rs:19:92
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Please update the documentation to include the correct build command with the --no-default-features flag. Alternatively, remove managed_subscribe as a default feature and update the documentation for the relevant samples to enable that feature during build

Acceptance criteria

  • All (supported) samples have correct documentation on how to build them
@wilyle wilyle added the bug Something isn't working label Sep 28, 2023
@devkelley devkelley self-assigned this Nov 10, 2023
@devkelley
Copy link
Contributor

This was completed with the PR merged on Oct 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants