-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ValueError: access_key should be a non-empty string. #323
Labels
operation problem
用户操作问题
Comments
请问一下填写access key的路径在哪里呢? 以及默认的唤醒词是什么呢? |
楼主能分享下你在ubuntu22.04手动安装的步骤吗,我照着官方的教程死活装不上,swig那里一直提示我找不到目录,感谢! |
这个要源码编译一个 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
安装方式
手动安装
操作系统
Ubuntu22.04
离线唤醒相关
问题描述
具体说明下问题
ValueError: access_key should be a non-empty string.
请问在哪里修改access_key
具体log如下:
Traceback (most recent call last):
File "/home/rob/github/wukong/wukong-robot/wukong.py", line 188, in
wukong.run()
File "/home/rob/github/wukong/wukong-robot/wukong.py", line 95, in run
detector.initDetector(self)
File "/home/rob/github/wukong/wukong-robot/robot/detector.py", line 28, in initDetector
porcupine = pvporcupine.create(
File "/home/rob/anaconda3/envs/wukong/lib/python3.9/site-packages/pvporcupine/_factory.py", line 69, in create
return Porcupine(
File "/home/rob/anaconda3/envs/wukong/lib/python3.9/site-packages/pvporcupine/_porcupine.py", line 143, in init
raise ValueError("access_key should be a non-empty string.")
ValueError: access_key should be a non-empty string.
The text was updated successfully, but these errors were encountered: