You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: