seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
540 stars 84 forks source link

first attempt at workaround #8

Closed seankross closed 3 years ago

elinw commented 3 years ago

Okay I tried this with version 2.7.3. I no longer get the original problem but now I get a new one.

Could not fetch https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css HttpExceptionRequest Request { host = "stackpath.bootstrapcdn.com" port = 443 secure = True requestHeaders = [] path = "/bootstrap/4.5.0/css/bootstrap.min.css" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } (ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = , addrCanonName = }, host name: Just "stackpath.bootstrapcdn.com", service name: Just "443"): does not exist (Name does not resolve)) Error: pandoc document conversion failed with error 61 Execution halted

seankross commented 3 years ago

Perhaps a related issue: https://github.com/rstudio/rmarkdown/issues/228

@elinw Thank you so much for demoing this. I just pushed e726777 to try to solve your new issue. Please let me know if that works.

seankross commented 3 years ago

Merged this because I feel like it can't make things worse.