Hello,
When you call Application.close() in Muntjac, a small piece of json is sent to the javascript client. The javascript cannot eval the redirect object. I have found that the redirect json is concatenated twice into a string leading to the error "missing ) in parenthetical" error. It works fine if in the abstract_communication_manager.py line # 1474 outWriter.flush() is commented out.
Thanks for the nice package,
Dan
Hello, When you call Application.close() in Muntjac, a small piece of json is sent to the javascript client. The javascript cannot eval the redirect object. I have found that the redirect json is concatenated twice into a string leading to the error "missing ) in parenthetical" error. It works fine if in the abstract_communication_manager.py line # 1474 outWriter.flush() is commented out. Thanks for the nice package, Dan