alexa-pi / AlexaPi

Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
MIT License
1.33k stars 396 forks source link

(process_response Error) Status Code: 500 #517

Closed yulonglovecode closed 2 years ago

yulonglovecode commented 2 years ago

Thank you for reporting an issue with AlexaPi.

Make sure you are running the latest version of AlexaPi, and look through [issues]() before submitting.

Check out our Wiki, and make sure to look at Debugging, and Audio debugging in particular before filing an issue.

In order to help troubleshooting, be sure to include the following information:

Output of the audio debugging script.

Your OS (including version) where you are running AlexaPi: Note: Raspbian older than Stretch is not supported!

Your hardware platform and model you are running on:

raspberry pi 4b

Python release (python3 --version):

Python 3.7.3

Description of problem: no response after speaking " hi"

sudo systemctl status AlexaPi.service shows this Nov 17 14:37:21 raspberrypi python3[493]: INFO: Triggered: pocketsphinx Nov 17 14:37:30 raspberrypi python3[493]: INFO: (process_response Error) Status Code: 500

Expected: to response after "key word detection"

Problem-relevant config.yaml entries:

Steps to reproduce:

Traceback (if applicable):

Additional info:

ful4n1t0c0sme commented 2 years ago

Same here. I think Amazon AVS V1 does not work anymore. Problem is AVS V2 works (respeaker/avs), but no smart home support at all.

supercrab commented 2 years ago

I receive the same issue too! I too suspect that the web service has stopped working.

Gutted as I told my son I'd make him a talking skull. :(

sammachin commented 2 years ago

Yep looks like amazon have turned off the v1 API around the end of October.

I'm working on a brand new project that uses the v2 API within Node-RED should have something to release in the next day or so, that should allow a lot more customisation and working with other hardware too.