mozilla / apk-cli

A Command Line Inteface for generating Android native apps from open webapps
59 stars 9 forks source link

Default service seems down. #1

Closed creationix closed 10 years ago

creationix commented 10 years ago

I can't create an APK using the production service, but the staging server seems to work.

tims-mbp:Code tim$ mozilla-apk-cli tedit-fxos/ tedit-fxos.apk
setting --overrideManifest to https://teditdevelopmentenvironmenttim.apk.cli.firefox.com/manifest.webapp
Building with https://controller-review.apk.firefox.com
Generator response status code was 504
tims-mbp:Code tim$ mozilla-apk-cli tedit-fxos/ tedit-fxos.apk --endpoint https://apk-controller-review.stage.mozaws.net
setting --overrideManifest to https://teditdevelopmentenvironmenttim.apk.cli.firefox.com/manifest.webapp
Building with https://apk-controller-review.stage.mozaws.net
APK file is available at tedit-fxos.apk

See https://bugzilla.mozilla.org/show_bug.cgi?id=1019729 for a possibly related issue.

ozten commented 10 years ago

I can't find tedit-fxos on your github repos section, to try to reproduce this issue. Is it available publically or can you get me a snapshot?

It sounds like production gives you 504, but stage worked, is that correct?

ozten commented 10 years ago

Looking through production logs, I see

Make sure the environment variable ANDROID_SDK_HOME is set up.

See https://bugzilla.mozilla.org/show_bug.cgi?id=989041#c5

creationix commented 10 years ago

Correct, production gave 504. The main repo is https://github.com/creationix/tedit. The fxos version is built from the https://github.com/creationix/tedit/tree/master/build/app/fxos folder using tedit's own build service. You can also grab the zip I attached to the linked bugzilla issue.

ozten commented 10 years ago

I believe this is a deployment issue. We'll fix this in a couple of hours. I'll update this issue, once it's ready.

Thanks for your patience!

ozten commented 10 years ago

Deployment slipped to 2pm manana. But you can continue to use endpoint override to get working .apk files.

ozten commented 10 years ago

This is good to go.