singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

Error in image_sharing application #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Modify app.yaml for Python 2.7 (See attached app,yaml)
2, dev_appserver.py image_sharing/
2. Does not run (See below for errors)

What is the expected output? What do you see instead?

Application to run
What version of the product are you using? On what operating system?

Mac OS 10.6.8, Python 2.7
Please provide any additional information below.

RROR    2012-11-27 03:42:03,320 dev_appserver_main.py:584] Fatal error when 
loading application configuration:
Unable to assign value 'image_sharing' to attribute 'application':
Value 'image_sharing' for application does not match expression 
'^(?:[a-z\d\-]{1,100}\~)?(?:(?!\-)[a-z\d\-\.]{1,100}:)?(?!-)[a-z\d\-]{1,100}$'
  in "image_sharing/app.yaml", line 4, column 14
umakrishnan:google_appengine krishu1$ dev_appserver.py image_sharing/
ERROR    2012-11-27 03:42:31,851 dev_appserver_main.py:584] Fatal error when 
loading application configuration:
Unable to assign value 'image_sharing' to attribute 'application':
Value 'image_sharing' for application does not match expression 
'^(?:[a-z\d\-]{1,100}\~)?(?:(?!\-)[a-z\d\-\.]{1,100}:)?(?!-)[a-z\d\-]{1,100}$'
  in "image_sharing/app.yaml", line 4, column 14
umakrishnan:google_appengine krishu1$ 

Original issue reported on code.google.com by webos...@gmail.com on 27 Nov 2012 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago
Any help on this?

Original comment by muneeral...@gmail.com on 6 Feb 2013 at 2:02