Giter Club home page Giter Club logo

Comments (5)

stevenleeg avatar stevenleeg commented on July 30, 2024

Hmm, I've never seen anything like this before but I have a hunch that it has something to do with character encoding in Windows.

Unless this can be reproduced on a *nix OS there's not much I can do, as Windows is not a supported platform. I'd recommend spinning up a linux machine in a vm or vps and trying to run it from there.

from geemusic.

houseofbugs avatar houseofbugs commented on July 30, 2024

Why did you close this? It is running in a VM with Ubuntu Server 16.04 LTS.

from geemusic.

digiltd avatar digiltd commented on July 30, 2024

Could it be vpn related?

from geemusic.

fonziedave avatar fonziedave commented on July 30, 2024

I have the same error with raspbian. But I can't get my self signed certificate to be properly recognized in the Amazon SSL menu. It is always greyed out so I'm not sure if there is a problem with the uploaded certificate itself. Could you solve your problem with the Bad Request Error?

from geemusic.

fonziedave avatar fonziedave commented on July 30, 2024

solved - source: https://www.reddit.com/r/amazonecho/comments/5l47db/geemusic_a_skill_that_allows_alexa_to_stream_from/

You will need to modify the server.py file so that it starts Flask up with an SSL context.
Mine looks like:
from geemusic import app import os
import ssl
if name == 'main': port = int(os.environ.get("PORT", 4000)) app.run(host='0.0.0.0', port=port, debug=True, ssl_context=('/opt/geemusic/certificate.pem', '/opt/geemusic/private-key.pem'))
Obviously change it to point to your certificate and key.

from geemusic.

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.