-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CDXJ: Error: no such capture field: method #106
Comments
If it's helpful to have the WARC and CDXJ files please let me know! |
OutbackCDX does not (yet) support storing arbitrarily named fields. |
Note the "Things it doesn't do (yet): CDXJ" in the README. :-) While it can now map CDX11 fields to CDXJ for input/output it doesn't actually support storing arbitrary CDXJ data. I don't have any short term plans to implement this myself but would be happy to accept a pull request. |
Now I'm confused why another CDXJ file worked. |
I think I understand now: current OutbackCDX can store CDXJ data of a known shape? And the |
Yes if the CDXJ input is limited to just the basic CDX11 fields it works. |
Commit 9d73df3 added support for storing arbitrary extra CDXJ fields using a CBOR-based record encoding when can be enabled with |
This should improve compatibility with Pywb for POST and PUT requests. #106
When posting a CDXJ file (generated with pywb 2.6.7) to the OutbackCDX on DockerHub (v0.11.0?) like so
I'm seeing the following error get printed to the console:
Other CDXJ files seem to work normally however.
The text was updated successfully, but these errors were encountered: