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

webshot.js failure from devtools::check_win_devel() #363

Closed
cjyetman opened this issue Dec 15, 2024 · 3 comments
Closed

webshot.js failure from devtools::check_win_devel() #363

cjyetman opened this issue Dec 15, 2024 · 3 comments

Comments

@cjyetman
Copy link
Member

cjyetman commented Dec 15, 2024

recent check win build had this error

https://win-builder.r-project.org/incoming_pretest/pacta.multi.loanbook_0.1.0_20241213_160034/Debian/00check.log

── Failure ('test-4-analyse.R:30:3'): with known input, runs without error ─────
Expected suppressMessages(suppressWarnings(analyse(config))) to run without any errors.
i Actually got a with text:
webshot.js returned failure value: 1

Sounds like it could have to do with a incompatibility with the newer versions of OpenSSL
https://stackoverflow.com/questions/72496479/phantomjs-launcher-fails-on-latest-pop-os-cannot-find-shared-library-libprovid/72679175#72679175
wch/webshot#115 (comment)

which might be circumvented with

Sys.setenv(OPENSSL_CONF="/dev/null")
@jacobvjk
Copy link
Member

jacobvjk commented Jan 8, 2025

@cjyetman I believe we can close this?

@jdhoffa jdhoffa closed this as completed Jan 8, 2025
@jdhoffa jdhoffa reopened this Jan 8, 2025
@jdhoffa
Copy link
Member

jdhoffa commented Jan 8, 2025

Oops. I agree we can close it, but will let @cjyetman decide haha

@cjyetman
Copy link
Member Author

cjyetman commented Jan 8, 2025

Yup

@cjyetman cjyetman closed this as completed Jan 8, 2025
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

3 participants