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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to