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

Error 403 on /devtools/ #194

Open
ghost opened this issue Jun 13, 2016 · 2 comments
Open

Error 403 on /devtools/ #194

ghost opened this issue Jun 13, 2016 · 2 comments
Labels
devtools Issues affecting the Chrome dev tools used by PonyDebugger

Comments

@ghost
Copy link

ghost commented Jun 13, 2016

Hi,

When I launch this command ponyd serve --listen-interface=127.0.0.1 -v I get the following result when I try to access the web interface http://127.0.0.1:9000/devtools/

[W 160613 18:31:29 web:1521] 403 GET /devtools/ (127.0.0.1):  is not a file
[W 160613 18:31:29 web:1946] 403 GET /devtools/ (127.0.0.1) 2.29ms

I'm running it on Python 2.7.11. Do you have any idea why I get these

@ghost
Copy link
Author

ghost commented Jun 14, 2016

I set the rights for the directory src/devtools/ to be sure I can access the directory, but I still got this problem, I really don't understand where it could come from !

@ghost
Copy link
Author

ghost commented Jun 15, 2016

It seems like an error from Tornade see http://stackoverflow.com/questions/24851207/tornado-403-get-warning-when-opening-websocket
I'm not a python dev but I will try to have a look...

@asmallteapot asmallteapot added the devtools Issues affecting the Chrome dev tools used by PonyDebugger label Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devtools Issues affecting the Chrome dev tools used by PonyDebugger
Projects
None yet
Development

No branches or pull requests

1 participant