Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresponsive web interface #8

Open
bilbolodz opened this issue Jun 29, 2016 · 1 comment
Open

Unresponsive web interface #8

bilbolodz opened this issue Jun 29, 2016 · 1 comment

Comments

@bilbolodz
Copy link

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:

  1. 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"
  2. 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

  1. These is NO error in gunicorn/fod.log

How to deal with these issue?

@safts
Copy link
Contributor

safts commented Jul 5, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants