-
Notifications
You must be signed in to change notification settings - Fork 785
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
Invalid Color Palette value crashes application #717
Comments
Thanks for the report! You can check the current content of your palettes by running:
in the console. Could you attach the result here? |
@jboullion did you import any palette or did you create them all by hand ? |
Console Prints: [{"id":"dec40105-08dd-e5c2-4ed8-1ced6f5bb790","name":"James Pallette","colors":["#000000","#3161a1","#ffecdb","#fec6ab","#fb6d59",null]}] I was copying and pasting from another application. I forget which, another painting program, I was using a bunch of new ones that night to test them out. Using another browser / incognito works great :). |
Thanks for checking! Still not sure how this palette managed to get a 'null' entry in the list of colors but I will at least make sure we don't crash in case it happens. In the meantime, if you want to reuse your original browser, you can delete this palette by
You will lose all your saved palettes, though.
So you mean you were pasting in the input of the palette creation screen (the one highlighted in the screenshot below) ? |
oops sorry that's |
This bug will crash the application for every image in your gallery because the palette tied to your profile is the cause of the issue.
When this error occurs the app is not functional. No buttons work. Screenshot below, including console error log.
Steps to reproduce the bug
Environment details
Sprite details
The text was updated successfully, but these errors were encountered: