Creating synthetic memories with webclient sometimes results in no summary. #906
Unanswered
AndyEdmonds
asked this question in
1. Q&A
Replies: 1 comment 3 replies
-
hi @AndyEdmonds did you see any error in the service logs? I can't see from the code the value of Any chance that this happens only with some web pages or some web site blocking the download? Are the PDF protected, or perhaps very big to download? If you can share some links where the problem occurs, I can run some tests. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the following code. memory is a MemoryWebClient.
I use the above to get some analyses of the page - generally a pdf - passed in as "link". So having waited for the document to process, I sometimes find that res is empty. The pipeline has completed, there are no faults, but there's no summary. What could cause this? How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions