Hello. I dont know why but seems like the wkhtmltoimage on pythonanywhere has some issues dealing with https scripts and images which is really weird as I have the same version in my computer 0.12.5 and it runs fine for me, I am trying to take a screenshot of widget, which obviously requires javascript, I put the html code in a local file and it fetches a distant SSL based connection for the javascript and that makes it show the following error:
Warning: Failed to load https://widgets.somesite.com/widget.js (ignore)
it ignores it and generates a blank image with the size 0x0 been looking inside of github issues and none helped, I guess a clean reinstall of the wkhtmltoimage program will solve the issue, maybe it is damaged, or maybe the network in pythonanywhere has issues with https sites. I could do nothing from my side as I can't use sudo apt-get install. However I tried to use some packages like imgkit that are based on wkhtmltoimage and need wkhtmltoimage program to work and hence, it sadly gives the same result...
Please can you solve this issue ASAP. It is one useful tool to have in pythonanywhere.
Thanks and best regards.