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

Doesn't work on Chrome 65 #34

Open
petrprikryl opened this issue Mar 22, 2018 · 7 comments
Open

Doesn't work on Chrome 65 #34

petrprikryl opened this issue Mar 22, 2018 · 7 comments

Comments

@petrprikryl
Copy link

petrprikryl commented Mar 22, 2018

Ajax requests are not showing in Django Debug Panel Chrome extension. Chrome version 65.0.3325.181. Latest 64 version works.

@aakram1
Copy link

aakram1 commented Mar 26, 2018

It s working for me on Version 65.0.3325.181 (Official Build) (64-bit). Perhaps some other issue.

@pjsg
Copy link

pjsg commented Mar 30, 2018

I have the same problem as @nichcz -- the panel doesn't show any requests any more in Version 65.0.3325.181 (Official Build) (64-bit) on linux. Nothing obvious in the console....

I uninstalled the extension, reinstalled it, restarted chrome, and then I got one entry in the debug panel (for '/'). However, the ajax requests did not appear, and subsequent loads of '/' did not create new entries.....

@mredvard
Copy link

mredvard commented Apr 4, 2018

Same issue here, with Chromium 65.0.3325.181 in linux mint

@zetaab
Copy link

zetaab commented Apr 24, 2018

this issue is in wrong repository. It should be under https://github.com/recamshak/chrome-django-panel the problem is that at least for me https://github.com/recamshak/chrome-django-panel/blob/master/panel.js#L59 this function does not work for all pages. For me it looks like that like cloudfront / google analytics etc works but my own page does not do any hit for this function? (I am also testing valid https page but still it does not work)

I can see following in extension inspector (developer tools):

image

The more django requests, the more failed requests. So I think this is the bug

I found it. This is similar issue https://productforums.google.com/forum/#!topic/chrome-ja/VVH31BFHgIA

It means that if response has any set-cookie header, the chrome extensions will fail. At least I have csrftoken changing all the time so it means that this does not work at all. I tested it by disabling csrf things, then debug panel works fine again.

Added bug https://bugs.chromium.org/p/chromium/issues/detail?id=836324

@zetaab
Copy link

zetaab commented Apr 25, 2018

could you guys test with chrome 66, works for me at least

@petrprikryl
Copy link
Author

Chrome 68.0.3440.106 works for me. Looks like problem is solved.

@ruandao
Copy link

ruandao commented Aug 23, 2019

not work for me
Chrome 76.0.3809.100
not error, not warnning

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

6 participants