-
Notifications
You must be signed in to change notification settings - Fork 139
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
404 error when loading /
#129
Comments
|
I'm running it on a remote server, forward the port and then open it in a local browser. I noticed that it tries to open a browser, which can't work on the remote box as it is a headless machine. |
People definitely do this using the server-only mode in snakeviz, but since there's no handler for |
Specifying the full URI does make it work actually. Would be helpful to have some kind of default output on |
I have a fairly large code-base of which I want to profile one specific path through the app. I have set up a small script using cProfile.runctx but snakeviz failes loading it. All requests to
/
return a404
error.The text was updated successfully, but these errors were encountered: