Hi Steph, What is the URL being requested when you see this error? Would it be possible to share some of your code (the more the better). My guess would be that the request is being directed to a "non-standard" port which is not allowed by the URL fetch API.
Thank you, Jeff On Mar 26, 12:54 pm, steph <[email protected]> wrote: > Hi, > > I created a small app -- which currently runs on my mac using > dev_appserver. > It uses youtube API to fetch the laest feed. > > When i run it outside of the google appengine dev environment that > works fine. > > Otherwise i get the following error: > data=data, headers=all_headers) > File "/Users/steph/Documents/ComputerFun/GoogleAppEngine/project/ > atom/http_interface.py", line 148, in perform_request > return http_client.request(operation, url, data=data, > headers=headers) > File "/Users/steph/Documents/ComputerFun/GoogleAppEngine/project/ > atom/http.py", line 148, in request > return connection.getresponse() > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/dist/httplib.py", line 204, in getresponse > self._allow_truncated, self._follow_redirects) > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/api/urlfetch.py", line 267, in fetch > raise DownloadError(str(e)) > DownloadError: ApplicationError: 2 nonnumeric port: '' > > I have seen some posting where people have the same issues but i could > not find any resolution. > > Help is greatly appreciated! > > Thanks. > > S. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
