ResumeIntent not stop play podcast


#1

All seems ok, but AMAZON.ResumeIntent not work on production, but on jovo local, yes

        PauseIntent() {
            this.$user.$data.offset = this.$alexaSkill.$audioPlayer.getOffsetInMilliseconds();
            this.$alexaSkill.$audioPlayer.stop();
        },
        ResumeIntent() {
            let offset = this.$user.$data.offset;
           
            this.$alexaSkill.$audioPlayer
            .setOffsetInMilliseconds(offset)
            .play(this.$data.weekUrl, 'token');
        },


#2

Seems to be a database problem. Are you using DynamoDb?


#3

no, anything. it’s not like sqlite on one file ?


#4

No, Lambda can’t write into files, so you need to set up a database integration:


#5

is it possible to setup jovo on server hosting ?


#6

Currently, we don’t offer Skill Hosting. However we support a number of hosting services, like AWS, Azure and others.