I want to use google assistant on Respeaker core 2.0
but i can't
I follow this site : http://wiki.seeedstudio.com/Google_Assistant/
Help me plz!!
--------------
Traceback (most recent call last):
File "/usr/local/bin/googlesamples-assistant-respeakerd", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/googleassistant_respeakerd/assist_with_respeakerd.py", line 402, in main
pub = system_bus.publish("io.respeaker.respeakerd", dbus_obj)
File "/usr/local/lib/python2.7/dist-packages/pydbus/publication.py", line 42, in publish
return Publication(self, bus_name, *objects)
File "/usr/local/lib/python2.7/dist-packages/pydbus/publication.py", line 35, in __init__
self._at_exit(bus.request_name(bus_name, allow_replacement=allow_replacement, replace=replace).__exit__)
File "/usr/local/lib/python2.7/dist-packages/pydbus/request_name.py", line 29, in request_name
return NameOwner(self, name, allow_replacement, replace)
File "/usr/local/lib/python2.7/dist-packages/pydbus/request_name.py", line 8, in __init__
res = bus.dbus.RequestName(name, flags)
File "/usr/local/lib/python2.7/dist-packages/pydbus/proxy_method.py", line 75, in __call__
0, timeout_to_glib(timeout), None).unpack()
GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Connection ":1.33" is not allowed to own the service "io.respeaker.respeakerd" due to security policies in the configuration file (9)
Google-assistant error on Respeaker
Moderators: lily.li, violet, salmanfarisvp, seth.welday
Re: Google-assistant error on Respeaker
Hi there ~
The root cause is the google-auth-oauthlib[tool]. it updated and not compatible any more. So we have to define the version as 0.2.
We updated the wiki and it can work now. thanks.
http://wiki.seeedstudio.com/Google_Assistant/
The root cause is the google-auth-oauthlib[tool]. it updated and not compatible any more. So we have to define the version as 0.2.
Code: Select all
sudo python -m pip install --upgrade google-auth-oauthlib[tool]==0.2
We updated the wiki and it can work now. thanks.
http://wiki.seeedstudio.com/Google_Assistant/