Airthings / wave-reader

MIT License
50 stars 18 forks source link

Error #13

Closed kskenyon closed 3 years ago

kskenyon commented 3 years ago

sudo python3 read_wave.py 2930029112 60 Traceback (most recent call last): File "read_wave.py", line 168, in _main() File "read_wave.py", line 161, in _main current_values = wave.read() File "read_wave.py", line 89, in read rawdata = self._datetime_char.read() AttributeError: 'NoneType' object has no attribute 'read'

What's missing?

kbahey commented 1 year ago

I am getting the same error on a 2930 device, with both the read_wave.py and read_wave2.py

What was the solution that caused this issue to be set to Closed?