Giter VIP home page Giter VIP logo

Comments (4)

futureup avatar futureup commented on August 17, 2024

Hi Naatan, I made a video tutorial showing how it works step by step. Please take a look on https://www.youtube.com/watch?v=xAt8HLUtFSs

from alexa-chromecast-skill-2.0.

Naatan avatar Naatan commented on August 17, 2024

Very cool, thanks for sharing!

from alexa-chromecast-skill-2.0.

khmyznikov avatar khmyznikov commented on August 17, 2024

@futureup Stuck on last step - SNS subscription. PendingConfirmation into portal. I'm need a real ip address from my isp or not?

from alexa-chromecast-skill-2.0.

jinxo13 avatar jinxo13 commented on August 17, 2024

The issue here is probably access to the port the local listener is running on.
The SNS subscription confirmation is sent back to :

When the local listener starts up (via ./start.sh/docker-start.sh) it will show the external IP and port it has used.
It relies on UPNP to allow port access. If UPNP is not available or disabled then you can specify a port and then setting up port forwarding.
e.g.
./start.sh -p 30000

If you are behind a VPN this may also cause issues, as the port is likely not accessible.
You can override the external IP to your non-VPN IP and see if that helps.
./start.sh -i 123.123.123.123 -p 30000

from alexa-chromecast-skill-2.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.