-
Notifications
You must be signed in to change notification settings - Fork 3
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
400 on Patch when clippling https://www.forkknifeswoon.com/simple-homemade-chicken-ramen/ #7
Comments
The page in question contains JSON-LD literals with \r\n\r\n characters, which I guess is fine, but somehow the rdflib updater messes thisi up to an invalid SPARQL Update command including real line breaks in literal values. This needs to be fixed in rdflib. Besides that the page data is really huge, there might be other issues that need investigation after the rdflib fix |
rdflib issue: linkeddata/rdflib.js#517 |
after removing the carriage returns I could successfully clip the page data to a locally running instance of CSS. Clipping to NSS failed, but that might be because NSS is just not capable of receiving a sparql insert with > 10000 statements |
I upgraded rdflib, on NSS it still does not work (as expected, see above). Needs to be tested on CSS, e.g. https://solidweb.me, which is currently down for maintainance |
Successfully tested on CSS at https://solidweb.me |
Possible follow up: If NSS sent 413 we could split large requests into multiple ones as needed. nodeSolidServer/node-solid-server#1628 |
Trying to clip from https://www.forkknifeswoon.com/simple-homemade-chicken-ramen/ results in:
The text was updated successfully, but these errors were encountered: