python - Use google.appengine.api.logservice outside of an app engine project? -


i'm trying write better way view logs color codes , allows filtering , such while developing locally on app engine, first need figure out how load logs external python application.

this error i'm getting, , it's bit on head.

traceback (most recent call last):   file "pretty_logs.py", line 20, in <module>     request in logservice.fetch(include_app_logs=true, start_time = time.tim e() + since):   file "c:\program files (x86)\google\google_appengine\google\appengine\api\logs ervice\logservice.py", line 435, in __iter__     self._advance()   file "c:\program files (x86)\google\google_appengine\google\appengine\api\logs ervice\logservice.py", line 449, in _advance     response)   file "c:\program files (x86)\google\google_appengine\google\appengine\api\apip roxy_stub_map.py", line 94, in makesynccall     return stubmap.makesynccall(service, call, request, response)   file "c:\program files (x86)\google\google_appengine\google\appengine\api\apip roxy_stub_map.py", line 321, in makesynccall     assert stub, 'no api proxy found service "%s"' % service assertionerror: no api proxy found service "logservice" 


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -