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

Unavailable external font resource #68

Open
pbpearman opened this issue Apr 19, 2021 · 2 comments
Open

Unavailable external font resource #68

pbpearman opened this issue Apr 19, 2021 · 2 comments

Comments

@pbpearman
Copy link

I have been using SangerAlignment(), launchApp() and generateReport() all afternoon. Suddenly I started getting the following error, which appears to indicate that an external resource is not available:

generateReport(primer_6_contigs,
outputDir = './primer_pair_6')

....a lot of standard knitr output as before.... (followed by)

pandoc: Could not fetch https://pro.fontawesome.com/releases/v5.10.0/css/../webfonts/fa-regular-400.eot
FailedConnectionException2 "pro.fontawesome.com" 443 True sendBuf: resource vanished (Broken pipe)
Error: pandoc document conversion failed with error 67

I have tried closing and restarting RStudio,and loading the library again. In any case, code that was functioning 15 minutes ago now produces this error. Is this really a failure to connect to an external resource, or does it only look that way?
If so, it would be great if generateReport() were not vulnerable to the whims of other websites. Is this really the issue, or is something else going on? How can I determine that?

--Peter

@pbpearman
Copy link
Author

pbpearman commented Apr 20, 2021

On the following day, I was able to successfully generate reports using the same data and code. Upon running a third attempt, again the same error as above was displayed. I suspected that the website may be tracking external users with the user's IP address. I exited RStudio and used a VPN to connect to a university network, then started RStudio and re-ran the code. The code that had failed three minutes before completed successfully. If the fontawesome site is blocking users, or imposing a quota limit, due to the demand generated by generateReport(), it would be useful to find a different way to meet font requirements that arise during report generation.

@roblanf
Copy link
Owner

roblanf commented Apr 20, 2021 via email

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

No branches or pull requests

2 participants