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

Error on Mqtt read thread #17

Open
lalo-uy opened this issue Mar 20, 2023 · 0 comments
Open

Error on Mqtt read thread #17

lalo-uy opened this issue Mar 20, 2023 · 0 comments

Comments

@lalo-uy
Copy link

lalo-uy commented Mar 20, 2023

After clean git clone install on raspian buster got this:

`pi@paleale:~/craftbeerpi3 $ sudo ./run.py
INIT DB
EXCEPT
no such table: schema_info
MQTT Connected code=0
/home/pi/craftbeerpi3/modules/buzzer/init.py:19: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(self.gpio, GPIO.OUT)
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/home/pi/craftbeerpi3/modules/plugins/MQTTPlugin/init.py", line 274, in mqtt_reader
message = q.get(timeout=0.1)
File "/usr/local/lib/python3.7/dist-packages/eventlet/queue.py", line 322, in get
return waiter.wait()
File "/usr/local/lib/python3.7/dist-packages/eventlet/queue.py", line 141, in wait
return get_hub().switch()
File "/usr/local/lib/python3.7/dist-packages/eventlet/hubs/hub.py", line 298, in switch
return self.greenlet.switch()
_queue.Empty

`
It keep runing but mqtt sensors dont get processed.

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

1 participant