You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built the packages on my virtual machine and started with the vda5050_adapter_examples package, but when I run the python example as it is described, I was getting this error from the mqtt_bridge.
I dived into the code to investigate and I have found the following in utils.py file. The strange is that the condition seems to check the major_version, but in reallity is checking the interface_name , since the major_version is assigned with proper value. What am I missing? because I cannot even use the vda5050_connector package.
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello,
I built the packages on my virtual machine and started with the vda5050_adapter_examples package, but when I run the python example as it is described, I was getting this error from the mqtt_bridge.
I dived into the code to investigate and I have found the following in utils.py file. The strange is that the condition seems to check the major_version, but in reallity is checking the interface_name , since the major_version is assigned with proper value. What am I missing? because I cannot even use the vda5050_connector package.
Thank you in advance
The text was updated successfully, but these errors were encountered: