我正在使用pdfkit將html文件轉換爲pdf。雖然我運行在python終端,它工作正常,並轉換相同的HTML文件。但是當我嘗試從django shell運行相同的代碼時,它會出現此錯誤。pdfkit與Django給出錯誤退出代碼1由於網絡錯誤:ContentOperationNotPermittedError
下面給出代碼:
html_url = "/Users/swarna/workspace/server/"+todays_date+"/ret_"+packages['wbn']+".html"
pdf_url = "/Users/swarna/workspace/server/"+todays_date+"/retpdf_"+packages['wbn']+".pdf"
pdfkit.from_file(html_url,pdf_url)
這引發了我如下錯誤:
*** IOError: wkhtmltopdf reported an error:
Loading pages (1/6)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://u (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://e (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://s (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://s (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://s (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://w (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://a (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://n (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://a (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://w (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://o (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://k (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://s (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://p (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://a (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://c (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://e (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://s (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://e (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://v (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://e (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://2 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://1 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://6 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://1 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:/// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://5 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://r (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://e (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://t (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://_ (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://4 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://7 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://4 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://1 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://1 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://0 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://6 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://3 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page file:///Users/swarna/workspace/server/server_codes (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://6 (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://h (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://t (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://m (sometimes it will work just to ignore this error with --load-error-handling ignore)
Error: Failed loading page http://l (sometimes it will work just to ignore this error with --load-error-handling ignore)
Exit with code 1 due to network error: ContentOperationNotPermittedError