You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT NOTICE
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so that it can be solved by as little as possible responses.
FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED
Did you go through or search the issues section to check if your issue was already discussed (either currently open issues or closed issues).
Yes
2. Is the issue related to assistant installation ?
Yes
If answer to question 2 is Yes, then paste the contents of the terminal below.
g++ -I../../ -O3 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++0x -shared snowboy-detect-swig.o \
../..//lib/ubuntu64/libsnowboy-detect.a -L/usr/local/lib/python3.7/config-3.7m-x86_64-linux-gnu -L/usr/local/lib -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm -lm -ldl -lf77blas -lcblas -llapack -latlas -o _snowboydetect.so
/usr/bin/ld: /usr/local/lib/python3.7/config-3.7m-x86_64-linux-gnu/libpython3.7m.a(abstract.o): relocation R_X86_64_PC32 against symbol `PyObject_SetItem' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:73: recipe for target '_snowboydetect.so' failed
make: *** [_snowboydetect.so] Error 1
If answer to question 2 is No, then proceed further.
3. Does the assistant service start normally?
No
4. Is the assistant service restarting automatically?
No
If answer to question 4 is Yes, then paste the contents of the terminal below.
● gassistpi.service - Google Assistant-Voice
Loaded: loaded (/lib/systemd/system/gassistpi.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-08-29 16:39:44 IDT; 4s ago
Process: 12996 ExecStart=/home/yuval/env/bin/python -u /home/yuval/GassistPi/src/main.py --device_model_id device_model_id (code=exited, status=1/FAILURE)
Main PID: 12996 (code=exited, status=1/FAILURE)
Aug 29 16:39:44 server systemd[1]: gassistpi.service: Service hold-off time over, scheduling restart.
Aug 29 16:39:44 server systemd[1]: gassistpi.service: Scheduled restart job, restart counter is at 5.
Aug 29 16:39:44 server systemd[1]: Stopped Google Assistant-Voice.
Aug 29 16:39:44 server systemd[1]: gassistpi.service: Start request repeated too quickly.
Aug 29 16:39:44 server systemd[1]: gassistpi.service: Failed with result 'exit-code'.
Aug 29 16:39:44 server systemd[1]: Failed to start Google Assistant-Voice.
If answer to question 4 is No, then proceed further.
Manually start the assistant. For guidelines to start the assistant manually refer this
Paste the command below, that crashed the assistant
Traceback (most recent call last):
File "/home/yuval/GassistPi/src/main.py", line 37, in <module>
import snowboydecoder
File "/home/yuval/GassistPi/src/snowboydecoder.py", line 5, in <module>
import snowboydetect
File "/home/yuval/GassistPi/src/snowboydetect.py", line 28, in <module>
_snowboydetect = swig_import_helper()
File "/home/yuval/GassistPi/src/snowboydetect.py", line 24, in swig_import_helper
_mod = imp.load_module('_snowboydetect', fp, pathname, description)
File "/usr/local/lib/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: dynamic module does not define module export function (PyInit__snowboydetect)
Attach the log file named Gassistpi.log
Log file can be found in /tmp/ directory
The text was updated successfully, but these errors were encountered:
IMPORTANT NOTICE
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so that it can be solved by as little as possible responses.
FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED
Board and OS details:
Open a terminal and run
Describe the bug:
Did you go through or search the issues section to check if your issue was already discussed (either currently open issues or closed issues).
Yes
2. Is the issue related to assistant installation ?
Yes
If answer to question 2 is Yes, then paste the contents of the terminal below.
If answer to question 2 is No, then proceed further.
3. Does the assistant service start normally?
No
4. Is the assistant service restarting automatically?
No
If answer to question 4 is Yes, then paste the contents of the terminal below.
If answer to question 4 is No, then proceed further.
Manually start the assistant. For guidelines to start the assistant manually refer this
Paste the command below, that crashed the assistant
Paste the contents of the terminal below
Attach the log file named Gassistpi.log
Log file can be found in /tmp/ directory
The text was updated successfully, but these errors were encountered: