Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print_html() and embed-resources | polyfill.io warning #561

Open
nzcoops opened this issue Aug 20, 2024 · 0 comments
Open

print_html() and embed-resources | polyfill.io warning #561

nzcoops opened this issue Aug 20, 2024 · 0 comments

Comments

@nzcoops
Copy link

nzcoops commented Aug 20, 2024

When using

predict_response(mod, "var") %>% 
  print_html()

in a quarto doc with

format:
  html:
    embed-resources: true

The following warning is given. It is repeated for each use.

[WARNING] Could not fetch resource https://polyfill.io/v3/polyfill.min.js?features=es6: HttpExceptionRequest Request {
host = "polyfill.io"
port = 443
secure = True
requestHeaders = []
path = "/v3/polyfill.min.js"
queryString = "?features=es6"
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
proxySecureMode = ProxySecureWithConnect
}
(ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = 0.0.0.0:0, addrCanonName = Nothing}, host name: Just "polyfill.io", service name: Just "443"): does not exist (nodename nor servname provided, or not known))
Output created: LV_report_analysis_test.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants