GithubHelp home page GithubHelp logo

echo-speaks-server's Introduction

Hi there 👋

Tonesto7's GitHub stats

echo-speaks-server's People

Contributors

dependabot[bot] avatar imnotbob avatar snyk-bot avatar tonesto7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

echo-speaks-server's Issues

V2.0.1 heroku deploy error: archive url not found

When trying to deploy new version from the ST app I get an error message from Heroku.
Archive url not found. We couldn’t find an archive url for this repository.
(ST Ide smartapp and dev handlers updated to v 2.0.1)
Thanks

QNAP Container Station Not Auto Starting

Not sure if this is a function of the code but a few times the server has stopped and I had to manually enable this server again.
Testing this within Container Station and it doesn't automatically restart. Autostart is turned on.

Cookie issue with docker deployment

I am deploying echo-speaks-server via docker on a cloud host and I keep having issue with Echo Speaks application in Hubitat that is not receiving authorization that was done to Amazon via the web interface. On the echo-speaks-server app it shows that Authorization Succeeded, but the application in Hubitat keeps saying that I need to do the login to Amazon.
Please let me know if you need any additional information.

Weekly restart

Synology hosting the docker container complains that the docker unexpectedly shutdown on a weekly basis, and I have it set to restart. Looks like after it renews the token, it is shutting down.

Is this expected?

ARM 64 support

Would it be possible to get support for ARM 64 included in the docker image

Frequent log messages: "debug: config page requested"

Thanks for the amazing work. I have this up and running with a Container Station. But I just noticed this message filling up the logs and repeating itself.

graceful setting timeout for PID: 1
IP Address: XXX.xxx.xx.xx
12-27-2022 - 3:50:20pm info: -- Echo Speaks Web Service Starting Up! Takes about 10 seconds before it's available... --
getRemoteCookie...
12-27-2022 - 3:50:20pm info: ** Echo Speaks Config Service (v2.8.0) is Running at (IP: XXX.xxx.xx.xx | Port: XXXX) | ProcessId: 1 **
12-27-2022 - 3:50:20pm info: ** On Heroku: (false) **
12-27-2022 - 3:50:20pm info: Checking for Server Version Updates...
12-27-2022 - 3:50:20pm info: ** Retrieved Alexa Cookie Data from Hubitat Cloud Endpoint Successfully! **
12-27-2022 - 3:50:21pm info: ** Alexa Cookie Data Received from Hubitat Cloud Endpoint has been Confirmed to be Valid! **
12-27-2022 - 3:50:21pm debug: Alexa Login Status: Login Successful (Retreived from Hubitat)
12-27-2022 - 3:50:21pm silly: Echo Speaks Alexa API is Actively Running at (IP: XXX.xxx.xx.xx | Port: XXXX) | ProcessId: 1
12-27-2022 - 3:50:21pm info: ** ServerVersion Sent to Hubitat Endpoint Successfully! **
12-27-2022 - 3:50:21pm debug: config(/) page requested
12-27-2022 - 3:50:21pm info: Server Version is Up-to-Date.
12-27-2022 - 3:51:25pm debug: config(/) page requested
12-27-2022 - 3:51:52pm debug: config(/) page requested
12-27-2022 - 3:52:21pm debug: config(/) page requested
12-27-2022 - 3:52:47pm debug: config(/) page requested
12-27-2022 - 3:52:50pm debug: config(/) page requested
12-27-2022 - 3:52:50pm info: Checking for Server Version Updates...
12-27-2022 - 3:52:51pm info: Server Version is Up-to-Date.
12-27-2022 - 3:53:13pm debug: config(/) page requested
12-27-2022 - 3:53:41pm debug: config(/) page requested
12-27-2022 - 3:53:56pm debug: config(/) page requested
12-27-2022 - 3:53:59pm debug: config(/) page requested
12-27-2022 - 3:54:21pm debug: config(/) page requested
12-27-2022 - 3:54:49pm debug: config(/) page requested
12-27-2022 - 3:55:17pm debug: config(/) page requested
12-27-2022 - 3:55:42pm debug: config(/) page requested
12-27-2022 - 3:56:04pm debug: config(/) page requested
12-27-2022 - 3:56:28pm debug: config(/) page requested
12-27-2022 - 3:56:56pm debug: config(/) page requested
12-27-2022 - 3:57:19pm debug: config(/) page requested
^CSIGINT
clean
0
graceful setting timeout for PID: 1

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet.
We recommend using:

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

error in documentation... reference to https://dashboad.heroku.com/

I was trying to follow the instructions to update the server here:

https://tonesto7.github.io/echo-speaks-docs/updates/server_update/

And it took me a while to figure out there is a typo in the Automated Method documentation for when you are instructed to go to https://dashboad.heroku.com/ and not https://dashboa**r**d.heroku.com/

If you go to the link in the documentation, you get browser security error and it's not obvious at all that there is a simply typo in the URL that is causing the issue.

Version issue with docker-compose.yaml

Hi,

I use a slightly newer version (1.25.0) of docker-compose which complains about an error in the yaml file. This turns out to be a mismatch with versions. All I had to do was add a line at the beginning:
version: "3"

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.