Re: [google-appengine] what is the simplest way to edit my App Engine code online?

2019-03-04 Thread Dzhovani Chemishanov
This might be of use if people don't want to download.


On 3/4/19, saintthor  wrote:
> thank you. I just installed gcloud and deplyed.
>
>
>
> 在 2019年3月4日星期一 UTC+8下午6:51:03,Gerardo Lima写道:
>>
>> I mean the *web console*
>> ,
>> that runs inside the browser; it's got all the tools I needed to fetch
>> (git), edit (vi and a very decent web-based editor), compile (npm) and
>> deploy (gcloud). I noticed you referred the older *appcfg.py* tool,
>> though; did you try the newer *gcloud*?
>>
>> On Mon, Mar 4, 2019 at 4:33 AM saintthor >
>>
>> wrote:
>>
>>> thanks.
>>>
>>> I often use the console. but where is the feature about git? Can you show
>>>
>>> me a detail uri?
>>>
>>>
>>> 在 2019年3月4日星期一 UTC+8上午3:15:35,Gerardo Lima写道:

 have you tried [https://console.cloud.google.com/home/dashboard]?
 you can git clone your project to a $HOME based directory and then use
 gcloud tools to build/deploy.

 On Sun, Mar 3, 2019 at 4:35 PM saintthor  wrote:

> I tried the cloud shell and it shows me such a message and stops:
>
> Connecting: Provisioning your Google Cloud Shell machine...
>
> I used to update my app via a web ide. but now, when i try to run the
> appcfg.py, it asks me to access a url with browser and copy the code,
> then
> it tells me verify failed.
>
> is there any simple way to edit my code?
>
> --
> 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-appengi...@googlegroups.com.
> To post to this group, send email to google-a...@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/19c6f715-6973-48cb-af24-f557427ee4c4%40googlegroups.com
>
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
 --
>>> 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-appengi...@googlegroups.com .
>>> To post to this group, send email to google-a...@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-appengine/5d6ce8ec-69f8-4b4a-b61f-8cf161656284%40googlegroups.com
>>>
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>
> --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/2662406d-daff-464e-adf7-1f868413607d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.

-- 
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 

[google-appengine] Memcache Attribute Error on .get(key)

2019-01-28 Thread Dzhovani Chemishanov
Hi,
  We store results from datastore queries in memcache with the query
as key and results as values. We started having issues with one of the
datastore models and I'm not sure if the issues is in our code or
something with memcache or with pickle. The relevant part of the stack
trace is:

entries = memcache.get(query)
  File 
"/base/alloc/tmpfs/dynamic_runtimes/python27g/f612b68945952bd1/python27/python27_lib/versions/1/google/appengine/api/memcache/__init__.py",
line 562, in get
results = rpc.get_result()
  File 
"/base/alloc/tmpfs/dynamic_runtimes/python27g/f612b68945952bd1/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 615, in get_result
return self.__get_result_hook(self)
  File 
"/base/alloc/tmpfs/dynamic_runtimes/python27g/f612b68945952bd1/python27/python27_lib/versions/1/google/appengine/api/memcache/__init__.py",
line 632, in __get_hook
returned_item.flags(), self._do_unpickle)
  File 
"/base/alloc/tmpfs/dynamic_runtimes/python27g/f612b68945952bd1/python27/python27_lib/versions/1/google/appengine/api/memcache/__init__.py",
line 273, in _decode_value
return do_unpickle(value)
  File 
"/base/alloc/tmpfs/dynamic_runtimes/python27g/f612b68945952bd1/python27/python27_lib/versions/1/google/appengine/api/memcache/__init__.py",
line 404, in _do_unpickle
return unpickler.load()
AttributeError: 'module' object has no attribute 'Project'

where 'Project' is a class Project(db.Model) and no recent deployments
to the serving version had been made in the last few months.

-- 
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAK0r41jfMmWTz3nhd8yZPt8hdk5XuKfqbXjE%3D%3DAc4VutAKNOAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Multiple Invocation of the Mail Handler for the Same Email

2018-10-24 Thread Dzhovani Chemishanov

Hello Mohamed,

  It is 99% the receiving mail service, but I decided to gather other 
opinions first.


Regards,

Dzhovani


On 10/24/2018 4:37 AM, 'Mohammad I (Cloud Platform Support)' via Google 
App Engine wrote:


Hello,


OP's original issue appears to be related to Receiving Mail with the 
Mail API 
<https://cloud.google.com/appengine/docs/standard/python/mail/receiving-mail-with-mail-api>, 
but it's impossible to tell without more detailed troubleshooting.



What's needed for anybody who would want to report an issue, is to use 
the issue tracker 
<https://cloud.google.com/support/docs/issue-trackers>rather than 
google groups. This forum is meant for general discussion of the 
platform, not specific technical issues. If it is required to share 
any private or project specific information please choose the 
“Private” component so that the information are not visible to the 
public.



If you believe that what you've encountered is not a platform issue 
but rather a problem with how you've configured your code, although 
you're not sure what it may be specifically, you should post to 
stackoverflow <http://www.stackoverflow.com/>.



In either case, posting an issue so that other users can help requires 
very thorough explanation of what you're doing and what's going wrong 
before the people on the other side of the internet will be able to 
understand and debug your issue.


I wish you the best of luck in proceeding to either open a proper 
issue report in the public issue tracker, or posting to stackoverflow 
so that you can get support from the community of developers.



On Monday, October 22, 2018 at 7:18:20 AM UTC-4, Dzhovani Chemishanov 
wrote:


Hi all,

   Hour app engine project uses the mail service to receive
information.
However, quite often the mail handler is called two times for the
same
email. Just today it happened again and I've confirmed from the logs
that there were no issues when the handler was called for the first
time. Is this a known issue and is there a way for it to be
mitigated?

   Also, I have the suspicion that such things happen with the task
queue api as well but I'm yet to confirm that.

Regards,

Dzhovani


-- 
 Disclaimer 

This email and any files transmitted may
contain proprietary and confidential information of ICT Group N.V.
or any
of its subsidiaries like Strypes (“ICT”) and is intended only for
the (use
of the) named recipient(s) above. If you have received this
message in
error or are not the intended or named recipient(s) of this
message, please
immediately notify the sender by returning and deleting this email
message
from your computer. Any views or opinions presented are solely
those of its
author and do not necessarily represent those of Strypes or ICT.
You are
hereby notified that unauthorized disclosure, use, dissemination,
forwarding, printing or copying of this e-mail and its attachments
either
whole or partial of its contents is strictly prohibited. Strypes
or ICT
cannot guarantee that email communications are secure and
error-free and
does not accept any liability for damages resulting from the use
of email.
The general terms and conditions of purchase respectively sale and
delivery
of ICT are applicable to all transactions and undertakings resulting
therefrom.

--
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 
<mailto:google-appengine+unsubscr...@googlegroups.com>.
To post to this group, send email to google-appengine@googlegroups.com 
<mailto:google-appengine@googlegroups.com>.

Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fcd62fbb-df73-4e89-b7fb-73cd06a37d8c%40googlegroups.com 
<https://groups.google.com/d/msgid/google-appengine/fcd62fbb-df73-4e89-b7fb-73cd06a37d8c%40googlegroups.com?utm_medium=email_source=footer>.

For more options, visit https://groups.google.com/d/optout.



--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclos

Re: [google-appengine] Re: Multiple Invocation of the Mail Handler for the Same Email

2018-10-23 Thread Dzhovani Chemishanov

Hello George,

  It is neither cloud task or pubsub that we are using, but plain email 
that the project is monitoring for incoming emails. As per the 
documentation, the project is expecting post requests on 
/_ah/mail/string@project_id.appspot.com where an implementation of the 
receive method handles the incoming message.


This email in particular was sent by my manager who confirmed that he 
sent it at 1:17 pm. According to the logs, there were two identical 
requests received at 1:17 pm and 1:20 pm. I'll send you the links to the 
logs in a private message.


Regards,

Dzhovani


On 10/22/2018 10:04 PM, 'George (Cloud Platform Support)' via Google App 
Engine wrote:

Hello Dzovani,

How did you determine that the mail handler was called 2 times? A copy 
of related messages and logs would be appreciated. If you send 
messages from Cloud Tasks, are retries enabled? If you use Pub/Sub to 
send messages, it may happen that sending is repeated; there is no 
one-time guarantee.

--
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 post to this group, send email to google-appengine@googlegroups.com 
.

Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0d197c0e-55d3-4abc-a6ca-ade309e3174e%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7eef3d7c-aabf-50f5-7c48-14c70b4b0f5e%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Multiple Invocation of the Mail Handler for the Same Email

2018-10-22 Thread Dzhovani Chemishanov

Hi all,

  Hour app engine project uses the mail service to receive information. 
However, quite often the mail handler is called two times for the same 
email. Just today it happened again and I've confirmed from the logs 
that there were no issues when the handler was called for the first 
time. Is this a known issue and is there a way for it to be mitigated?


  Also, I have the suspicion that such things happen with the task 
queue api as well but I'm yet to confirm that.


Regards,

Dzhovani


--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/11bea141-1de3-316d-931a-5dde272f207d%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] GCS Python Library requiring SSL on local dev server?

2018-10-10 Thread Dzhovani Chemishanov
I had a similar problem recently. The solution was to reinstall the 
gcloud. It seems that the certificates had been messed during one of the 
updates.



On 10/10/2018 6:27 AM, Daniel Young wrote:

Started seeing this error today

SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify 
failed (_ssl.c:726)



Trying to write a file with Google Cloud Storage on the development 
server.



Did the requirements change for the GCS python library?


Had no problems before August 8 uploading files locally.

--
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 post to this group, send email to google-appengine@googlegroups.com 
.

Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d96e2e1a-80d5-4fe7-b8de-72ab99fcb42e%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/82ad9db8-ad9f-8fca-5ccf-2e246981199a%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Datastore - Audit Log of the Project Owner

2018-09-18 Thread Dzhovani Chemishanov

Hi,

  Thanks for the assistance. I really hope that the feature will be 
easy to implement because it is the only way our project can comply with 
the current accounting standards.


Regards,

Dzhovani


On 9/17/2018 7:32 PM, 'Julie (cloud platform support)' via Google App 
Engine wrote:
The Datastore team is aware of this request and is currently looking 
into it. You can use this issue tracker[1] to track the progress of 
that feature request. Please note that feature requests are not 
guaranteed to fulfilled and there is no ETA on them.



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

--
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 post to this group, send email to google-appengine@googlegroups.com 
.

Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b9400f47-5c52-4b65-87bc-b3de40bf2442%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/428bb9e7-5bca-22f8-bf71-2c4f4a1dff98%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Datastore - Audit Log of the Project Owner

2018-09-10 Thread Dzhovani Chemishanov

Hi,
  One of the projects that I manage stores sensitive financial and 
accounting information in datastore. The auditors require log of 
everything done there. However, people with ownership rights can view 
and manipulate the data directly through the web dashboard surpassing 
any logs in the appengine code.
  As far as I found, Google's audit log logs only table operations and 
not crud on individual records which is a problem. Is there a way to 
record such actions?

Regards,
Dzhovani

--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7ccd854a-8d6b-99e1-f3f3-0fdb200e41c3%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: appcfg.py download_app HandshakeError ssl.c:726

2018-07-30 Thread Dzhovani Chemishanov

Thanks!

  The full reinstallation of the gcloud sdk did it.



On 7/27/2018 10:28 PM, 'Katayoon (Cloud Platform Support)' via Google 
App Engine wrote:


Hi Dzhovani,


I recommend that you uninstall your Cloud SDK, reboot your machine, 
and reinstall a fresh copy of it via this link 
and 
make sure no tools (firewall, proxy, etc) intercept HTTPS traffic.



If the issue persists, you may report it to the Issue Tracker 
for further 
investigation.

--
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 post to this group, send email to google-appengine@googlegroups.com 
.

Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/12ddcdb8-e45d-4520-bd8e-954a2b26f1fa%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.


--
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0b79792f-d0ce-07b4-b6f2-6c81674c7e3a%40strypes.eu.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] appcfg.py download_app HandshakeError ssl.c:726

2018-07-27 Thread Dzhovani Chemishanov

Hi all,
  I'm new to the list and I hope that it is appropriate to post this issue 
here.
  I'm trying to download the deployed code for an old project from 
appengine. The recommended and as far as I know only possible way is 
through using appcfg.py. However, every my attempt ends with handshake 
error.
The current versions of the toolset:
Google Cloud SDK 209.0.0
app-engine-python 1.9.73
app-engine-python-extras 1.9.69
beta 2018.07.16
bq 2.0.34
core 2018.07.16
gcloud
gsutil 4.33
Windows 8.1

Things I tried so far:
upgraded python from 2.7.12 to to 2.7.15
installed requests[security]
downgraded requests to 2.11.1
upgraded requests back
changed the cacert.txt file to the ones used in past versions of google 
cloud sdk (152.0, 146.0)

So far the upgrade of python changed the error from ssl.c:590 to ssl.c:726, 
and the switch to cacert.txt to gcsdk 146.0 spared me the authentication 
flow on each command rerun.
Any ideas? Alternative ways to download the code are also fine with me.
Regards,
Dzhovani

-- 
 Disclaimer 
This email and any files transmitted may 
contain proprietary and confidential information of ICT Group N.V. or any 
of its subsidiaries like Strypes (“ICT”) and is intended only for the (use 
of the) named recipient(s) above. If you have received this message in 
error or are not the intended or named recipient(s) of this message, please 
immediately notify the sender by returning and deleting this email message 
from your computer. Any views or opinions presented are solely those of its 
author and do not necessarily represent those of Strypes or ICT. You are 
hereby notified that unauthorized disclosure, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments either 
whole or partial of its contents is strictly prohibited. Strypes or ICT 
cannot guarantee that email communications are secure and error-free and 
does not accept any liability for damages resulting from the use of email. 
The general terms and conditions of purchase respectively sale and delivery 
of ICT are applicable to all transactions and undertakings resulting 
therefrom.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e39f565d-30cc-4766-a7ac-2c71582b2d10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.