jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Builder for 1.4.1 broken? #57

Closed yanandcoffee closed 10 years ago

yanandcoffee commented 10 years ago

Can't seem to access the builder for 1.4.1. Getting an infinite loading icon on the builder page and when I change the dropdown for different builds and then go back to 1.4.1, 1.4.1 just doesn't come up.

Console says: "XMLHttpRequest cannot load http://amd-builder.jquerymobile.com/v1/dependencies/jquery/jquery-mobile/1.4.1/?baseUrl=js. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://jquerymobile.com' is therefore not allowed access."

dcarrith commented 10 years ago

I'm also seeing issues with the download builder. I got a 500 internal server error in firebug:

500 Internal Server Error 85ms jquery.min.js (line 5) "NetworkError: 500 Internal Server Error - http://amd-builder.jquerymobile.com/v1/dependencies/jquery/jquery-mobile/1.4.1/?baseUrl=js"

igorkba commented 10 years ago

Error: /var/www/amd-builder.jquerymobile.com/staging/jquery/1.4.1/jquery-mobile/js/requirejs.config.js does not exist. 500

gseguin commented 10 years ago

@phillq, thank you for your truly helpful comment. I'll get right on it! </sarcasm>

If you joined github to make that kind of comments you might not get a warm welcome from the community.

gseguin commented 10 years ago

@kaizora and others, thank you for reporting the issue. We are aware of it and will be looking into it as soon as possible.

daveb1014 commented 10 years ago

Wow, is this a major issue? It was logged 6 days ago and the builder is still broken :( I am having to use version 1.4.0. edit: Rats, 1.4.0 is broken as well - receive this response when clicking "build download":

"error": "Error: /var/www/amd-builder.jquerymobile.com/staging/jquery/1.4.1/jquery-mobile/js/requirejs.config.js does not exist.\n at Function.build.createConfig (/var/www/amd-builder.jquerymobile.com/node_modules/requirejs/bin/r.js:24756:23)\n"

phillq commented 10 years ago

Hi, do you have an ETA on the fix by any chance?

Cheers, awesome work guys : )

gseguin commented 10 years ago

I've started working on it. I'm hoping it'll be fixed by the end of the day.

gseguin commented 10 years ago

For some reason, the tags didn't get pulled.

$ cd repos/jquery/jquery-mobile.git
$ git fetch --tags
$ curl http://amd-builder.jquerymobile.com/v1/jquery/jquery-mobile/1.4.1

took care of it.

gseguin commented 10 years ago

Closed #57

dcarrith commented 10 years ago

Great, thanks! I'm looking forward to trying out 1.4.1.

yanandcoffee commented 10 years ago

Thanks, @gseguin!

gseguin commented 10 years ago

@daveb1014 Can you open a different issue for your problem? Also if you can indicate which checkboxes you checked so I can try to repro.

Thanks,