question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Echo Show Support

See original GitHub issue

Would be nice to add built-in function to check Echo Show Support.

Also example in Docs isn’t valid:

app.post(req, res, type, exception) {  
  // If the device does not support display directives then remove them from the response
  if (!system.supportsDisplay(req))) {
    res.response.response.directives = []
  }
}

The actual interface of app.post is app.post = function () {...}. And system is not defined 😉

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
matt-krusecommented, Oct 15, 2018

I already have helper functions like these and many more in my local version of this lib, I just find the structure and tests required in the release version to be a bit too much for me to contribute them back.

Since the functions require request data, putting them in response isn’t possible. But I’ve found this with other things, too. One fix is to actually put the request json into the response object when it’s created, so it can reference data like this.

0reactions
fremailcommented, Oct 15, 2018

I realized that those functions will use request.data, but keeping them in response sounds better for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support for Echo Show - Amazon Customer Service
Support for Echo Show. Get help using and troubleshooting common issues with Echo Show. ... Pair Your Phone or Bluetooth Speaker to Your...
Read more >
The Most Common Echo Show Problems and How to Fix ...
Is your Echo Show giving you issues? Here the most common bugs that pop up with the Amazon smart display and several fixes...
Read more >
Amazon Echo Show 15 review: Alexa's on your wall
This Echo Show on the wall is the fairest smart display of them all. Updates to support Fire TV, new widget options, and...
Read more >
Amazon Announces Gesture Support, More New Alexa ...
Amazon's Echo Show devices now support simple hand gestures for input. Amazon. Update 12/13: Clarified details of the reports on Alexa being ...
Read more >
Amazon's new Echo Show 15 supports Netflix, Hulu and ...
The Echo Show 15 comes with a 15.6-inch screen and 5-megapixel camera and includes support for 1080p video streaming. The device supports Alexa...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found