-
Notifications
You must be signed in to change notification settings - Fork 73
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
Attempting to download customized theme #602
Comments
@mueslinibbles @Mark-Boyce is the behavior reproducible? Does it happen all the time or periodically? Can you lay out very, very precise steps to reproduce? Exactly which URL you visit, what you click/type, step by step. I need this as just if I try to change a few things, I can download the themed package without issues. |
Yes, this is happening every time I try to download either the base theme, or a customisation of it.
hope this helps. |
Thank you! I can reproduce it now. From what I see, there's a request triggered to https://download.jqueryui.com/download/theme?themeParams=ffDefault%3D... and that results in a 500 with the following stack trace:
|
A workaround for now is to avoid clicking "Download" on a theme but instead to click "Edit" and then "Download theme". |
Also, add a test for their correctness. Fixes jquerygh-602
Also, add a test for their correctness. Fixes jquerygh-602
It turns out that the values for the Base & Vader themes were incorrect. I updated all the values in this PR so that they're compressed with the latest LZMA version. PR: #609 |
After making a few customizations, attempting to download the theme results in a 404 error and the customizations are not downloaded.
The text was updated successfully, but these errors were encountered: