--
You received this message because you are subscribed to the Google Groups "bite-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bite-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
bite.options.constants.ServerChannelOption = {
DEV: 'https://jason-stredwick-sandbox.appspot.com',
RELEASE: 'https://bite-playground.appspot.com'
};
It works fine if i point to the above.
But if i point to my version of the appengine i run into this issue. And after creating bringing my version of the appengine running, is there anything specific i would have to configure on the appengine?
I ran the following command:
$ appcfg.py -A my-bite-server -V 1 update output/server
And here is the output:
11:00 AM Application: my-bite-server (was: invalid-do-not-change-see-comments); version: 1 (was: invalid-do-not-change-see-comments)
11:00 AM Host: appengine.google.com
11:00 AM
Starting update of app: my-bite-server, version: 1
11:00 AM Getting current resource limits.
Email: Email-ID
Password for Email-ID:
11:01 AM Scanning files on local disk.
Could not guess mimetype for scripts/soys/explore_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/project_details_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/result_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_overview.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_results.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_settings.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/set_details_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/set_details_runs.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/store.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_settings.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_results.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/explore_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_overview.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/project_details_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/set_details_runs.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/set_details_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/result_page.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/store.soy. Using application/octet-stream.
Could not guess mimetype for scripts/soys/run_details_page.soy. Using application/octet-stream.
11:01 AM Cloning 96 static files.
11:01 AM Cloning 364 application files.
11:01 AM Compilation starting.
11:01 AM Compilation completed.
11:01 AM Starting deployment.
11:01 AM Checking if deployment succeeded.
11:01 AM Deployment successful.
11:01 AM Checking if updated app version is serving.
11:01 AM Will check again in 1 seconds.
11:01 AM Checking if updated app version is serving.
11:01 AM Completed update of app: my-bite-server, version: 1
11:01 AM Uploading index definitions.
11:01 AM Uploading cron entries.
11:01 AM Uploading task queue entries.
Thanks,