Howdy, I am unable to launch the back end in python 2 or 3.
I have attempted using the specified "personal_backend.conf" and the auto created version, with the same error:
robot@robot-AI:~/personal-backend/examples$ python3 start_backend.py
Traceback (most recent call last):
File "start_backend.py", line 5, in
start_backend()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/init.py", line 70, in start_backend
app = create_app()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/init.py", line 41, in create_app
from personal_mycroft_backend.backend.stt import get_stt_routes
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/stt.py", line 25, in
engine = STTFactory.create()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 228, in create
return clazz()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 74, in init
super(GoogleSTT, self).init()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 42, in init
super(TokenSTT, self).init()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 30, in init
self.credential = self.config.get("credential", {})
AttributeError: 'NoneType' object has no attribute 'get'
Howdy, I am unable to launch the back end in python 2 or 3.
I have attempted using the specified "personal_backend.conf" and the auto created version, with the same error:
robot@robot-AI:~/personal-backend/examples$ python3 start_backend.py Traceback (most recent call last): File "start_backend.py", line 5, in
start_backend()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/init.py", line 70, in start_backend
app = create_app()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/init.py", line 41, in create_app
from personal_mycroft_backend.backend.stt import get_stt_routes
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/backend/stt.py", line 25, in
engine = STTFactory.create()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 228, in create
return clazz()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 74, in init
super(GoogleSTT, self).init()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 42, in init
super(TokenSTT, self).init()
File "/home/robot/.local/lib/python3.6/site-packages/personal_mycroft_backend/stt/init.py", line 30, in init
self.credential = self.config.get("credential", {})
AttributeError: 'NoneType' object has no attribute 'get'