-
Notifications
You must be signed in to change notification settings - Fork 26
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]: APP can not connect mqtt as native, not Dapr #230
Comments
Hi @ley901017
velocitas.json:
Steps: start dev container -> wait for installation / setup
Change app/requirements-velocitas.txt content to (We fixed the bug there where your problem originates from eclipse-velocitas/vehicle-app-python-sdk#119 fixed with https://github.com/eclipse-velocitas/vehicle-app-python-sdk/releases/tag/v0.13.1):
Press F1 and run Task: Afterwards:
velocitas.json:
start dev container -> wait for installation / setup
Press F1 and run Task: Afterwards: |
Severity
Critical
What release version, tag or commit-hash did you use?
v0.1.1
Current Behavior
When I run velocita app directly without dapr, the below error message has been appeared.
Steps to Reproduce
Local Runtime - Up
python3 /workspaces/vehicle-app-python-template/app/src/main.py
in terminalExpected Behavior
The app can run normally without dapr.
Possible Solution
No response
Additional Information
In velocitas_sdk, the below code may have some bugs, the path is
velocitas_sdk/native/mqtt.py
the function init of MqttClient, I cannot see any parameters on line 42 when callmqtt,Client()
Code of Conduct
The text was updated successfully, but these errors were encountered: