atolab / zenoh-web

Website for zenoh
Other
5 stars 22 forks source link

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

Open mattvalentine opened 2 hours ago

mattvalentine commented 2 hours ago

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 commented 2 hours ago

I figured out how to get it to run, and made a small pr https://github.com/atolab/zenoh-web/pull/67