jquery / download.jqueryui.com

Download Builder for jQuery UI
https://jqueryui.com/download/
Other
85 stars 73 forks source link

Download Builder gives Error 502 #359

Closed seanbw1609 closed 4 years ago

seanbw1609 commented 5 years ago

Tried to download and got the download page : https://jqueryui.com/download/ Clicked the download button and then got a : "Error 502 Ray ID: 50fe4a8e6c99ce3b • 2019-09-02 09:00:01 UTC Bad gateway"

I can't get past this error.

jacekjarzab commented 5 years ago

same here, trying to download datepicker only and getting 502 cloudflare error instead

checholin87 commented 5 years ago

same here, trying to download datepicker and progressbar and getting 502 cloudflare error instead

jon-by commented 5 years ago

same here, trying to download datepicker and getting 502 error.

bansalakhil commented 5 years ago

same here

olhaborzenkova commented 5 years ago

same here, trying to download widget + effects core and getting 502 error on click on download button

jamescjchan commented 5 years ago

Same here. Error 502 Ray ID: 510aa73ed91fa3df • 2019-09-03 21:00:27 UTC Bad gateway

lang321 commented 5 years ago

same here

Crisdvr commented 5 years ago

Same here, any ETA on the fix? @jzaefferer @mikeedwards @fnagel @scottgonzalez @scottgonzalez @dmethvin @ #359

bfrazierr commented 5 years ago

Getting the same error

jaybee76 commented 5 years ago

Same problem here too, yesterday and still today.

Custom picker won't work (any changes and it defaults to a broken grey theme with none of the selected colours) and can't download any themes.

erichstark commented 5 years ago

Any updates?

ljvillalba commented 5 years ago

Same here, please help!

tmySchrz commented 5 years ago

Any updates today?

milanvorel commented 5 years ago

It is really shame, that some issue on the server prevents to use whole framework. To developers @jzaefferer @mikeedwards @fnagel @scottgonzalez @dmethvin I appreciate your great work. Please give us some feedback, at least. Thanks.

scottgonzalez commented 5 years ago

Please do not ping individual developers. Anyone that will actually work on this should already be watching the repo. Many of the people you are pinging aren't involved anymore.

jamescjchan commented 5 years ago

Thanks, @scottgonzalez . At least we know this issue is being monitored. 👍

scottgonzalez commented 5 years ago

Only because I was pinged. I am no longer involved with this project.

VAshkevron71 commented 5 years ago

Been down for a few days now. The themeroller itself isn't working either. Elements don't get updated and remain bland.

mattchatterley commented 5 years ago

Still seems to have the same problem - just trying to download a default package..

avihenri commented 5 years ago

The issue is still happening, I get a 502

cdp1337 commented 5 years ago

It's still offline. Is jQueryUI finally being abandoned after all these years?

EtienneDelepine commented 5 years ago

Same here

Error 502 Ray ID: 5141d82d1c41cd93 • 2019-09-10 13:45:48 UTC Bad gateway download.jqueryui.com Host Error

THemming commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

cdp1337 commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

Awesome! Good to know cloning locally still works. I ended up building a custom implementation for the task I needed complete since their servers have been offline for over a week, but I'll remember that for my next project.

mattyd2017 commented 5 years ago

well thats a bit of a pain and theres no real alternatives looked at the other ones come on boys we need it back up

mattyd2017 commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

how did you do that

THemming commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

how did you do that

I followed the instructions in the README.

Worked with the following installed (brew install libpng imagemagick node@10):

I cloned this Git repo then ran:

npm install -g grunt-cli
npm install
grunt prepare
node server.js --console

This started the localhost server, which I used to generate the custom bundle.

mattyd2017 commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

how did you do that

I followed the instructions in the README.

Worked with the following installed (brew install libpng imagemagick node@10):

* Node 10

* imagemagick 7

* libpng

I cloned this Git repo then ran:

npm install -g grunt-cli
npm install
grunt prepare
node server.js --console

This started the localhost server, which I used to generate the custom bundle.

looks way to complicated for me that

mattyd2017 commented 5 years ago

I had to resort to cloning this repo and running the download server on localhost. I was able to generate a custom build from this.

how did you do that

I followed the instructions in the README. Worked with the following installed (brew install libpng imagemagick node@10):

* Node 10

* imagemagick 7

* libpng

I cloned this Git repo then ran:

npm install -g grunt-cli
npm install
grunt prepare
node server.js --console

This started the localhost server, which I used to generate the custom bundle.

looks way to complicated for me that

done it noe cheers mate

mattyd2017 commented 5 years ago

cant get it to work npm errors

nikolas commented 5 years ago

This issue was brought up in #jquery on irc just now. Who's responsible for this repo? Add me to maintainers if you need help :P

sareliande commented 5 years ago

I'm having the same issues listed above - the elements on the themeroller page are not being updated, and go grey after entering in any changes to the default settings/colors/fields. When trying to download I'm getting the 502 Bad Gateway error: Ray ID: 514b7ccd782ab9fe • 2019-09-11 17:51:03 UTC

When on the themeroller page, I checked the errors under the console: Jquery Errors

mattyd2017 commented 5 years ago

just needed the datpicker and found the js and css for that took me ages but had to find it off an old website i did and that works for me tried to local host the ui site but absolutely no way could i get that to talk and prob gave myself a virus trying loads of different solutions trying to get that to work

milanvorel commented 5 years ago

Probably no one from the jquery community follows this ticket. There is no feedback from anyone involved. Is there any other way how to contact someone from jquery UI? It seems to be abandoned with no help. The only way is make a clone and run it somewhere else. But I'm not capable to do it.

mattyd2017 commented 5 years ago

Probably no one from the jquery community follows this ticket. There is no feedback from anyone involved. Is there any other way how to contact someone from jquery UI? It seems to be abandoned with no help. The only way is make a clone and run it somewhere else. But I'm not capable to do it.

think jquerys coming to an end prob why no ones bothered to sort it out

nikolas commented 5 years ago

@milanvorel you could contact the JS foundation: https://js.foundation/contact (new name of the jQuery foundation)

Oktopuce commented 5 years ago

Same for me error 502 when trying to download datePicker, it's the same with all options.

I've found the previous version for datepicker there : https://stadthalle.kamen.de/assets/hofff/calendarfield/jquery.ui.datepicker/1.11.4/

fnagel commented 5 years ago

Probably no one from the jquery community follows this ticket. There is no feedback from anyone involved.

Scott already answered that he is no longer involved. I'm following this thread but I have no clue about the infrastructure at all. I'm trying to get somebody of the old team involved to fix this, but most don't want to be involved any more.

yonder83 commented 5 years ago

Same here

John-Kjoller commented 5 years ago

Same here

nikolas commented 5 years ago

For now you can just download jQuery UI through CDNs like google: https://developers.google.com/speed/libraries/#jquery-ui

lukasbableck commented 5 years ago

You can use my download server to build jqueryUI.

http://templersmc.net:8888/download (adding SSL support and moving it to a subdomain later this day) ((done, new link: https://jqueryui.templersmc.net/download ))

syousef1975 commented 5 years ago

You can use my download server to build jqueryUI. ((done, new link: https://jqueryui.templersmc.net/download ))

502 Bad Gateway nginx/1.14.2

You managed to replicate their error! ;-)

But seriously thanks for trying to provide something.

timhj commented 5 years ago

You can use my download server to build jqueryUI. ((done, new link: https://jqueryui.templersmc.net/download ))

Legend.

adumesny commented 4 years ago

@THemming thank you for the info! I was able to serve locally on windows (well Ubuntu VM as packages are not win32 compatible) using https://docs.microsoft.com/en-us/windows/wsl/install-win10

then in Ubuntu :

sudo apt install imagemagick-6.q16
# install nodejs
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
# might have done libpng but brew gave be issues if I recall
brew install libpng
sudo apt install convert

Then I mod config.json to just have 1.12.1 entries (the last gave error and I didn't need) and followed your steps otherwise. Hope this helps someone else...

pluracoin commented 4 years ago

2020 and the problem still persist. Is jqueryui abandoned?

jjsibborn commented 4 years ago

Commenting here to get notification in when/if themeroller gets fixed (due to other ticket thread was closed)

At present, themeroller is still broken. Is there an ETA on fixing it? Or is it even being looked at?

fnagel commented 4 years ago

Is there an ETA on fixing it? Or is it even being looked at?

Take a look here please #390

ghost commented 4 years ago

Quoted from #390:

jQueryUI is an OpenJS Foundation Emeritus Project. Emeritus projects are those which the maintainers feel have reached or are nearing end-of-life.

What are folks using as an alternative to jQueryUI?

Nadeem2462 commented 4 years ago

Got "Error 502 Ray ID: 574c92544b7fc601 • 2020-03-16 06:55:58 UTC Bad gateway" when try to download custom jqueryui package.