On Sun, Mar 16, 2014 at 9:16 PM, Prateek Malhotra <[email protected]> wrote:
> Sorry, I meant if I put in the names of the module I want, 'default', or > even if I omit all parameters, the error is raised. It was my impression > that if the parameters were not supplied, it should pick up the current > module/version and return that information to me. > It's strange that an InvalidVersionError is popping up - it means that App Engine doesn't recognize the modules currently running, or that the module isn't a basic scaling module. How many modules are running within the application? If it's only one module, can you add several modules to the application? Also, are all the uploaded application versions module-based, or do they have the old backend-style configurations? If there are old versions present, delete them off so that only module-based versions exist in the app ID. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
