Hello,
I've used the code of jasper-client and put it in /home/pi/jasper/client/diagnose.py and tried to run jasper however I got this error:
pi@raspberrypi:~ $ /home/pi/jasper/jasper.py
-
JASPER - THE TALKING COMPUTER *
- (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 137, in
if not args.no_network_check and not diagnose.check_network_connection():
AttributeError: 'module' object has no attribute 'check_network_connection'
Hello,
I've used the code of jasper-client and put it in /home/pi/jasper/client/diagnose.py and tried to run jasper however I got this error:
pi@raspberrypi:~ $ /home/pi/jasper/jasper.py
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 137, in
if not args.no_network_check and not diagnose.check_network_connection():
AttributeError: 'module' object has no attribute 'check_network_connection'