-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to load the snapshot properly? #2
Comments
Browsing a snapshot does not require running any java code (such as TreeResource or WebModule), because the snapshot should already contain their result. And I don't know what that error in |
And that |
Thanks for reply @coekie. I was firstly running it using python httpserver
|
The snapshot should always contain a |
@coekie I don't see any special log. |
Let me debug to this part to find out https://github.com/coekie/flowtracker/blob/master/web/src/main/java/com/coekie/flowtracker/web/Snapshot.java#L101 |
I am still unsure why the snapshot does not execute the above line to write out the |
First of all, I would like to thank you for a great tooling. I am trying to load the mini / full snapshot file locally but I am not able
But it is like to request the end point from src/main/java/com/coekie/flowtracker/web/TreeResource.java
What is the best way to run
WebModule
with a snapshot file?Thanks,
Minh
The text was updated successfully, but these errors were encountered: