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

Refreshing Autoread List Fails in Chrome #1

Open
niqjohnson opened this issue Jul 25, 2013 · 0 comments
Open

Refreshing Autoread List Fails in Chrome #1

niqjohnson opened this issue Jul 25, 2013 · 0 comments
Labels

Comments

@niqjohnson
Copy link
Owner

Sometimes in Chrome (both Mac and PC), the autoread list stops automatically refreshing.

I added a few debug console.logs in Chrome's copy of PlansPlus (one at the start of the poll() function to make sure it was executing and one after the AJAX call is complete to give me the status code), and I found a little more info, but it's weird. The poll() function gets called correctly all the time, but sometimes the AJAX call returns a status of "0," which seems like it isn't an actual status. Once that status 0 gets returned, the refreshing autoread list is dead until you open a new tab or restart Chrome. Random Googling thinks that status may be a result of an unresolvable URL, a cross-site AJAX request or refreshing the page right as the AJAX request is happening.

Also, normally the Chrome console reports the console.logs as coming from something like "edit.php:273," but when that status 0 starts happening and until you navigate to a new page (or refresh the current one), the origin changes to something like "[VM] edit.php (1158):273."

chrome-console

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

No branches or pull requests

1 participant