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

Your First Zenoh app examples don't work due to missing config #66

Open
mattvalentine opened this issue Sep 20, 2024 · 1 comment
Open

Comments

@mattvalentine
Copy link

The examples in Your first Zenoh app do not work with version eclipse-zenoh==1.0.0b2

Traceback (most recent call last):
  File "z_sensor.py", line 11, in <module>
    session = zenoh.open()
TypeError: open() missing 1 required positional argument: 'config'
Traceback (most recent call last):
  File "z_subscriber.py", line 11, in <module>
    session = zenoh.open()
TypeError: open() missing 1 required positional argument: 'config'
@mattvalentine
Copy link
Author

I figured out how to get it to run, and made a small pr #67

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

1 participant