hopkira / k9-chess-angular

Angular JS K9 robot controller, designed primarily for use on a iPad or Android touch device as a virtual joystick. Also visualizes the robot's surroundings using camera and sensor data.
http://k9-build.blogspot.co.uk/
The Unlicense
14 stars 10 forks source link

Errors Return :( #40

Closed DrTardis1963 closed 6 years ago

DrTardis1963 commented 6 years ago

I have no idea what happened I've been keeping up with your commits adding them In when you commit them but this error has returned now Traceback (most recent call last): File "/home/pi/K9/k9-chess-angular-master/python/lastone.py", line 126, in answer = results.group(1) AttributeError: 'NoneType' object has no attribute 'group'

DrTardis1963 commented 6 years ago

could it be something to do with the way my conversation service is set up since you fixed the regular expression

DrTardis1963 commented 6 years ago

Added Inside loop... Still same error

DrTardis1963 commented 6 years ago

added timeout Traceback (most recent call last): File "/home/pi/K9/k9-chess-angular-master/python/lastone.py", line 129, in answer = results.group(1) AttributeError: 'NoneType' object has no attribute 'group'

DrTardis1963 commented 6 years ago

Same error yet again, Im beginning to think the problem is to do with my conversation work space perhaps?

DrTardis1963 commented 6 years ago

Here are some screenshots of my Conversation Dialogue Tabs

2018-04-01-022654_1366x768_scrot 2018-04-01-022826_1366x768_scrot 2018-04-01-022900_1366x768_scrot

DrTardis1963 commented 6 years ago

Changed the TTS file same error

DrTardis1963 commented 6 years ago

Same output however I noticed something peculiar in my conversation logs

There is no response to hello

2018-04-01-024405_1366x768_scrot

DrTardis1963 commented 6 years ago

Nothing Happens when I run the infinite loop tried changing file paths still nothing

DrTardis1963 commented 6 years ago

It seems the error was in tts because everything works again now after taking out espeak "..."