Thomas D.
Thomas D.
For the reference, I maintain an updated version of the correct code in the [FAQ](https://github.com/maaaaz/webscreenshot/wiki/FAQ#calling-from-another-script)
@ss2sfcollege, have you followed [indications](https://github.com/maaaaz/webscreenshot/wiki/FAQ#calling-from-another-script). If yes, it's weird, as the `format` option is declared in the code sample.
@poornasandeep can you paste here the code you are using to call webscreenshot ?
Thanks for reporting, it seems related to the way Python 3.8 now behaves [with multiprocessing](https://chrissardegna.com/blog/multiprocessing-changes-python-3-8/). I think that the pool creation ([that line](https://github.com/maaaaz/webscreenshot/blob/a491d50814b147088c3b293da7152b21620be5b8/webscreenshot.py#L535)) should be moved to the `main()` function,...
I confirm that bug, I tried to fix it but unfortunately failed so far in front of this madness. I do understand the technical reasons, but I regret that users...
Hello @tommeagher, * I understand your need, I will reflect on this. * Yes this is the line to edit to implement it, * Unfortunately I haven't been able to...
Hello, What do you mean ? I should not use `multiprocessing.Pool` ?
Hello @16flotho, Have you tried different renderers ? tried different ajax timeout values ?
https://github.com/maaaaz/webscreenshot/wiki/How-to-debug-errors
Hello @hellrider9, It fails because the list of targets you pass (through `lines` variable) is not properly parsed and formatted. You should pass lines like `http://google.com` and not `google.com` :...