Closed bostjan39 closed 6 months ago
Hi @bostjan39,
Apologies for the delayed response. Been busy with the work. Please check debugger console, you should be getting CORS related error. As the JS code sends a XHR request, CORS needs to be enabled on your server for this to work. Otherwise, the HTML page won't load the JS code.
Hi,
All works well, except when I try to open a generated html page. It shows blank page. I created it with this: python BobTheSmuggler.py -i C:\PROJECTS\msg.exe -f test.html -o msg.zip -t png -png C:\PROJECTS\Screenshot.png
My image is hosted online (not on cdn).
Did I do anything wrong? Please help :)