hi, im sorry to be a nightmare, i have tried stuff i know, could you provide a example of what you have said please. im really sorry to be a painghp wrote: ↑Mon Aug 05, 2019 4:35 am- the last line of code is missing tornado.ioloop.IOLoop.current().start()
- html code usually has links inside <body>... here goes the page ...</body>. Your page works unexpectedly.
- in the Popen, add ", shell=True". Or try using /usr/bin/python which is more precise.
- the url mappings contain r"/opendoor2/?(.*)" AND r"/opendoor2". So MyOpenDoor2Handler will not be called. Better tu use different names for the url.
When in doubt how to use the subprocess.Popen, then write a short script with these statements only and run this on its own.
Thank you for your time regardless