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

Loading of objects with {archivist} fails #49

Closed
FrieseWoudloper opened this issue Feb 5, 2021 · 2 comments
Closed

Loading of objects with {archivist} fails #49

FrieseWoudloper opened this issue Feb 5, 2021 · 2 comments

Comments

@FrieseWoudloper
Copy link
Contributor

The loading of objects using archivists fails, for example:
aread("pbiecek/models/58b24")
results in
Error in function (type, msg, asError = TRUE) : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

I think the cause of the problem is a change in this repository: https://github.com/pbiecek/models

The archived objects seem to have moved down one level into the gallery map.

However, when I change to code into
archivist::aread("pbiecek/models/gallery/58b24")
I still get an error, albeit another:
Error in downloadDB(remoteHook) : Such a repo: https://raw.githubusercontent.com/pbiecek/models/master/gallery does not exist or there is no archivist-like Repository on this repo.

@pbiecek
Copy link
Owner

pbiecek commented Feb 5, 2021

Thanks,
this problem is linked with SSL support ModelOriented/DALEX#380

Please try the GitHub version of the archvist

devtools::install_github("pbiecek/archivist")

@FrieseWoudloper
Copy link
Contributor Author

Indeed, that worked. Thanks!

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