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

arclight:index_url doesn't fetch remote files #1527

Open
alexduryee opened this issue Apr 3, 2024 · 0 comments
Open

arclight:index_url doesn't fetch remote files #1527

alexduryee opened this issue Apr 3, 2024 · 0 comments

Comments

@alexduryee
Copy link

When running arclight:index_url with a valid URL, it throws the following error:

rake arclight:index_url URL=https:/path/to/valid/ead.xml
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - https:/path/to/valid/ead.xml (Errno::ENOENT)

The issue appears to be at https://github.com/projectblacklight/arclight/blob/main/lib/tasks/index.rake#L46, where Ruby's basic open() in invoked (checking the filesystem) and not a HTTP-aware open().

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

1 participant