Thanks Vinny -- here is the full traceback:

Traceback (most recent call last):
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
1536, in __call__
    rv = self.handle_exception(request, response, e)
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
1530, in __call__
    rv = self.router.dispatch(request, response)
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
1278, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
1102, in __call__
    return handler.dispatch()
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
572, in dispatch
    return self.handle_exception(e, self.app.debug)
  File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 
570, in dispatch
    return method(*args, **kwargs)
  File "/home/adrian/arapphost/callLoadAndProcess.py", line 10, in get
    modules.start_module("loadandprocess","1")
  File 
"/home/adrian/google_appengine/google/appengine/api/modules/modules.py", 
line 385, in start_module
    rpc.get_result()
  File 
"/home/adrian/google_appengine/google/appengine/api/apiproxy_stub_map.py", 
line 612, in get_result
    return self.__get_result_hook(self)
  File 
"/home/adrian/google_appengine/google/appengine/api/modules/modules.py", 
line 403, in _ResultHook
    _CheckAsyncResult(rpc, mapped_errors)
  File 
"/home/adrian/google_appengine/google/appengine/api/modules/modules.py", 
line 138, in _CheckAsyncResult
    raise mapped_error()
InvalidVersionError


On Monday, January 6, 2014 8:00:01 PM UTC-5, Vinny P wrote:
>
> On Mon, Jan 6, 2014 at 8:05 AM, Adrian <[email protected] <javascript:>
> > wrote:
>
>> I am having trouble with getting a cron job to start a module... I made a 
>> post to Stackoverflow that has the problem.
>>
>
>
> Can you supply the full traceback from the error? 
>  
>
> -----------------
> -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/groups/opt_out.

Reply via email to