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

Uncaught Exception TypeError: int() can't convert non-string with explicit base #3

Open
ebubna opened this issue Dec 21, 2021 · 1 comment

Comments

@ebubna
Copy link

ebubna commented Dec 21, 2021

Running hassio v7.0 / core 2021.12.4 / supervisor 2021.12.2
Trying to get this up and running and receiving the following error:

Logger: root
Source: custom_components/rainforest/sensor.py:147
Integration: rainforest (documentation, issues)
First occurred: 11:52:20 AM (1 occurrences)
Last logged: 11:52:20 AM
Uncaught thread exception

Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/config/custom_components/rainforest/sensor.py", line 147, in serial_read
demand = int(xmlTree.find('Demand').text, 16)
TypeError: int() can't convert non-string with explicit base

@jschulman
Copy link

I'm getting this error as well.

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

2 participants