You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 !
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 interfacehttp://127.0.0.1:9000/devtools/
I'm running it on Python 2.7.11. Do you have any idea why I get these
The text was updated successfully, but these errors were encountered: