Re: [google-appengine] Re: CloudBuild Issues

2019-10-15 Thread Mua Rachmann
Yes noticed that, deployed several times and kept giving me time out
errors, could one be notified before hand if such
arises?

On Tue, Oct 15, 2019 at 8:21 PM 'Yasser Karout' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Hello,
>
> There was an issue on our side earlier today with App Engine Flexible
> deployments. It is now resolved.
>
> If this is still happening can you create an issue on the Issue Tracker
> website [1]? If you want to include your project information, you can use
> the GCP Private Issues component to keep your information safe.
>
> [1] https://issuetracker.google.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/94408a93-820f-4117-a2bd-c900eb2f0f43%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAHAhu-iCgZsXHY0fTfqkDQ3g5_gTFH-ApLbGhGXT2iX_1Wd4UQ%40mail.gmail.com.


[google-appengine] Re: CloudBuild Issues

2019-10-15 Thread 'Yasser Karout' via Google App Engine
Hello,

There was an issue on our side earlier today with App Engine Flexible 
deployments. It is now resolved. 

If this is still happening can you create an issue on the Issue Tracker 
website [1]? If you want to include your project information, you can use 
the GCP Private Issues component to keep your information safe.

[1] https://issuetracker.google.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/94408a93-820f-4117-a2bd-c900eb2f0f43%40googlegroups.com.


[google-appengine] Re: Deploy two versions of same app at same time

2019-10-15 Thread 'George (Cloud Platform Support)' via Google App Engine
What is the use of deploying two versions at the same time, and not one 
after the other? An issue description needs the support of a well-motivated 
use-case to prove its point and convince. A detailed description, 
preferably in step-by-step format, would be appreciated.  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/803a5afa-f978-4311-8b21-141ed4f8bb57%40googlegroups.com.


[google-appengine] Re: Compilation error building pycrypto-2.6.1. Please ensure a C compiler is installed and functional on your system

2019-10-15 Thread 'Yasser Karout' via Google App Engine
Hello,

On App Engine Standard, pycrypto is built into the runtime [1]. For local 
testing, you must run 'gcloud component install app-engine-python-extras' 
[2].

If you are still experiencing issues, I suggest posting this on 
Stackoverflow with more details about what you have done so far including 
code. 

If you are using Course Builder, you can try posting in that community as 
well [2].

[1] 
https://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27
[2] 
https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27#local_development
[3] https://groups.google.com/forum/?fromgroups#!forum/course-builder-forum

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f64876b2-1d3f-4020-86fa-507c15ac7a64%40googlegroups.com.


[google-appengine] Re: Where is the deferred documents?

2019-10-15 Thread 'George (Cloud Platform Support)' via Google App Engine
You may refer to issue 142714150 , 
of identical content. We hope to be offered a solution soon, and a proper 
link to the page you are looking for. Meanwhile, does 
google.appengine.ext.deferred.deferred 
module 

 
help? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/486ba0f8-4cc4-487d-abf9-2a23f510991a%40googlegroups.com.


[google-appengine] Compilation error building pycrypto-2.6.1. Please ensure a C compiler is installed and functional on your system

2019-10-15 Thread Дети и Еда Ольга Язькова
Please help me. Where can i take C compiler on win10 and how should I 
install it?
I want to create my online course, but already can't install because of 
this mistake.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a608acfe-14e4-4569-be28-f4b919575e0a%40googlegroups.com.


[google-appengine] "Failed to create manifest file." on gcloud after listing correct manifest.

2019-10-15 Thread Robert Morewood
Having trouble converting a plain vanilla static html page from 
go_appengine to gcloud.

Gcloud reports "Failed to create manifest file." despite reporting a proper 
manifest, apparently on trying to process the app.yaml file.  (See attached 
manifest.txt and error.txt).

I would rather stick with go_appengine for now, but mine is using Go 1.6, 
despite the fact that I use Go1.13 locally, and hence attempts to update my 
static files are rejected as of Oct 1, 2019.  Can I disable the unused go 
app stub so as to update the static files?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/96b2c931-1c03-410f-a440-93066058c13f%40googlegroups.com.
File upload done.
INFO: Manifest: [{u'static/CurrentSteps.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/531df001a6308c02bb66c1f8dbe47678d3d7d15e',
 u'sha1Sum': '531df001a6308c02bb66c1f8dbe47678d3d7d15e'}, 
u'static/WestCoastSwing2019.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/f33ead0e181881d9a83e40c8de9842f8d30ae917',
 u'sha1Sum': 'f33ead0e181881d9a83e40c8de9842f8d30ae917'}, 
u'static/Mambo2017.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/cdb13d5990e5a28be2095d6bde7d364de0ca4968',
 u'sha1Sum': 'cdb13d5990e5a28be2095d6bde7d364de0ca4968'}, 
u'static/SlowFoxtrot2019.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/1229c096df6db39b043fe6999230929b69d83393',
 u'sha1Sum': '1229c096df6db39b043fe6999230929b69d83393'}, 
u'static/QuickStep2018.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/8717dd9a7e5fbe8d093793ac915c808ff9fdeb8c',
 u'sha1Sum': '8717dd9a7e5fbe8d093793ac915c808ff9fdeb8c'}, u'app.yaml': 
{u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/c4e800b6843024c854df4e1cfa210b1f3bcdae75',
 u'sha1Sum': 'c4e800b6843024c854df4e1cfa210b1f3bcdae75'}, u'static/logo.png': 
{u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/2bd22f6177f822e226e6b637324a0fd4013492df',
 u'sha1Sum': '2bd22f6177f822e226e6b637324a0fd4013492df'}, 
u'static/backupindex.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/8d03f25a68960b4c99f0ac5f7c46e2f0e4f9d57d',
 u'sha1Sum': '8d03f25a68960b4c99f0ac5f7c46e2f0e4f9d57d'}, 
u'static/QuickStep2019.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/f78365fb5656d5384ada1141b7b7d3ddac708d58',
 u'sha1Sum': 'f78365fb5656d5384ada1141b7b7d3ddac708d58'}, 
u'static/Waltz2018.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/fef0cf7c9828997a3eda843e6d9699fb15d9972b',
 u'sha1Sum': 'fef0cf7c9828997a3eda843e6d9699fb15d9972b'}, u'static/index.html': 
{u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/47cd48841ff63c78e5e7bf24bfb073f235ad0d80',
 u'sha1Sum': '47cd48841ff63c78e5e7bf24bfb073f235ad0d80'}, 
u'static/PasoDoble2018.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/bed1553bced4041ac7c43df281af4c8147e01c39',
 u'sha1Sum': 'bed1553bced4041ac7c43df281af4c8147e01c39'}, 
u'static/google8d17d23626644037.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/4d2deface05f9dcccde7efb0f6b0554fcc7088df',
 u'sha1Sum': '4d2deface05f9dcccde7efb0f6b0554fcc7088df'}, 
u'static/Samba2019.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/531f6a33465a456488ca80783fe14f2dc7b46bec',
 u'sha1Sum': '531f6a33465a456488ca80783fe14f2dc7b46bec'}, 
u'static/WestCoastSwing2017.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/d95d288056e7c4ff161deb425b9e0183ebfa8484',
 u'sha1Sum': 'd95d288056e7c4ff161deb425b9e0183ebfa8484'}, 
u'static/History.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/db5b6753fc2689a415348a6036a33592bf0221af',
 u'sha1Sum': 'db5b6753fc2689a415348a6036a33592bf0221af'}, 
u'static/ComingSoon.html': {u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/5a12c2fb7afd026ee5363d10c544b8dc0f0bb989',
 u'sha1Sum': '5a12c2fb7afd026ee5363d10c544b8dc0f0bb989'}, u'static/Flyer.pdf': 
{u'sourceUrl': 
u'https://storage.googleapis.com/staging.letseverybodydance.appspot.com/7cd37a1f761a42620e74a70e004b835facea4847',
 u'sha1Sum': '7cd37a1f761a42620e74a70e004b835facea4847'}, 
u'static/Rumba2017.html': {u'sourceUrl': 

[google-appengine] customizable backup validation error

2019-10-15 Thread Devthilina Abayaratne
There is an error occurs when validate whm backup configure?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5d94d881-a747-4799-bf7f-fa2e3858aef8%40googlegroups.com.


[google-appengine] Where is the deferred documents?

2019-10-15 Thread Changlin Hsieh
Many documents in https://cloud.google.com/appengine/articles/... is now 
redirect to https://cloud.google.com/appengine/docs/ .
Like the one I want to find Background work with the deferred library 
.
Does anyone know where I can find it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6d8cc081-bc82-4e91-b2e4-e4dc8ad8fe42%40googlegroups.com.