ERROR in app: Exception on /alexa [POST] #32
-
Hi, I am trying to configure asksonic with the following:
I can see that the Alexa service is hitting my asksonic instance fine but I get the following errors in the logs and it doesn't work.
Any suggestions as to why it is not working would be greatly appreciated. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Looks like it's not getting an expected subsonic response. Could you run the server in debug mode and see what the logs show the request/response to the subsonic server were? |
Beta Was this translation helpful? Give feedback.
-
Hi @srichter ,
Also, here is my .env file for more context:
I can see a 500 response first but then a 200 later. Is the 404 a minute or so later the arcsonic server trying to hit my ampache/subsonic server? Maybe I have ASKS_SUBSONIC_SERVERPATH set incorrectly? |
Beta Was this translation helpful? Give feedback.
-
Hi @srichter No worries, thanks for the suggestion. This helped me figure out what was happening. The ampache debug logs showed an authentication issue and after some googling I found that I can't auth with the users password and I have to use the users API key. It is now working. Cheers |
Beta Was this translation helpful? Give feedback.
Hi @srichter
No worries, thanks for the suggestion. This helped me figure out what was happening. The ampache debug logs showed an authentication issue and after some googling I found that I can't auth with the users password and I have to use the users API key. It is now working. Cheers