Seems like urlfetch is not at all working on SDK with internet
connectivity behind a proxy server ..
Please help me.What else I need to do ???
Here are the error logs :-
Traceback (most recent call last):
File "C:\ProgramFiles2\Google\google_appengine\test.py", line 5, in
<module>
result = urlfetch.fetch(url)
File "C:\ProgramFiles2\Google\google_appengine\google\appengine\api
\urlfetch.py", line 257, in fetch
apiproxy_stub_map.MakeSyncCall('urlfetch', 'Fetch', request,
response)
File "C:\ProgramFiles2\Google\google_appengine\google\appengine\api
\apiproxy_stub_map.py", line 68, in MakeSyncCall
apiproxy.MakeSyncCall(service, call, request, response)
File "C:\ProgramFiles2\Google\google_appengine\google\appengine\api
\apiproxy_stub_map.py", line 238, in MakeSyncCall
assert stub, 'No api proxy found for service "%s"' % service
AssertionError: No api proxy found for service "urlfetch"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---