danb35 / raspi-ups-stats

MIT License
16 stars 5 forks source link

Errno 121 #3

Open AK0435 opened 10 months ago

AK0435 commented 10 months ago

Traceback (most recent call last): File "/raspi-ups-stats/stats.py", line 122, in aReceiveBuf = bus.read_i2c_block_data(DEVICE_ADDR, 0, 32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/smbus2/smbus2.py", line 617, in read_i2c_block_data ioctl(self.fd, I2C_SMBUS, msg) OSError: [Errno 121] Remote I/O error

I keep getting this and I haven't been able to resolve this error. I'm a novice programmer and not sure what to do.