Qualcuno può dirmi come risolvere i seguenti problemi?Come gestire ContentNotFoundError quando si utilizza wkhtmltopdf?
wkhtmltopdf non hanno possibilità di passare informazioni proxy (-p o --proxy) a differenza delle versioni precedenti e il suo sistema non si usa $ http_proxy e $ https_proxy variabile ENV troppo.
wkhtmltopdf che non funziona con HTTPS/SSL anche se i impostare LD_LIBRARY_PATH per libssl.so e libcrypto.so
[[email protected] ~]$ wkhtmltopdf https://www.google.co.in google.pdf loaded the Generic plugin Loading page (1/2) Error: Failed loading page https://www.google.co.in (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: UnknownNetworkError
e
[[email protected] ~]$ wkhtmltoimage https://www.google.co.in sample.jpg loaded the Generic plugin Loading page (1/2) Error: Failed loading page https://www.google.co.in (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: UnknownNetworkError
wkhtmltopdf lavorare parzialmente con HTTP. I file PDF di output mancano di alcuni contenuti/background/posizioni.
[[email protected] ~]$ wkhtmltopdf http://localhost:8880/ sample.pdf loaded the Generic plugin Loading page (1/2) Printing pages (2/2) Done Exit with code 1 due to network error: ContentNotFoundError [[email protected] ~]$ wkhtmltoimage http://localhost:8880/ sample.jpg loaded the Generic plugin Loading page (1/2) Rendering (2/2) Done Exit with code 1 due to network error: ContentNotFoundError
Nota: Im usando wkhtmltopdf-0.12.1-1.fc20.x86_64 e QT-4.8.6-10.fc20.x86_64
Questi sembrano davvero i bug a cui sarebbe meglio rispondere ashkulz nel tracker dei problemi di github, penso che la tua migliore fortuna verrà posta lì. – Nenotlep
Vedi: [Esci con il codice 1 a causa di un errore di rete: ContentNotFoundError # 2051] (https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2051) – kenorb