-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello. I've set up my new Raspberry Pi 4 twice, with two different SD cards (8 GB, 32 GB both new), and two different sizes of OS (regular and full size, legacy 64-bit). I get the same error on both, on the first try:
pi@raspberrypi:/Lumina $ python3 Lumina.py/Lumina $
Traceback (most recent call last):
File "/home/pi/Lumina/Lumina.py", line 411, in
o = create(
File "/home/pi/.local/lib/python3.9/site-packages/pvleopard/_factory.py", line 44, in create
return Leopard(
File "/home/pi/.local/lib/python3.9/site-packages/pvleopard/_leopard.py", line 202, in init
raise self._PICOVOICE_STATUS_TO_EXCEPTION[status](
pvleopard._leopard.LeopardActivationRefusedError: Initialization failed:
[0] Picovoice Error (code 00000136)
[1] Picovoice Error (code 00000136)
[2] Picovoice Error (code 0000012C)
pi@raspberrypi:
Any ideas? (I was once a pretty good C programmer, but had a stroke a few years ago. I say this, because it could be something not so bright.) This is a pretty magic project, by the way, so many thanks!