|
Forum Post |
Create |
Created new forum post in 504 Gateway Timeout when creating project: Yes! I can now create projects that failed previously. Many thanks! |
2 years ago
|
|
Forum Topic |
Create |
Created forum topic 504 Gateway Timeout when creating project in Troubleshooting: Publication API |
2 years ago
|
|
Forum Post |
Create |
Created new forum post in Upload timeout?: If an upload takes less than about 6 minutes, it succeeds. If it takes longer than that, then after about 8 minutes I get "Socket receive error". |
2 years ago
|
|
Forum Post |
Update |
Updated forum post in Upload timeout?: What is the time limit for uploading a PDF? I can upload smaller files just fine -- that is, files under 100 MB, which take 2-3 minutes to upload. But with files 100 MB or larger, I post the data to https://pubapp.lulu.com/api/publish/v1/upload and then, |
2 years ago
|
|
Forum Post |
Create |
Created new forum post in Upload timeout?: Any update on this issue? I've been able to go as high as 4 minutes of upload time, but not higher. |
2 years ago
|
|
Forum Post |
Update |
Updated forum post in 404 error when uploading a PDF: When I try to upload a PDF using https://pubapp.lulu.com/api/publish/v1/upload I get a 500 internal server error with this content:
{"error_value": "Failed to upload file: HTTP Error 404: Not Found", "error_type": "Exception", "additional": "?"}
Wha |
2 years ago
|
|
Forum Post |
Create |
Created new forum post in 404 error when uploading a PDF: That's no problem. Thanks for tracking it down. |
2 years ago
|
|
Forum Post |
Create |
Created new forum post in 404 error when uploading a PDF: I just received a 404 when uploading a PDF. Here are the response headers (in XML form because that's how my web server reports them) and the JSON response:
<response xmlns="xdmp:http">
<code>500</code>
<message>Internal Server Error</message>
|
2 years ago
|
|
Forum Post |
Update |
Updated forum post in "Unterminated string" error: The following is just a suggestion:
It appears that Lulu's JSON validator is stricter than most, declaring certain seemingly valid JSON to be invalid. When creating a project via https://apps.lulu.com/api/publish/v1/create I get this error:
{"error_ |
2 years ago
|
|
Forum Post |
Create |
Created new forum post in "Unterminated string" error: Turns out that some libraries for URL-encoding, including JavaScript's encodeURI() function and the MarkLogic function I'm using, don't encode the semicolon. Nevertheless, if I specifically replace ; with %3b it works -- that is, I don't get the "Untermin |
2 years ago
|