square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Error 403 on /devtools/ #194

Open ghost opened 8 years ago

ghost commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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...