-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Internet Archive import often not setting language #10141
Comments
hello @cdrini I would like to work on this issue. Thank you! |
@NickDevi thank you for offering! I think first we'll have @scottbarnes investigate and provide next steps if necessary |
@NickDevi, sorry for the inexcusable delay. If you are still interested in this, I think this is what's going on.
What this probably means is that:
I don't think any of this is necessarily hard in and of itself, but imports are a bit of a quagmire. If you are interested in this, and I'm more than happy to do this if you think this is will involve too much wandering in the wilderness, you'd want to read:
And then test this all locally. This would get you started testing your code using $ curl -c cookies.txt -X POST "http://localhost:8080/account/login" -d "username=openlibrary@example.com&password=admin123"
$ curl -L -v -X POST "http://localhost:8080/api/import/ia" \
-b ./cookies.txt \
-d "identifier=isbn_9781849353946&require_marc=false&force_import=true"
...
{"authors": [{"key": "/authors/OL5A", "name": "Leslie Kaplan", "status": "created"}], "success": true, "edition": {"key": "/books/OL11M", "status": "created"}, "work": {"key": "/works/OL1W", "status": "created"}}% That should import. If you remove the language (possibly using http://localhost:8080/books/OL11M.yml?m=edit, where From there, the fun begins editing the Python code. Again, please let me know if you're still interested. I would say because of the various parts here, this isn't a great first issue. Edit: fix file names. |
Hello, my name is Alex Bae. I was wondering if I could contribute to this issue? |
@NickDevi, is this still of interest to you? |
Problem
Eg:
Reproducing the bug
Context
Breakdown
Requirements Checklist
Related files
Stakeholders
Instructions for Contributors
The text was updated successfully, but these errors were encountered: