Re: [google-appengine] Modules and runtimes

2013-09-24 Thread Ezequiel Muns
Hello, I've tried doing this and get the following error: Error 400: --- begin server output --- The Modules feature is not available to applications using the specified runtime: go. --- end server output --- How should we structure our app.cfg/moduleame.cfg to have a go default module and

Re: [google-appengine] Modules and runtimes

2013-09-24 Thread Ezequiel Muns
Hello, I've tried doing this and get the following error when running `appcfg.py update` Error 400: --- begin server output --- The Modules feature is not available to applications using the specified runtime: go. --- end server output --- How should we structure our app.yaml/moduleame.yaml to

RE: [google-appengine] Re: Lots of warmup requests

2013-09-24 Thread Mos
Google seems to change access-rights for 8004. I can see it, but it says: Restricted: Only users with Commit permission can see this issue. - so other people can read it anymore !? It seems like Google is doing censorship? Can't believe it? On Mon, Sep 23, 2013 at 10:07 PM, Jason Collins

[google-appengine] Re: dashboard graph reports 404 as errors

2013-09-24 Thread john
Me too. I've implemented a RESTful interface for my apps, and 404 is a valid reply status. I wish my dashboards would only report 500's as errors, or at least let me hide the Total Errors plot. On Friday, September 20, 2013 11:52:22 AM UTC-4, pdknsk wrote: I was surprised to have the

[google-appengine] Unable to map domain to my appengine application

2013-09-24 Thread Gubbi
Hi, I already have a couple of domains and alias domains mapped to my app. I wanted to map a new alias-domain to my application today, but I keep getting the following error message: We are unable to process your request at this time. Please try again later. (Error #1000) I have been trying

[google-appengine] Privacy in GAE apps.

2013-09-24 Thread PepeStudios
Hi, Is it possible to hide an identity behind a google app engine application ? The reason is that the GAE application requires to be as anonymous as possible (to achieve the applications purpose) and this means the google account details couldn't be in any way related to the GAE app that is

Re: [google-appengine] I need help getting Wordpress running locally under GAE on Windows

2013-09-24 Thread Steve Lewis
I have already tried with tried with extension=php_mysql.dll uncommented and also with both extension=php_mysqli.dll and extension=php_mysql.dll Neither way works On Mon, Sep 23, 2013 at 5:41 PM, Vinny P vinny...@gmail.com wrote: On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com

Re: [google-appengine] I need help getting Wordpress running locally under GAE on Windows

2013-09-24 Thread Steve Lewis
I meant extension=php_mysqli.dll alone and extension=php_mysqli.dll alone extension=php_mysq i.dll alone together On Tue, Sep 24, 2013 at 7:37 AM, Steve Lewis lordjoe2...@gmail.com wrote: I have already tried with tried with extension=php_mysql.dll uncommented and also with both

[google-appengine] Re: Unable to map domain to my appengine application

2013-09-24 Thread Jason Collins
Please star: https://code.google.com/p/googleappengine/issues/detail?id=8528 On Tuesday, 24 September 2013 07:44:52 UTC-6, Gubbi wrote: Hi, I already have a couple of domains and alias domains mapped to my app. I wanted to map a new alias-domain to my application today, but I keep

[google-appengine] Re: GAE with major problems currently

2013-09-24 Thread Damith C Rajapakse
In our case, we are Encountering DeadlineExceededException for requests that used to complete in a few seconds. On Tuesday, September 24, 2013 4:05:18 AM UTC+8, Jason Collins wrote: A problem was encountered with the process that handled this request causing it to exit. This is likely to

Re: [google-appengine] Re: Unable to map domain to my appengine application

2013-09-24 Thread Vinuth Madinur
This is so frustrating. Anybody else seeing this error? Any other work arounds that I can try to map my domain to my app? It has been more than 7 hours and this error isn't going anywhere. On Tue, Sep 24, 2013 at 8:21 PM, Jason Collins jason.a.coll...@gmail.com wrote: Please star:

[google-appengine] NoSuchMethodError error from Java MapReduce GoogleCloudStorageLineInputReader

2013-09-24 Thread Carter
Any clues on how to fix this? We are getting uncaught exceptions with NoSuchMethodError. We're on 1.8.4 and using what we believe is th latest version of the gcs client and java pipeline. Uncaught exception from servlet java.lang.NoSuchMethodError:

[google-appengine] Absolutely red-faced by app engine errors during customer visit today.

2013-09-24 Thread Cesium
Sure, unicorns are cute. However, during a demo at a customer site today in Boulder, my site coughed up errors repeatedly. (Reload, reload, reload, Oh now it works! See! what crap.) The main reason the customer had called my company was that they wanted a more *reliable* service. GAEJ's

[google-appengine] Re: 250gb search index size limitation

2013-09-24 Thread Al
We agree that this 250 GB per-app limit is unfortunate. We are hoping to alleviate the issue in a future release. Separately, although it's off the topic of this thread, I would very much like to understand the issues that jon complained about. It shouldn't take as long as 3 seconds to

[google-appengine] Re: Adding Custom Domain fails with Invalid Request

2013-09-24 Thread Brad Goodman
+1 Same problem here. Only have personal Gmail account - but when I try to add domain it had me re-login to my Gmail account, then just says Invalid Request. On Friday, July 26, 2013 3:45:22 AM UTC-4, Ryan Swart wrote: I've been trying to add a custom domain to my app for the last couple of

[google-appengine] Re: Does Search API number_found_accuracy affect cost, or only performance?

2013-09-24 Thread Al
Only performance. On Wednesday, September 11, 2013 12:28:58 PM UTC-7, Jason Collins wrote: In the Search API, I can set number_found_accuracy as a query option. When I set this, does it have any impact on the cost of the query (including possibly uplifting is from a simple to a complex

[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2013-09-24 Thread Nicole Rivers
Hi guys. We have an article related to this topic. Check it out Ideyatechhttp://www.ideyatech.com/2013/07/making-your-google-app-engine-backend-scalable/'s website for more details. Thanks. On Thursday, April 26, 2012 3:10:10 PM UTC+8, Amy Unruh wrote: We often get questions on this list

[google-appengine] Blacklist IP by Range

2013-09-24 Thread João Verissimo Ribeiro
Hello for all, I would like to block a range of ip, eg: ?xml version=1.0 encoding=UTF-8? blacklistentries blacklist subnet157.***.***.***/subnet descriptionblock the bingbot/description /blacklist Is possible? Thanks -- You received this message because you are subscribed to the

[google-appengine] Deploy spring web 3.2 without web.xml to google app engine

2013-09-24 Thread D
Hi, I have a web application which is build with spring mvc 3.2 version, java 1.7. The app using annotation instead of having web.xml I would like to deploy this app into google app engine (I read the developer's guide, it using web.xml) Will this be possible? Cheers, -- You received this

[google-appengine] How block bing bot by ip

2013-09-24 Thread João Verissimo Ribeiro
Hello, I am suffering with bingbot. At times there are 10 robots at the same time, consume about 3,000 requests. I tried to block ips with blacklist. But they use a different ip. I would like to block bingbot, could be a range of ip, but do not know how to do it. Thanks for your time. --

[google-appengine] Ancestor query in JPA

2013-09-24 Thread Tomasz Ratajczak
Hello, is there a way to run an ancestor query from JPA? It is about strong consistency and without that ability my application will not work as expected. Thank you, Tom -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] Google GAE for PHP: the same application, different deployment, different response times

2013-09-24 Thread Andrew
Hi, I have two identical app deployment - staging and production. However, response times on production 2x slower. Staging: https://lh4.googleusercontent.com/-5Dyu2xZ56L4/UjNFVy4BgqI/APQ/ubP1gX6i0d0/s1600/Screen+Shot+2013-09-13+at+7.46.05+PM.png Production:

[google-appengine] why is urlfetch works on localhost but it errors when I deploy

2013-09-24 Thread David Massey
Code works perfectly fine when I'm running it on the devserver but when I deploy I get this error DownloadError: Unable to fetch URL:

[google-appengine] Re: Question about SSL for custom domains

2013-09-24 Thread Mark Tregellas
Just to make sure I understand correctly: 1. I must pay for GAE hosting if it exceeds the minimum limits. 2. I must pay $9/month for Google Apps, even though I don't need or use Google Apps... Google just requires me to manage GAE through Google Apps now, and apparently it's an easy way for them

[google-appengine] form post works only on the local server, not with the app engine

2013-09-24 Thread Max Power
i have a form with a FormPanel, a FileUpload and a Button final FormPanel formPanel = new FormPanel(); formPanel.setAction(uploadServlet); formPanel.setMethod(FormPanel.METHOD_POST); formPanel.setEncoding(FormPanel.ENCODING_MULTIPART); formPanel.setSize(100%, 100%); setWidget(formPanel);

[google-appengine] GAE self.request.get IMG SRC to passing as a arguments to python function

2013-09-24 Thread Simon B
Is there any way to get a img src? the images are not in database its in the html, say for eg: in index.html I have some images a user clicks on a image the page redirects to images.html via a onClick js function with that selected image rendering on images.html, Now to work with that image I

[google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vikas Sharma
I am using app engine search api to search within documents. the results returned are displayed on the django template.i am able to display all the fields in template except the *doc_id* of the result. can someone please help me to figure how to display doc_id in the template? -- You received

[google-appengine] Upload is working local but not with the app engine

2013-09-24 Thread Max Power
hi, ich have a form panel with a FileUpload: final FormPanel formPanel = new FormPanel(); formPanel.setAction(uploadServlet); formPanel.setMethod(FormPanel.METHOD_POST); formPanel.setEncoding(FormPanel.ENCODING_MULTIPART); formPanel.setSize(100%, 100%);

[google-appengine] Re: AngularJS Directives working bad in Google App Engine

2013-09-24 Thread Brad Green
In defense of App Engine, these issues are all Angular related only. :) This looks like a few different examples from my book spliced together maybe? The first things I'd fix would be to: 1. Use v1.1.2. You get better error messages. 2. Always use the non-minified version when debugging. You

[google-appengine] Is there any alternative pythonic way to implement javascript`s onClick() function in pure python?

2013-09-24 Thread Simon B
I'm looking to use GET a JavaScript var into a python's function similarly as we request a value for text filed self.request.get(name_of_the_txt_field_to_get) but I want the variable to a be an image SRC with a onClick(); button fucntion, but only this time I want to pass this SRC value to

[google-appengine] 500 Internal Server Error while trying to re log-in in with federated login

2013-09-24 Thread Christian Bartz
Hi, I'm using the federated login mechanism with my web-app. Logging in works fine every time I deploy a new version of my app. But when I log out and then try to login again I get a server error while trying to do for example this:

[google-appengine] Problems adding a third-party domain to existing google app engine application

2013-09-24 Thread Oscar Trollheden
After typing in the domain name i wish to use for the application, im redirected over to Google Apps to verify that i own the domain (verified and ready), but notting happens when i click on the desired google account. Please advice. Best Regards Oscar -- You received this message because you

[google-appengine] Executing mapreduce slows down queries to datastore

2013-09-24 Thread José Antonio
Hello, When executing a mapreduce against Google App Engine Datastore, the queries for rest of my application slow down significantly . Do I need to include any special option in mapreduce python sentence to avoid this. Thank you very much in advance, J.Antonio Gómez -- You received this

[google-appengine] what is the version of jsp-api.jar el-api.jar and servlet.jar in app engine SDK 1.8.4 for java?

2013-09-24 Thread Andrew Ong
I had found the MANIFEST.MF files of jsp-api.jar, servlet-api.jar, and el-api.jar contained in app engine SDK 1.8.4 for java which say nothing about the versions of these APIs. How do I know the version of these APIs so that I can use the appropriate help document? Thanks in advance. -- You

[google-appengine] Unable to send email (mail.send_mail) in Python, no indication as to why?

2013-09-24 Thread Jacob Morehouse
I'm trying out GAE and having a little trouble sending email from my application in both development and production. In development I am using the --enable_sendmail, and using the interactive console it appears as though it works, I can execute the code and get an HTTP 200 response. The

Re: [google-appengine] Re: Just verifying - App Engine is hosted on servers located in the USA right?

2013-09-24 Thread Joe Roets
broken link on official line :( On Thursday, September 30, 2010 1:50:55 PM UTC-4, Ikai Lan (Google) wrote: Here's the official line about where data for Google Apps is stored: http://www.google.com/support/a/bin/answer.py?hl=enanswer=106886 -- You received this message because you are

[google-appengine] Re: 1.8.5 Pre-Release SDKs are now available.

2013-09-24 Thread Aram Paronikyan
Hello Richmond! Thanks for the Prerelease link! I've just checked the v1.8.5 and it still reproduces the issue I am having with 1.8.4. My configuration is: Win7UltSP1+NTFS+GAE1.8.4+MVN3.1+Struts2.3.15.1 Jetty throws the following exception (attached) once an Apache Struts action is called.

[google-appengine] Re: Lots of warmup requests

2013-09-24 Thread Rodrigo dos Santos Moralles
We are experiencing problems today with our application. The resident instance is getting warmup error. We have also openned an issue at Google: https://code.google.com/p/googleappengine/issues/detail?id=9983thanks=9983ts=1379699077 Em sexta-feira, 20 de setembro de 2013 14h23min44s UTC-3,

[google-appengine] Re: 1.8.5 Pre-Release SDKs are now available.

2013-09-24 Thread Henrik Bjørnskov
Hey Richmond. The PHP SDK for OSX isnt available on the download page (if it is the Launcher that is referred to). The normal 1.8.5 PHP SDK does not include an interp for PHP. On Tuesday, September 17, 2013 4:02:27 AM UTC+2, Richmond Manzana wrote: Hello! Pre-release SDKs for Python, PHP

[google-appengine] how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for JAVA?

2013-09-24 Thread Andrew Ong
how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for JAVA? I hava found the MANIFEST.MF files which say nothing about it. please give me a help. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this

[google-appengine] Unable to deploy my appsengine

2013-09-24 Thread Sam Maine
I am very new in google apps. I have managed to run my on localhost, but I am unable to deploy it. I am running it on ubuntu linux with python installed. Here are the contents of my appcfg.py file. application: helloudacitysamu version: 1 runtime: python27 api_version: 1 threadsafe: true

[google-appengine] Re: datastore stats not updated for 4 days

2013-09-24 Thread Aritz Uriarte de Alayo
I have the same issue here, you are not alone. On Monday, September 23, 2013 1:55:19 PM UTC+2, timh wrote: Howdy Normally stats are only a couple of days old, but I am up to 4+ days and no updated datastore stats. Anyone else seeing this ? T -- You received this message because you

[google-appengine] Problems with ImageUrls served from Blob Store of image files uploaded to Google Cloud Storage

2013-09-24 Thread Aritz Uriarte de Alayo
Hi, Our application's id is: egolikeproduction. We have an application that stores image files in Google Cloud Storage and uses Blob Store to serve the ImageUrls. To prevent the server lag when generating said urls we decided to store them in some Model classes. Then, if we needed to serve

[google-appengine] Re: 500 Server Error

2013-09-24 Thread Adam Feder
I'm seeing the same thing. I hadn't touched the server in 27 days. I tried reverting to the previous version of the software and that didn't help. If it would help someone from google to have my appid, please contact me over email. thanks, ab On Monday, September 23, 2013 3:13:48 PM UTC-7,

Re: [google-appengine] Re: 500 Server Error

2013-09-24 Thread Brian Gillespie
I found that deploying a new version of my app and pointing GAE to that new version in the dashboard seemed to unwedge our app after Google got things fixed on their end. On Monday, September 23, 2013 4:37:39 PM UTC-7, Evan Ruff wrote: I'm getting 500 errors attempting to load static

[google-appengine] Re: 500 Server Error

2013-09-24 Thread adriano_brasileiro
I'm having trouble as well... no requests in the admin log http://qmagicobr.appspot.com Em segunda-feira, 23 de setembro de 2013 19h26min37s UTC-3, gks escreveu: I also run into the same issue. Most requests to my environment times out with the following error in log. Request was aborted

[google-appengine] Blobstore ImageUrls from Google Cloud Storage images pointing to Error 500 pages

2013-09-24 Thread Aritz Uriarte de Alayo
Hi all, Before we start my application ID is: egolikeproduction. We've been having some issues with the ImageUrls generated by the Blobstore from files stored in Google Cloud Storage ever since this past friday. Some of said urls point to Error 500 pages depending on the values used for the

[google-appengine] Anyone experience Python Error 500s?

2013-09-24 Thread aramesh . sj
Hello, I'm experiencing POST http://s-t-h-c.appspot.com/dispatch 500 (Internal Server Error) on my app all of a sudden. It was fine during the day, but right now I get this whenever I try to make a POST. The application code is written in Python. Is anyone else experiencing these issues? My

Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread Nicolas G
Same for me Nicolas On Mon, Sep 23, 2013 at 1:55 PM, timh zutes...@gmail.com wrote: Howdy Normally stats are only a couple of days old, but I am up to 4+ days and no updated datastore stats. Anyone else seeing this ? T -- You received this message because you are subscribed to the

[google-appengine] Can't create a Google Cloud Storage bucket

2013-09-24 Thread Daniel Imms
I'm trying to create a bucket but it keeps giving me an error saying the account for the specified project has been disabled. I've seen a few people post about this problem but they all seem to be solved by turning Google Cloud Storage on in APIs auth, which is on in my case. Here is some

[google-appengine] Re: GAE with major problems currently

2013-09-24 Thread _Miki_
More issues here, not sure if related but no instances of our app are running and we cannot make any code deployment either. http://ugepr1.appspot.com/ Error: Not FoundThe requested URL / was not found on this server. On Monday, September 23, 2013 4:05:18 PM UTC-4, Jason Collins wrote: A

[google-appengine] (Java) app engine in web application use out.println(测试) and print messy code ,(后台打印中文信息乱码)

2013-09-24 Thread Haitao Zhang
i was a new user for engine web application After deploy my web application project to app engine,use out.println(测试) print messy code . 1.i test project in window eclispe , and it can print correct chinese , but when deploy to app engine, the log print messy code(like ??--???) 2.another

[google-appengine] Advanced GWT Tutorial

2013-09-24 Thread Maithilish
I have published a *Advanced GWT Tutorial* https://sites.google.com/site/gwt2tutorialat * https://sites.google.com/site/gwt2tutorial * *Advanced GWT Tutorial* is a step-by-step guide to a complete *Google Web Toolkit (GWT) *project. It walks through a complete GWT project, *Fins*, to explain

Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread PK
+1 6 days for my key app, similar situation with Usage History, last time of a daily charge entry in on 9/18... PK http://www.gae123.com On September 24, 2013 at 4:04:07 PM, Nicolas G (nicolas...@gmail.com) wrote: Same for me Nicolas On Mon, Sep 23, 2013 at 1:55 PM, timh

Re: [google-appengine] Re: Just verifying - App Engine is hosted on servers located in the USA right?

2013-09-24 Thread Barry Hunter
You have resurrected a thread from 4 years ago! *Now *can see, point 2.3 in the terms https://developers.google.com/appengine/terms On 17 September 2013 03:21, Joe Roets j...@createtank.com wrote: broken link on official line :( On Thursday, September 30, 2010 1:50:55 PM UTC-4, Ikai Lan

Re: [google-appengine] Can't create a Google Cloud Storage bucket

2013-09-24 Thread Vinny P
On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms tyr...@tyriar.com wrote: - I don't have billing enabled You'll need to activate billing for Cloud Storage to work. On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms tyr...@tyriar.com wrote: - It's a Google Apps account Is your account an

Re: [google-appengine] how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for JAVA?

2013-09-24 Thread Vinny P
ServletContext supplies the major and minor versions of the servlet runtime. See http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html#getMajorVersion() To retrieve the runtime version of App Engine, use the SystemProperty class:

Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread Jason Collins
Still flying blind. No update since Sep 18. j On Tuesday, 24 September 2013 17:10:11 UTC-6, PK wrote: +1 6 days for my key app, similar situation with Usage History, last time of a daily charge entry in on 9/18... PK http://www.gae123.com On September 24, 2013 at 4:04:07 PM, Nicolas G

Re: [google-appengine] Best Practices for Continuous Deployment on AppEngine

2013-09-24 Thread Aleem Mawani
On Saturday, August 10, 2013 10:08:01 AM UTC-7, Jeff Schnitzer wrote: We do zero-downtime rolling deployments. Our solution is to deploy to a new version each time (identified by a timestamp), warm up the version, and then switch. If you have a high-traffic app you may need to use

Re: [google-appengine] Google GAE for PHP: the same application, different deployment, different response times

2013-09-24 Thread Vinny P
On Fri, Sep 13, 2013 at 12:03 PM, Andrew andrey...@gmail.com wrote: I have two identical app deployment - staging and production. However, response times on production 2x slower. What may be the most obvious reasons for that? It's difficult to suggest a cause without seeing code - there

Re: [google-appengine] why is urlfetch works on localhost but it errors when I deploy

2013-09-24 Thread Vinny P
On Fri, Sep 13, 2013 at 4:25 PM, David Massey dmas...@gmail.com wrote: Code works perfectly fine when I'm running it on the devserver but when I deploy I get this error DownloadError: Unable to fetch URL:

Re: [google-appengine] Deploy spring web 3.2 without web.xml to google app engine

2013-09-24 Thread Vinny P
On Wed, Sep 11, 2013 at 8:28 PM, D dianasulistyo...@gmail.com wrote: I have a web application which is build with spring mvc 3.2 version, java 1.7. The app using annotation instead of having web.xml I would like to deploy this app into google app engine (I read the developer's guide, it

Re: [google-appengine] GAE self.request.get IMG SRC to passing as a arguments to python function

2013-09-24 Thread Vinny P
On Sun, Sep 15, 2013 at 7:30 AM, Simon B simon.neverm...@gmail.com wrote: Is there any way to get a img src? in index.html I have some images a user clicks on a image the page redirects to images.html via a onClick js function with that selected image rendering on images.html, Now to work

Re: [google-appengine] Anyone experience Python Error 500s?

2013-09-24 Thread Vinny P
On Mon, Sep 23, 2013 at 10:44 PM, aramesh...@mysummitps.org wrote: I'm experiencing POST http://s-t-h-c.appspot.com/dispatch 500 (Internal Server Error) on my app all of a sudden. It was fine during the day, but right now I get this whenever I try to make a POST. The application code is

Re: [google-appengine] Executing mapreduce slows down queries to datastore

2013-09-24 Thread Vinny P
On Mon, Sep 16, 2013 at 11:07 AM, José Antonio josean1...@gmail.com wrote: When executing a mapreduce against Google App Engine Datastore, the queries for rest of my application slow down significantly . Do I need to include any special option in mapreduce python sentence to avoid this.

Re: [google-appengine] PhotoSharingDemo 500 error - HELP_

2013-09-24 Thread Vinny P
On Mon, Sep 16, 2013 at 7:50 PM, Roger Ball rball...@gmail.com wrote: have downloaded this sample app, did the ant build and “run server” I can get into the admin part of the app just fine. My account on Google (rball444) is active. I can get to the home screen (attached) and “post” I get the

Re: [google-appengine] Problems adding a third-party domain to existing google app engine application

2013-09-24 Thread Vinny P
On Tue, Sep 17, 2013 at 10:20 AM, Oscar Trollheden os...@theviralcompany.com wrote: After typing in the domain name i wish to use for the application, im redirected over to Google Apps to verify that i own the domain (verified and ready), but notting happens when i click on the desired google

Re: [google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vinny P
On Sun, Sep 15, 2013 at 12:11 AM, Vikas Sharma netcapt...@gmail.com wrote: I am using app engine search api to search within documents. the results returned are displayed on the django template.i am able to display all the fields in template except the *doc_id* of the result. can someone

Re: [google-appengine] Unable to deploy my appsengine

2013-09-24 Thread Vinny P
On Sun, Sep 22, 2013 at 4:09 PM, Sam Maine sidekick67...@gmail.com wrote: I am very new in google apps. I have managed to run my on localhost, but I am unable to deploy it. I am running it on ubuntu linux with python installed. Why exactly is the deploy failing? Can you screenshot the error

Re: [google-appengine] Upload is working local but not with the app engine

2013-09-24 Thread Vinny P
On Sat, Sep 14, 2013 at 12:16 AM, Max Power jkrus...@gmail.com wrote: ich have a form panel with a FileUpload: after i submit the form, the servlet gets a request but with a post error Are you mapping the file upload directly to a servlet? It's better if you use the Blobstore's file upload

Re: [google-appengine] Unable to send email (mail.send_mail) in Python, no indication as to why?

2013-09-24 Thread Vinny P
On Sat, Sep 21, 2013 at 1:59 PM, Jacob Morehouse jacob.moreho...@gmail.com wrote: I'm trying out GAE and having a little trouble sending email from my application in both development and production. The email address I'm using is an administrator address (for TO and FROM). I've read the

Re: [google-appengine] Blacklist IP by Range

2013-09-24 Thread Vinny P
On Wed, Sep 11, 2013 at 12:36 PM, João Verissimo Ribeiro joao.integra...@gmail.com wrote: I would like to block a range of ip, eg: ?xml version=1.0 encoding=UTF-8? blacklistentries blacklist subnet157.***.***.***/subnet descriptionblock the bingbot/description /blacklist Is