Re: [google-appengine] I registered a test application, how can I see it executing?? Help

2012-10-02 Thread Julie Smith
You should be able to see the app running at* *
http://rbmudacity.appspot.com/ but it would appear that your app is not
handling requests.

You don't say which language you used. If you are using the Python sample at
https://developers.google.com/appengine/docs/python/gettingstarted/usingwebapp
and you have deplyed it as per
https://developers.google.com/appengine/docs/python/gettingstarted/uploading
then I would suggest checking your app.yaml file.

On 3 October 2012 10:26, animats  wrote:

> I am a new user to google developer and I registered the simple helloworld
> application as rbmudacity. I see it in my dashboard, but how do I see it
> running.
>
> Help a new ggoglenite!!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/7KEdRnvg5PYJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Got Error when uploading,help plz

2012-10-11 Thread Julie Smith
*I have occasionally received this error, and in each case it was related
to Internet access problems. One time it was my ISP's DNS, so I changed my
DNS to use Google (8.8.8.8 and 8.8.4.4 as per *
https://developers.google.com/speed/public-dns/?hl=es* On another occassion
my ADSL router required a restart. Can you ping appspot.com?**
*
On 12 October 2012 07:12, Danny Favela  wrote:

> I'm seeing this error today, just as I did yesterday, when trying to
> deploy using Python 2.7.  Please let me know if there's a fix, as there are
> lots of unsuccessful options -- and none marked as solutions -- on
> stackoverflow and in Google search results.
>
> Error:
>
> File "C:\Program Files
> (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py",
> line 383, in Send
> f = self.opener.open(req)
>   File "C:\Python27\lib\urllib2.py", line 400, in open
> response = self._open(req, data)
>   File "C:\Python27\lib\urllib2.py", line 418, in _open
> '_open', req)
>   File "C:\Python27\lib\urllib2.py", line 378, in _call_chain
> result = func(*args)
>   File "C:\Python27\lib\urllib2.py", line 1215, in https_open
> return self.do_open(httplib.HTTPSConnection, req)
>   File "C:\Program Files
> (x86)\Google\google_appengine\lib\fancy_urllib\fancy_urllib\__init__.py",
> line 383, in do_open
> raise url_error
> urllib2.URLError: 
> 2012-10-11 13:05:38 (Process exited with code 1)
>
>
> -Danny
>
> On Monday, April 12, 2010 3:11:05 PM UTC-7, Ikai L (Google) wrote:
>>
>> Are you still having this issue? What happens if you deploy using Python
>> 2.5?
>>
>> I also know that we've seen some issues with deploys and clock skew.
>> Could that be what is happening here?
>>
>> On Sat, Apr 10, 2010 at 5:37 AM, Camus  wrote:
>>
>>> I have update another apps and it works like a charm, but got error
>>> when I try to update BirdNest.Someone can help on this? Just try to
>>> build a twitter proxy :(
>>> Thanks !!
>>>
>>> ==The Error Message:==
>>> C:\Google\google_appengine>**appcfg.py update BirdNest
>>> C:\Google\google_appengine\**appcfg.py:41: DeprecationWarning: the sha
>>> module is deprecated; use the hashlib module instead
>>>  os.path.join(DIR_PATH, 'lib', 'antlr3'),
>>> C:\Google\google_appengine\**google\appengine\tools
>>> \dev_appserver_login.py:33: DeprecationWarning: the md5 module is
>>> deprecated; use hashlib instead  import md5
>>> Application: MYAPPID; version: 1.
>>> Server: appengine.google.com.
>>> Scanning files on local disk.
>>> Initiating update.
>>> 2010-04-10 19:35:00,726 ERROR appcfg.py:1568 An unexpected error
>>> occurred. Aborting.
>>> Traceback (most recent call last):
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 1535, in DoUploadmissing_files = self.Begin()
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 1305, in Beginversion=self.version,
>>> payload=self.config.ToYAML())
>>>
>>> File "C:\Google\google_appengine\**google\appengine\tools
>>> \appengine_rpc.py", line 346, in Sendf = self.opener.open(req)
>>>  File "C:\Python26\lib\urllib2.py", line 391, in openresponse =
>>> self._open(req, data)
>>>  File "C:\Python26\lib\urllib2.py", line 409, in _open'_open',
>>> req)
>>>  File "C:\Python26\lib\urllib2.py", line 369, in _call_chain
>>> result = func(*args)
>>>
>>> File "C:\Google\google_appengine\**google\appengine\tools
>>> \https_wrapper.py", line 136, in https_openreturn
>>> self.do_open(http_class_**wrapper, req)
>>>  File "C:\Python26\lib\urllib2.py", line 1136, in do_openraise
>>> URLError(err)
>>> URLError: 
>>> Traceback (most recent call last):
>>>  File "C:\Google\google_appengine\**appcfg.py", line 68, in 
>>> run_file(__file__, globals())
>>>  File "C:\Google\google_appengine\**appcfg.py", line 64, in run_file
>>> execfile(script_path, globals_)
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 2709, in main(sys.argv)
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 2700, in mainresult = AppCfgApp(argv).Run()
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 1763, in Runself.action(self)
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 2580, in __call__return method()
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 2070, in Updatelambda path: open(os.path.join(basepath,
>>> path), 'rb'))
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 1535, in DoUploadmissing_files = self.Begin()
>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**py",
>>> line 1305, in Beginversion=self.version,
>>> payload=self.config.ToYAML())
>>>
>>> File "C:\Google\google_appengine\**google\appengine\tools
>>> \appengine_rpc.py", line 346, in Sendf = self.opener.open(req)
>>>  File "C:\Python26\lib\urllib2.py",

Re: [google-appengine] Google App Engine TemplateDoesNotExist

2012-10-12 Thread Julie Smith
2 things to possibly consider:

(1) Rather than including the '/' path separator character manually, the
os.path.join function is used to join path components using whichever
character is appropriate (e.g., '\' for Windows, '/' for Unix).
Try;

path = os.path.join(os.path.dirname(__file__), "templates", "main.html")
self.response.out.write(template.render(path, template_values))

(2) Ensure that the case of the actual filename matches that specified in
the code; main.HTML is not the same as main.html


On 12 October 2012 19:36, 唐元亮  wrote:

> The following problem has bothered me for a long time. Can anybody help?
> Thanks
> The "main.html" file is in the "templates" directory under the app root
> directory.
> Google App Engine keeps complaining that it cannot find "main.html".
>
> app.yaml:
> ---
> application: templateTest
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /.*
>   script: main.py
> ---
>
> main.py:
> ---
> #!/usr/bin/env python2.7
> # -*- coding: utf-8 -*-
>
> from google.appengine.ext import webapp
> from google.appengine.ext.webapp.util import run_wsgi_app
> import os
> from google.appengine.ext.webapp import template
>
> class MainPage(webapp.RequestHandler):
> def get(self):
> path = os.path.join(os.path.dirname(__file__),
> "templates/main.html")
> self.response.out.write(template.render(path, {}))
>
> application = webapp.WSGIApplication([("/", MainPage)], debug=True)
>
> def main():
> run_wsgi_app(application)
>
> if __name__ == "__main__":
> main()
> ---
>
>
> The error message:
>
> .../google_appengine/lib/django_1_2/django/template/loader.py", line 138, in 
> find_template
> raise TemplateDoesNotExist(name)
> TemplateDoesNotExist: main.html
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/ncK-eBY0jKgJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Downloading Source Code

2012-10-24 Thread Julie Smith
*Hi Janika,*
*
*
*It sounds like you may be running the command from the Python command
prompt.*
*
*
*The appcfg.py command is designed to be run from a normal Windows commnand
prompt (cmd.exe).*
*
*
*The syntax is indeed used without the angle brackets;*
appcfg.py download_app -A *apageaboutturtles -V 1
c:\users\me\desktop\source_folder*
*
**Regards,*
*
*
*Julie*
*
*
On 24 October 2012 16:10, Janika Humphries  wrote:

> Hi people, I know this is somewhat of a controversial topic, but being the
> brand new developer that I am, I've lost my source code and have no backups
> of it.
>
> I'd like to use the Python SDK command line tool to download it, but
> running appcfg.py download_app -A ** -V 
> *<1>*
> gives syntax errors
>
> I have tried removing the brackets, and I've also tried some of the other
> commands in the help page, which all also return syntax errors. The little
> syntax error arrow (it looks like ^) appears under the last letter of
> download_app. Does that shed any light on the problem?
>
> Whether I recover my data or not I will be taking a lesson from this, and
> have signed up for dropbox!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/FhkRsV775CkJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Create an Application error

2012-10-26 Thread Julie Smith
*There can be many causes for a server error. Please go to
appengine.google.com and check the logs for your application for more
information.
*
On 26 October 2012 23:44, Conny Dai  wrote:

> anyone have idea?
> when I create a new application
> it show
> Server Error
>
> A server error has occurred.
>
> Return to Applications screen » 
>
> I try CHROME IE always this error
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/tt0I3VWDyQAJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Julie Smith
developers.google.com/appengine is down too.

It would definitely be nice to hear something from Google.

On 27 October 2012 02:07, Nicanor Babula  wrote:

> Yes, hearing from google would be nice..
>
>
> On Fri, Oct 26, 2012 at 5:05 PM, Thiago Catoto  wrote:
>
>> Can some one from Google Team say something plz?
>>
>> =]
>>
>> On Fri, Oct 26, 2012 at 1:02 PM, Paul  wrote:
>>
>>> I was too fast... it's down again. HR too.
>>>
>>>
>>> On Friday, 26 October 2012 16:58:22 UTC+2, Paul wrote:

 Mine is back up, 18 minutes of downtime...

>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/google-appengine/-/L7hyLJMkZ2YJ.
>>>
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> --
> Nicanor Cristian Babula
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Awesome loading requests

2012-10-26 Thread Julie Smith
*Thank you for posting something positive. I think that we can all do with
an injection of positivity today.
*
On 27 October 2012 11:07, alex  wrote:

> Yes, 260ms. Not only that one, the average.
>
> That's an unrealistic *if* for Java apps, but I'm not starting a language
> flame. Just wanted to post something positive today.
>
>
>
> On Sat, Oct 27, 2012 at 1:40 AM, Benjamin Possolo wrote:
>
>> So you are saying that your loading request only took 260ms?
>>
>> The time to serve a loading request varies for every single application.
>> It is mostly a function of how much your application does on startup.
>> If people in the Java runtime have absolutely no ContextListeners then
>> they will probably have a 260ms (or less) loading time too.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/google-appengine/-/G_5WeXklY9wJ.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Reliability of URLFetchService

2012-10-26 Thread Julie Smith
*I am using Python (not Java), but I was receiving significant numbers of *
DeadlineExceeded* errors (many per day). Since using this patch to increase
the timeout to 10 seconds, I have not seen any *DeadlineExceeded* errors.*

*The fix for Python was to add the following code before importing httplib2*
*:*
*
*
# Fix for DeadlineExceeded, based on code from
#
https://groups.google.com/forum/#!msg/google-appengine/OANTefJvn0A/uRKKHnCKr7QJ
from google.appengine.api import urlfetch
real_fetch = urlfetch.fetch
def fetch_with_deadline(url, *args, **argv):
argv['deadline'] = 10 # 10 second timeout
logservice.flush()
return real_fetch(url, *args, **argv)
urlfetch.fetch = fetch_with_deadline

*I don't know what the equivalent is for Java, but this may give you some
ideas.*
*
*
*Regards,*
*
*
*Julie*
*
*
On 26 October 2012 03:12, Deepak Singh  wrote:

> Hi Alll,
>
> I want to discuss here your experience about GAE Java URLFetchService.
>
> We are using async feature of this service to retrieve data from 3rd party
> servers and our business mainly depends on the data received from their
> servers.
> I observe that UrlFetch fails many times with java.io exception and thus
> we lose our business.
>
> So i would like to know your experience about its reliability,
> DeadlineExceededException cases, ways to handle it and all.
>
> Let us know how reliable is URLFetchService(GAE Java) ?
>
> Regards
> Deepak Singh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Julie Smith
*Please check your logs from the dashboard. They should give some
indication as to the cause of the error.
*


On 4 November 2012 17:17, Joel Aniol wrote:

> Seems there is a Problem with the App Engine
> everytime i hit "Create Application" (https://appengine.google.com/start)
> i got the Error message
>  Server Error
>
> A server error has occurred.
>
> *Return to Applications screen »* 
>
>
>
> Sincerly
>
> Deex
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/f1XBA27DM5AJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Google App Engine - Create a Engine not working

2012-11-05 Thread Julie Smith
*Hi Joel,*
*
*
*My apologies, the Dashboard is only visible once you have created at least
1 application.*
*
*
*Normally, when you click the [Create Application] button, you are taken to
a screen which prompts you to "Create an Application" and asks you to
choose an Application Identifier.*
*
*
*Are you logged in with a Gmail or Google Apps email address? My
understanding is that only *.gmail.com, or Google Apps accounts can create
applications.*
*
*
*Are you able to access other Google services such as Google Calendar?*

*
*
*Cheers,*
*
*
*Julie*


On 5 November 2012 06:48, Joel Aniol wrote:

> Hi Julie,
>
> i havent a Dashboard, the only thing that i can see is this here
>
>
>
> Am Sonntag, 4. November 2012 10:20:00 UTC+1 schrieb Julie:
>
>> *Please check your logs from the dashboard. They should give some
>> indication as to the cause of the error.
>> *
>>
>>
>> On 4 November 2012 17:17, Joel Aniol wrote:
>>
>>> Seems there is a Problem with the App Engine
>>> everytime i hit "Create Application" (https://appengine.google.com/**
>>> start ) i got the Error message
>>>  Server Error
>>>
>>> A server error has occurred.
>>>
>>> *Return to Applications screen »* 
>>>
>>>
>>>
>>> Sincerly
>>>
>>> Deex
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/google-appengine/-/**f1XBA27DM5AJ
>>> .
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>> To unsubscribe from this group, send email to google-appengi...@**
>>> googlegroups.com.
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/google-appengine?hl=en
>>> .
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/LQWxpVSi5hYJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Google App Engine - Create a Engine not working

2012-11-05 Thread Julie Smith
*Hi Deex,*
*
*
*Which editor did you use to edit the app.yaml file? Only standard ASCII
text (or UTF-8 without BOM) should be used. *
*
*
*Cheers,*
*
*
*Julie*


On 5 November 2012 14:54, Deborah Ryan  wrote:

> I am receiving the special characters are not allowed message when trying
> to run the GAE...here is my response after choosing Deploy below. Anyone
> know the resolve for this?
> Thks
>
> 2012-11-04 21:18:33 Running command: "['C:\\Python27\\pythonw.exe', '-u',
> 'C:\\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies',
> u'--email=[removed for privacy purposes]', '--passin', 'update',
> u'C:\\Program Files\\Google\\google_appengine\\helloworld\\app']"
> 09:18 PM Host: appengine.google.com
> Error parsing yaml file:
> unacceptable character #x: special characters are not allowed
>   in "C:\Program Files\Google\google_appengine\helloworld\app.yaml",
> position 316
> 2012-11-04 21:18:43 (Process exited with code 1)
>
> You can close this window now.
>
>
> On Sunday, November 4, 2012 1:17:24 AM UTC-5, Joel Aniol wrote:
>>
>> Seems there is a Problem with the App Engine
>> everytime i hit "Create Application" (https://appengine.google.com/**
>> start ) i got the Error message
>>  Server Error
>>
>> A server error has occurred.
>>
>> *Return to Applications screen »* 
>>
>>
>>
>> Sincerly
>>
>> Deex
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/yptt9xqXeKYJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Julie Smith
FYI, it is issue #4901 at
http://code.google.com/p/googleappengine/issues/detail?id=4901


On 14 November 2012 06:24, vlad  wrote:

> I ditched TaskQueue for all requests with timeouts of less than 60 sec. It
> was simply too unreliable. Btw, there is a ticket filed for feature
> requesting a TaskQueue with timing guarantees. Feel free to star it. Sorry,
> too lazy to dig out a link.
>
>
>
> On Tuesday, November 13, 2012 8:57:47 AM UTC-8, Dan wrote:
>>
>> Thanks for the info.
>>
>> Looks like I spoke too soon as well, taskqueue execution latency is back
>> up again - awesome. If only the latency increase was in the order of 10x
>> not a massive 100x - 1000x...
>>
>> On Tuesday, November 13, 2012 1:40:58 PM UTC, stevep wrote:
>>>
>>> This issue has been raised before (I believe this is what you are
>>> seeing). Many moons ago vlad was its champion in these groups. His
>>> conclusion (link below): "I have been screaming about this for a looong
>>> time. The offcial position of GAE team is - we don't guarantee on time
>>> execution. Even though this issue is not about on time execution but rather
>>> about bugs/inefficiency of their scheduler."
>>>
>>> Sadly I think this is never going away, so best to build your client
>>> with the anticipation of such delays -- TQ tasks as part of handling client
>>> calls are too powerful/necessary to avoid entirely. HTH -stevep
>>>
>>> Link:
>>> https://groups.google.com/**forum/?fromgroups=#!topic/**
>>> google-appengine/nwnq7cjABhY
>>>
>>>
>>>
>>> On Sunday, November 11, 2012 2:43:06 AM UTC-8, Dan wrote:

 Hi Goggle,

 Is it possible to have an update as to what's going on with the
 taskqueue execution latency. According to the status monitor it has been
 going on since midnight on 10th November and is still continuing.

 There are no notes to say you are looking into it so I just wanted to
 make sure you are aware of it.

 The pattern I am seeing is that multiple tasks are delayed for over a
 minute and then execute all at once. My app is used to an execution latency
 in the order of < 10ms but I am seeing delays of over 60,000ms.

 Best wishes,
 Dan

>>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/rxIPu2eId4wJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] App Engine : Getting server Error

2012-11-13 Thread Julie Smith
What error message are you seeing in the logs? The logs (available from the
link at the left of the dashboard) should give more details as to the cause
of the error.

On 11 November 2012 23:06, djgoogleuser  wrote:

> Hi guys
>
> I am getting server error now .  I mistakenly clicked disable
>  application as was trying to delete and deploy new application   ,
>  reverted but still i am stuck with this error
>
>
> 
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/4n7RtYmv8FUJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Error: Server Error I need help please

2012-11-28 Thread Julie Smith
Please go to your dashboard and check your logs.

On 29 November 2012 14:00, Nicolas Perez  wrote:

> Hello...after i deployed my app from eclipse i go to the welcome page
>
> http://nxtest-01.appspot.com
>
> But when i click on "Available Servlets: Test" i got  this
> *
> *
>>
>> *Error: Server Error**The server encountered an error and could not
>> complete your request.*
>>
>> *If the problem persists, please 
>> reportyour problem and 
>> mention this error message and the query that caused it.
>> *
>>
> Help me please
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/y8Q79DKlOVAJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] The requested URL /My%20Favourites.html was not found on this server.

2013-01-08 Thread Julie Smith
Firstly, are you using Python, Java or Go?
Secondly, is My Favourites.html a static file, or dynamically served by
your application?

What do you mean by "when trying to open two tabs in my website"?


On 9 January 2013 05:34, Teja Setty  wrote:

> this is the error i'm getting  when trying to open two tabs in my
> website..what may  be the problem?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/0X2un0kc6AUJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-01-13 Thread Julie Smith
If your version is *abc-1* in the versions page, and your app ID is *myapp*,
then the full URL will be
*abc-1-dot-myapp.appspot.com*


On 14 January 2013 15:54, Robert Kluin  wrote:

> How will this impact people using secure only URLs that are testing a
> new version of the app before making it default?  I guess the
> "versions" page in the admin console will be updated to use the -dot-
> notation, so it will still be easy?
>
>
> Robert
>
>
>
>
>
> On Thu, Jan 10, 2013 at 5:47 PM, Christina Ilvento 
> wrote:
> > Hi All,
> >
> > As part of our continued commitment to security and a standard platform,
> > Google App Engine will soon stop publishing double wildcard SSL
> certificates
> > for *.*.appspot.com, (e.g., https://version.application.appspot.com or
> > https://www.application.appspot.com). This change will take effect no
> later
> > than April, 2013. Please note that this only affects applications serving
> > from appspot.com, and that any applications serving from custom domains
> will
> > continue using their existing certificates. Furthermore, this only
> affects
> > HTTPS access to your application and non-secure HTTP traffic will not be
> > affected.
> >
> > If you rely on HTTPS access to such URLs for your application, please
> change
> > any application logic to use “-dot-” instead of “.”. For example, to
> access
> > version “1” of application “myapp” use “https://1-dot-myapp.appspot.com”
> > instead of “https://1.myapp.appspot.com”.
> >
> > Developers for applications using this pattern as of 1/7/2013 have
> already
> > received a notification email with instructions for identifying this
> pattern
> > in their application.
> >
> > Based on our analysis, fewer than 2,000 App Engine applications are
> > currently using double wildcard SSL certificates on appspot.com and the
> > majority of them are using the pattern of https://www.appid.appspot.com,
> > which can safely be replaced with https://appid.appspot.com.
> >
> > Thank you for your continued support of App Engine. If you have any
> > questions or concerns about these changes, please feel free to email us
> at
> > appengine-ssl-certificate-wildcard-questi...@google.com with your
> > application-id and we’ll be happy to assist you.
> >
> >
> > Regards,
> > Christina Ilvento on behalf of the Google App Engine Team
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Issues implementing URL slug

2013-01-16 Thread Julie Smith
Hello NP,

That code works for me running on the development server on Windows 7
running Chrome 23.

You haven't included your app.yaml, so I used

*handlers:*
*  *
*- url: /.**
*  script: main.py
*

Is that what you have?

Regards,

Julie


On 16 January 2013 08:17, NP  wrote:

> I'm trying to implement url slugs in my app (python-based). I want the
> slugged URL to be of the format  myhost//
>
> When I try to access the page using the above slugged url format, I get an
> error and (in Chrome, the error says - unexpected token <). If I delete the
> '/' from the url, the page loads correctly. Specifically, I
> noticed that once I have a 'forward slash' after the , I have
> issues. Everything works fine without that extra slash (extra directory)
>
> My code is
>
> class mainhandler(webapp.RequestHandler):
> def get(self):
> if (self.request.path == '/test'):
> path = os.path.join (os.path.dirname (__file__), 'test.htm')
> self.response.headers ['Content-Type'] = 'text/html'
> self.response.out.write (template.render (path, {}))
> else:
> path = os.path.join (os.path.dirname (__file__), 'index.htm')
>
> self.response.headers ['Content-Type'] = 'text/html'
>
> self.response.out.write (template.render (path, {}))
>
> application = webapp.WSGIApplication( [('/.*', mainhandler)],  debug=True)
>
> Basically, I want to load the index.htm file and on that file, I have
> javascript which is supposed to extract the post-id from the URL and do
> some stuff with it.
>
> Anybody know what I'm doing wrong here?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/YesSG15kKXYJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Issues implementing URL slug

2013-01-16 Thread Julie Smith
NP, can you give an actual example of a URL that you are having problems
with?
Which version of the SDK and Python are you running?
It works for me using App Engine SDK release: "1.7.4" and Python 2.7.3

I agree with Jesse that < and > should not be used in a URL, however as far
as I can tell from RFC3986 , < and >
are not explicitly reserved characters (however they are also not included
in the unreserved list either).

Whilst I don't recommend using < or > in a URL, it seems that IE, FF and
Chrome convert those characters to percent-encoded octets before sending
them to the server Within the app, self.request.url shows those
characters as %3C and %3E.


On 17 January 2013 07:53, NP  wrote:

> yea, i only used the anchors (in my post) to signify they are placeholders
>
>
> On Wednesday, January 16, 2013 12:04:07 PM UTC-8, Jesse wrote:
>>
>> Since <> are not valid URL characters.
>>
>> On Wednesday, January 16, 2013 2:02:52 PM UTC-6, Jesse wrote:
>>>
>>> You're not actually loading myhost//<**post_title> right?
>>> You're loading something like:
>>>
>>> myhost/123123/this-is-the-**title-slug
>>>
>>> ?
>>>
>>> On Tuesday, January 15, 2013 3:17:50 PM UTC-6, NP wrote:

 I'm trying to implement url slugs in my app (python-based). I want the
 slugged URL to be of the format  myhost//

 When I try to access the page using the above slugged url format, I get
 an error and (in Chrome, the error says - unexpected token <). If I delete
 the '/' from the url, the page loads correctly. Specifically, I
 noticed that once I have a 'forward slash' after the , I have
 issues. Everything works fine without that extra slash (extra directory)

 My code is

 class mainhandler(webapp.**RequestHandler):
 def get(self):
 if (self.request.path == '/test'):
 path = os.path.join (os.path.dirname (__file__), 'test.htm')
 self.response.headers ['Content-Type'] = 'text/html'
 self.response.out.write (template.render (path, {}))
 else:
 path = os.path.join (os.path.dirname (__file__),
 'index.htm')
 self.response.headers ['Content-Type'] = 'text/html'

 self.response.out.write (template.render (path, {}))

 application = webapp.WSGIApplication( [('/.*', mainhandler)],
  debug=True)

 Basically, I want to load the index.htm file and on that file, I have
 javascript which is supposed to extract the post-id from the URL and do
 some stuff with it.

 Anybody know what I'm doing wrong here?

>>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/WHVS3FVFrwsJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Issues implementing URL slug

2013-01-16 Thread Julie Smith
Is it possible that there is indeed a syntax error in your index.html
template file?

If you check the console output in Chrome
Tools > Javascript Console > Console
it should indicate the where the error is. If you click on the error line
number on the right hand side, the console will show the source code at
that line. Note that the line number displayed in the console may not be
the same as the line number in your index.html file, as the template
variables are filled in.



On 17 January 2013 13:29, NP  wrote:

> I am running on SDK 1.6.3 and python 2.5
>
> Also, I don't actually use '<' in my url. I only used it in the post here
> to indicate it is meant to be a placeholder. A real url on my Dev server
> would be something like localhost:8081/1234/a-simple-example
>
> and the error I get from the Firebug console is
>
>
> *- SyntaxError: syntax error*
>
> **
>
> *
> If I view the error in Chrome, it says
>
> Uncaught SyntaxError: Unexpected token <
>
>
> On Wednesday, January 16, 2013 6:05:10 PM UTC-8, Julie wrote:
>
>> NP, can you give an actual example of a URL that you are having problems
>> with?
>> Which version of the SDK and Python are you running?
>> It works for me using App Engine SDK release: "1.7.4" and Python 2.7.3
>>
>> I agree with Jesse that < and > should not be used in a URL, however as
>> far as I can tell from RFC3986 , <
>> and > are not explicitly reserved characters (however they are also not
>> included in the unreserved list either).
>>
>> Whilst I don't recommend using < or > in a URL, it seems that IE, FF and
>> Chrome convert those characters to percent-encoded octets before sending
>> them to the server Within the app, self.request.url shows those
>> characters as %3C and %3E.
>>
>>
>> On 17 January 2013 07:53, NP  wrote:
>>
>>>  yea, i only used the anchors (in my post) to signify they are
>>> placeholders
>>>
>>>
>>> On Wednesday, January 16, 2013 12:04:07 PM UTC-8, Jesse wrote:

 Since <> are not valid URL characters.

 On Wednesday, January 16, 2013 2:02:52 PM UTC-6, Jesse wrote:
>
> You're not actually loading myhost//<**post**_title> right?
> You're loading something like:
>
> myhost/123123/this-is-the-**titl**e-slug
>
> ?
>
> On Tuesday, January 15, 2013 3:17:50 PM UTC-6, NP wrote:
>>
>> I'm trying to implement url slugs in my app (python-based). I want
>> the slugged URL to be of the format  myhost//
>>
>> When I try to access the page using the above slugged url format, I
>> get an error and (in Chrome, the error says - unexpected token <). If I
>> delete the '/' from the url, the page loads correctly.
>> Specifically, I noticed that once I have a 'forward slash' after the
>> , I have issues. Everything works fine without that extra slash
>> (extra directory)
>>
>> My code is
>>
>> class mainhandler(webapp.**RequestHand**ler):
>> def get(self):
>> if (self.request.path == '/test'):
>> path = os.path.join (os.path.dirname (__file__),
>> 'test.htm')
>> self.response.headers ['Content-Type'] = 'text/html'
>> self.response.out.write (template.render (path, {}))
>> else:
>> path = os.path.join (os.path.dirname (__file__),
>> 'index.htm')
>> self.response.headers ['Content-Type'] = 'text/html'
>>
>> self.response.out.write (template.render (path, {}))
>>
>> application = webapp.WSGIApplication( [('/.*', mainhandler)],
>>  debug=True)
>>
>> Basically, I want to load the index.htm file and on that file, I have
>> javascript which is supposed to extract the post-id from the URL and do
>> some stuff with it.
>>
>> Anybody know what I'm doing wrong here?
>>
>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/google-appengine/-/**WHVS3FVFrwsJ
>>> .
>>>
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>> To unsubscribe from this group, send email to google-appengi...@**
>>> googlegroups.com.
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/google-appengine?hl=en
>>> .
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/sxFetiKClD0J.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group

Re: [google-appengine] What is the best way to handle storing data > 1MB that must be part of a transaction?

2013-01-20 Thread Julie Smith
I had a similar situation with a list of variable length lists of variable
length dictionaries. I used pickle to pack the data into a single
structure. I then sliced the pickled data into smaller (<1MB) chunks and
stored each chunk in an entity which contains a blobstore and a sequence
number.


On 15 January 2013 14:02, wwwtyro  wrote:

> It looks like I have a couple of options:
>
> 1. use the datastore, but break the data into smaller pieces
> 2. use google cloud sql (Are there per-row limits?)
>
> And a couple that look less likely to be workable:
>
> 3. Somehow use the blobstore within a transaction?
> 4. Somehow use google cloud storage within a transaction?
>
> The data I am storing is json. I've been using a JsonProperty in the
> datastore, until I realized I was not going to be able to go over the
> limit. If I did use option 1, how would I break up a json string into
> roughly 1MB blocks for efficient storage? How do I do it efficiently when
> using some kind of compression (and how would I use compression)?
>
> I'm also not attached to any of these solutions. Whatever best (and most
> simply) solves the problem in the subject is what I want to hear. :) Thanks
> for any help!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/LF9gzpusTO8J.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Can't Edit APP on GAE

2013-02-04 Thread Julie Smith
If you are using Python, you can download your code from GAE as per the
instructions at
https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Downloading_Source_Code




On 4 February 2013 07:34, Ayick Tigabelas  wrote:

> how can I edit an existing my application? somebody help me
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Some static images not uploaded, but they are shown in local

2013-02-20 Thread Julie Smith
Check the case of the file names. Windows doesn't care about case, but the
webserver does.
e.g., myapp.appspot.com/static/image.jpg will return 404 if the file name
is actually Image.jpg or image.JPG, etc.


On 19 February 2013 05:12, Indavelopers Almería wrote:

> I have a problem with some static images.
>
> I uploaded my app with several images, but some of them aren't shown when
> I check my app in Appspot. When I try to directly get them (i.e. "
> myapp.appspot.com/static/image.jpg" a 404 pops up. This 404 is logged on
> my app's dashboard logs as a 404 warning: "Static file referenced by
> handler not found".
>
> The rest of the images are shown correctly, and they all are shown in
> localhost in the webpage and when accesed directly. They all are JPGs and
> the ones not being uploaded are in the same folders as others that do.
>
> I tried to upload two images to another app, one that is served and
> another that returns this error, and the one that returns the 404 doesn't
> upload either to this new app. I tried to escale the image to a smaller
> size -although that doesn't seem to be the problem since bigger images
> are correctly uploaded and shown- and cut a piece of it and export to a 
> newJPG and the
> new image also doesn't upload. I cloned one of the broken images and
> upload it with another name and that didn't work either.
>
> No errors where shown during app upload with GAE Launcher.
>
> I can't really tell what's the problem, why I can't serve these images in
> either apps, what's the difference with other images that were taken with
> the same camera, why someones do upload and someones don't, and why a cut
> off of one of these images also is a "broken" image. OK the problem seems
> to be the images, but I don't know why they are shown in local but are
> not being uploaded, and what should I check of them to know if they will
> work or not.
>
> Thank you very much in advance.
>
> PD: I'm using Python 2.7 with Windows 7.
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Dashboard not loading, logs not viewable

2013-02-22 Thread Julie Smith
It's happening to me too when I'm logged in to my Google account. It was
working about 15 minutes ago, but now I get error 503
An unexpected failure has occurred. Please try again.

However, if I access appengine.google.com from my Apps account, I get the
the "Welcome to Google App Engine" screen.


On 23 February 2013 02:00, Saurabh Gupta  wrote:

> Hello, after this incident:
> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/R39uBoTCJqI
>
> the dashboard and logs are not viewable this morning;
> the https://appengine.google.com site does not load.
>
> Please help
> Thanks,
> Saurabh
>
>  --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] http://localhost:9090 is not loading consistently

2013-02-26 Thread Julie Smith
Do you see anything in the Logs window?

Are you running the latest 1.7.5 SDK?



On 23 February 2013 01:12, srinivas guddati  wrote:

> I am going through coursebuilder tutorial on google app engine. When I
> start the application and click on browse, some times the localhost is not
> loading and taking for ever. It is not consistent and once in a while the
> page is loading. Any suggestions?
>
> Srinivas.
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Error: Server Error

2013-03-06 Thread Julie Smith
Please check your log files from the admin console.



On 5 March 2013 23:41, 血未冷  wrote:

> Error: Server Error The server encountered an error and could not
> complete your request.
>
> If the problem persists, please 
> reportyour problem and 
> mention this error message and the query that caused 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] user sign out google app engine without sign up Google account

2013-03-08 Thread Julie Smith
If you are using Chrome, one possible workaround is to set up multiple user
browser profiles, where each profile signs into a different Google account.
This has the advantage of allowing the user to be signed into multiple
Google accounts simultaneously.

Cheers,

Julie



On 9 March 2013 11:46, mike  wrote:

> Hi There,
>
> Is there a way for user to sign out (or remove the auth) my app engine app
> without sign out Google Account?
>
> I want to be able to use my site with multiply accounts:
> https://cloudshellapp.appspot.com/
>
> If I can just sign out my account without sign out Google Account
> completely, it would very easy to switch accounts.
>
> Thanks,
> Mike,
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Allow/Deny access by user

2013-04-05 Thread Julie Smith
Hi Rik,

You can revoke access to any application at
https://accounts.google.com/IssuedAuthSubTokens
This page lists all connected Sites, Apps and Services, as well as
application-specific passwords.

Cheers,

Julie


On 5 April 2013 13:45, Rik Scarborough  wrote:

> When you first log into an appengine application that uses Authentication,
> you get a page that asks you if you want to allow that application to have
> access to your account information.  It seems like you only get it once.
>
> If someone chooses to deny access, how does he or she change that, or even
> look it up later.
>
> Conversely, how do you revoke access you have given to test what your
> application does if the user denies access?
>
> ~Rik
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Text

2013-04-11 Thread Julie Smith
Please be more specific in your questions!

It depends on the language. For example, in Python
*new_string = string1 + string2*


On 11 April 2013 15:13, Newbee  wrote:

> How to concatenate Text in GAE
>
> --
> 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 http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.