There is an error while updating the skill manifest on a clean first start. The interaction model is uploaded correctly as I can see it in the Alexa dev console so I guess that connection parameters to AWS are ok. I tried both docker container and python package version with the same error.
To Reproduce
Install the docker or python version like stated in the wiki
Create an skill and complete skill.conf
Run the container/package and see logs
Expected behavior
The container/package starts correctly and the skill server is running
Versions
Are you using the Docker image or the Python package?: both
jellyfin_alexa_skill: 0.3.1
Additional context
INFO:Cloud skill version:
Current skill version: 0.3.1
INFO:Updating skill interaction model...
INFO:Skill interaction model updated
INFO:Updating skill manifest...
Traceback (most recent call last):
File "/opt/venv/bin/jellyfin_alexa_skill", line 33, in
File "/opt/venv/lib/python3.10/site-packages/ask_smapi_model/services/skill_management/skill_management_service_client.py", line 12500, in update_skill_manifest_v1
api_response = self.invoke(
File "/opt/venv/lib/python3.10/site-packages/ask_sdk_model_runtime/base_service_client.py", line 143, in invoke
Describe the bug
There is an error while updating the skill manifest on a clean first start. The interaction model is uploaded correctly as I can see it in the Alexa dev console so I guess that connection parameters to AWS are ok. I tried both docker container and python package version with the same error.
To Reproduce
Expected behavior
The container/package starts correctly and the skill server is running
Versions
Additional context
INFO:Cloud skill version:
Current skill version: 0.3.1
INFO:Updating skill interaction model...
INFO:Skill interaction model updated
INFO:Updating skill manifest...
Traceback (most recent call last):
File "/opt/venv/bin/jellyfin_alexa_skill", line 33, in
sys.exit(load_entry_point('jellyfin-alexa-skill==0.3.1', 'console_scripts', 'jellyfin_alexa_skill')())
File "/opt/venv/lib/python3.10/site-packages/jellyfin_alexa_skill-0.3.1-py3.10.egg/jellyfin_alexa_skill/main.py", line 353, in main
update_skill_manifest(config,
File "/opt/venv/lib/python3.10/site-packages/jellyfin_alexa_skill-0.3.1-py3.10.egg/jellyfin_alexa_skill/main.py", line 218, in update_skill_manifest
smapi_client.update_skill_manifest_v1(skill_id=skill_id,
File "/opt/venv/lib/python3.10/site-packages/ask_smapi_model/services/skill_management/skill_management_service_client.py", line 12500, in update_skill_manifest_v1
api_response = self.invoke(
File "/opt/venv/lib/python3.10/site-packages/ask_sdk_model_runtime/base_service_client.py", line 143, in invoke
raise ServiceException(message=exception_metadata.message,
ask_sdk_model_runtime.exceptions.ServiceException: Server cannot process the request due to a client error.