-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
No end_time for any captured request #213
Comments
I have the same issue when I enable SILK_PYTHON_PROFILER_BINARY; disabling the binary profiler fixes the timing issue (but obviously also disables binary profiling, which I need working) |
You are right. When I set the |
I think this is related to silk being unable to store the binary profile files. I normally put this in my
It would be nice if silk warned you when unable to save the files, however perhaps you can try this to work around the issue? |
You are right. The problem was that Silk could not access the path I had specified. Permission problem. It would be very helpful if somehow we could get a more helpful error message, like HTTP 500. Thanks a lot. |
I had setup silk on my dev server and it was working as expected. But recently none of the requests shown there has any time information. They all look like this link.
I checked the
silk_request
table, and none of the queries haveend_time
column filled. Any idea how I can figure out what's going on?Thanks a lot
The text was updated successfully, but these errors were encountered: