Open masoudd opened 6 years ago
Commenting out the offending line gets one past this. The following sed command will allow you to do this from a build script until a more permanent fix is added:
sed --in-place 's/cherrypy.engine.timeout_monitor.unsubscribe()/#cherrypy.engine.timeout_monitor.unsubscribe()/' src/wok/server.py
Cherrypy 12.0 removed support for "engine.timeout_monitor.on" config option as stated in the release change notes
wokd crashes with this output: