Error: A server with the specified hostname could not be found
See original GitHub issueLuke,
Sorry for not getting back to you before you closed issue 10. Things have been a little crazy over the holidays. I feel like quotable worked when you first linked the codepen and code sandbox, but after several more attempts it is not working for me over the past couple of days.
I tried FF Dev, Chrome and Safari browsers.
[Error] Error while parsing the 'sandbox' attribute: 'allow-presentation' is an invalid sandbox flag. (RwNVeQG, line 851)
[Error] Failed to load resource: A server with the specified hostname could not be found. (random, line 0)
[Error] Unhandled Promise Rejection: TypeError: A server with the specified hostname could not be found.
(anonymous function) (RwNVeQG:66)
asyncFunctionResume
(anonymous function)
promiseReactionJob
Here are some screenshots of the errors from Safari/codepen. https://res.cloudinary.com/jastuccio/image/upload/v1577771339/quotable github errors/Screen_Shot_2019-12-31_at_00.24.40.png
I found this in a search about the sandbox error:
http://stackoverflow.com/a/33542435:
This error can be safely ignored, the script will continue to run fine. These are two new flags which have been implemented in Chrome 46 (the current stable release). If you’re testing in a browser that doesn’t support them, you’ll see that error (which is really just a warning).
The allow-modals flag is required because Chrome will, by default, block modal dialogs within a sandboxed iframe. Adding this flag allows modals to work in your apps scripts
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
Luke,
Both demos and the url are working for me today. I tested with the VPN also no issues.
Good job!
I am looking into this… will respond shortly