You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1730065460.875567 [ERROR] An error occurred while running the app.
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/main.py", line 73, in main
app.run()
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/app.py", line 956, in run
runTouchApp()
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/base.py", line 574, in runTouchApp
EventLoop.mainloop()
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/base.py", line 339, in mainloop
self.idle()
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/base.py", line 379, in idle
Clock.tick()
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/clock.py", line 733, in tick
self.post_idle(ts, self.idle())
File "/opt/ubo/env/lib/python3.11/site-packages/kivy/clock.py", line 776, in post_idle
self._process_events()
File "kivy/_clock.pyx", line 620, in kivy._clock.CyClockBase._process_events
File "kivy/_clock.pyx", line 653, in kivy._clock.CyClockBase._process_events
File "kivy/_clock.pyx", line 649, in kivy._clock.CyClockBase._process_events
File "kivy/_clock.pyx", line 218, in kivy._clock.ClockEvent.tick
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/040-sensors/setup.py", line 21, in read_sensors
temperature = temperature_sensor.temperature
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/ubo/env/lib/python3.11/site-packages/adafruit_pct2075.py", line 137, in temperature
return (self._temperature >> 5) * 0.125
^^^^^^^^^^^^^^^^^
File "/opt/ubo/env/lib/python3.11/site-packages/adafruit_register/i2c_struct.py", line 81, in __get__
i2c.write_then_readinto(buf, buf, out_end=1, in_start=1)
File "/opt/ubo/env/lib/python3.11/site-packages/adafruit_bus_device/i2c_device.py", line 140, in write_then_readinto
self.i2c.writeto_then_readfrom(
File "/opt/ubo/env/lib/python3.11/site-packages/busio.py", line 232, in writeto_then_readfrom
return self._i2c.writeto_then_readfrom(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/ubo/env/lib/python3.11/site-packages/adafruit_blinka/microcontroller/generic_linux/i2c.py", line 98, in writeto_then_readfrom
readin = self._i2c_bus.read_i2c_block_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/ubo/env/lib/python3.11/site-packages/Adafruit_PureIO/smbus.py", line 264, in read_i2c_block_data
ioctl(self._device.fileno(), I2C_RDWR, request)
OSError: [Errno 121] Remote I/O error
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: