-
Notifications
You must be signed in to change notification settings - Fork 397
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
Git Commit & File Hashing problem #92
Comments
Hmm weird! Thanks for the report. If you change the code and save the file, and then hit Cmd + K again, do you get a new hash? Since git only tracks file changes, it doesn't store for example the random seed of the artwork, so if you hit Cmd + K numerous times even after refreshing the canvas and getting new random artworks, you will always end up with the same git hash in the file name until you change your code. You might want to use canvas-sketch/examples/canvas-generative-silhouette.js Lines 11 to 17 in 30c7094
|
Thanks Matt, yes my bad, it's right, it's the same hash if I don't change code. |
Hi, I get this error every time I use the cmd+K feature. I am using node v14.15.1
Changes are added and commited but the error is always triggered and canvas-sketch quits. |
I think I figured it out. Correct me if I'm wrong. |
Good catch! Thanks for looking. I think you might be right. |
I am experiencing the same issue as @kgolinski so I figured I would add some details to help troubleshoot. Using a new sketch created with Doing cmd+s gives this success message in the Firefox console and I can see the file in the Downloads dir:
However, doing cmd+k after making small change in the script gives this error message in the Firefox console:
and canvas-sketch terminates with this output in the terminal:
The git add/commit works and is visible in the git log:
but the expected image is not created in the Downloads dir or current dir. In summary: when doing cmd+k the git component works, the filename with hash is created, the image is not downloaded, and canvas-sketch exits with an error. Would love to help troubleshoot this one but I have basically zero experience with Node. Happy to provide any detail or run tests. |
@aaronpenne Can you try (If you're using the tool locally e.g. in package.json scripts just use |
@mattdesl That resolved it! 🚀 I see the commit in the git log and the file in Downloads. For completeness, Firefox console gives:
and the terminal gives:
Fantastic, thank you for the quick fix! |
Hi,
I have a problem for a few days with canvas-sketch exports. During my exports with
cmd + K
I have a message in the console who said :I don't know why, and each time the canvas is refreshed, the exported drawing always has the same hash.
If somebody have an idea :)
Thank you
Julien
The text was updated successfully, but these errors were encountered: