question

Fernando Martin San Bruno avatar image
Fernando Martin San Bruno asked

Open a website using python in lambda aws

Hello,

I am trying to open a website using webbrowser.open() in my code using a custom intent on alexa. The function return me false and i dont know why, if someone know why it didnt work or you know another solution tell me please.

Thanks.


alexa skills
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Andy Whitworth avatar image
Andy Whitworth answered

You can't open a browser from an Alexa custom skill.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Fernando Martin San Bruno avatar image
Fernando Martin San Bruno answered

And its possible that an intent shows you a video or a list of videos that you choose?

Thanks for the reply.

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Andy Whitworth avatar image Andy Whitworth commented ·

If you use Alexa Presentation Language (APL) then you can play videos on screen based devices.

Here's an example -> https://apl.ninja/document/DanielMittendorf/video-player-with-full-controls-play-pause-skip-and-progress-bar-px1d

0 Likes 0 ·