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

[doc] Error code #126

Open
dvogureckiy99 opened this issue Feb 10, 2023 · 3 comments
Open

[doc] Error code #126

dvogureckiy99 opened this issue Feb 10, 2023 · 3 comments

Comments

@dvogureckiy99
Copy link

dvogureckiy99 commented Feb 10, 2023

What this error mean, I connected one driver board to the master-board and after startup sudo PYTHONPATH=. python3 example/listener.pyc -i enp1s0. Why it doesn't show anything ?:
Screenshot from 2023-02-10 20-40-16

@MaximilienNaveau
Copy link
Contributor

In this specific case your computer could not connect properly to master board sdk, hence the 0 everywhere.
The prints are unfortunate in your case as they hide the potential issue.
Maybe try to look into the example code and remove the print in order to display the earliest error.

@MaximilienNaveau
Copy link
Contributor

sudo PYTHONPATH=. python3 example/listener.pyc -i enp1s0

Furthermore I would not use the .pyc but the py directly to prevent code change/execution mistake

@dvogureckiy99
Copy link
Author

like this python example.py -i enp1s0 ?
this get:

Traceback (most recent call last):
  File "example.py", line 9, in <module>
    import libmaster_board_sdk_pywrap as mbs
ModuleNotFoundError: No module named 'libmaster_board_sdk_pywrap'

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