flowspy
flowspy copied to clipboard
Unresponsive web interface
I've noticed that sometimes my web interface for FoD became "unresponsive", checked on Firefox and Chrome. When I enter on "Rules" browser stuck in "Loading rules" I've tried to debug into and manage to find:
- Sometimes I can see an error a "DataTables warning: table id=routes_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7"
- In web console I can see that loading these urls takes more than 6 seconds:
https://fod_address/poll/message/updates/15/?=1467192682387 https://fod_address/poll/message/updates/6/?=1467192682387 https://fod_address/poll/message/updates/6/?=1467192682387
- These is NO error in gunicorn/fod.log
How to deal with these issue?
Hello, We are aware of this issue, we are working on it.
The reason you see no errors in gunicorn logs is because this is a front end error, it is thrown by the JavaScript executed in the browser. The server is fine, so no error is logged server-wise.