Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] I can't get AskNavi to work. #29

Open
Akirainblack opened this issue Oct 24, 2023 · 7 comments
Open

[ISSUE] I can't get AskNavi to work. #29

Akirainblack opened this issue Oct 24, 2023 · 7 comments

Comments

@Akirainblack
Copy link

Akirainblack commented Oct 24, 2023

I get the following errors:
`10/24/2023 7:30:14 AM 2023-10-24 06:30:14,832 - werkzeug - INFO - 172.18.0.52 - - [24/Oct/2023 06:30:14] "POST / HTTP/1.1" 200 -

10/24/2023 7:30:36 AM 2023-10-24 06:30:36,794 - root - ERROR - General Exception: 'NoneType' object is not iterable

10/24/2023 7:30:36 AM 2023-10-24 06:30:36,794 - root - ERROR - Request Type Was: IntentRequest

10/24/2023 7:30:36 AM 2023-10-24 06:30:36,794 - root - ERROR - Intent Name Was: NaviSonicPlaySongByArtist`

I have checked my account can log into my navidrome instance and can play the files.

asknavi: container_name: asknavi environment: - 'NAVI_SKILL_ID=amzn1.ask.skill.skillcode' - 'NAVI_URL=https://url' - 'NAVI_USER=asknavi' - 'NAVI_PASS=password' - 'NAVI_SONG_COUNT=50' - 'NAVI_PORT=443' - 'NAVI_API_PATH=/rest' - 'NAVI_API_VER=1.16.1' - 'NAVI_DEBUG=1' ports: - '5000:5000' image: 'ghcr.io/rosskouk/asknavidrome:latest' logging: driver: "json-file" options: max-size: "10m" max-file: "1" deploy: restart_policy: condition: on-failure delay: 5s max_attempts: 3 window: 120s

What further information would be useful? I'm sorry I have no idea why my compose isn't showing with the correct formatting.

@rosskouk
Copy link
Owner

rosskouk commented Oct 24, 2023 via email

@Akirainblack
Copy link
Author

Akirainblack commented Oct 24, 2023

Sorry, this would appear to have been my fault.

I was trying:
Alexa ask navi player to play music by dire straits.
This fails.

If I say:
Alexa ask navi player
---Alexa's response: ready
Play music by dire straits.
This then works.

@rosskouk
Copy link
Owner

rosskouk commented Oct 24, 2023 via email

@Akirainblack
Copy link
Author

Akirainblack commented Oct 24, 2023

I can't seem to get it to play specific albums.
Play beserker album by amon amarth.
it tells me - playing music by amon amarth.
play shield wall by amon amarth
it tells me - playing shield wall by amon amarth
I can get it to play specific songs but not specific albums.

@rosskouk
Copy link
Owner

rosskouk commented Oct 24, 2023 via email

@Akirainblack
Copy link
Author

<3 Yes, that's it. Sorry was following the documentation. Messing with Alexa commands is incredibly new to me.
Thank you so much this is great!

@rosskouk
Copy link
Owner

rosskouk commented Oct 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants