On Wed, Aug 21, 2013 at 1:50 AM, Wei Liu <[email protected]> wrote:
> UDP socket works in development server, but not deployed to app engine > > TCP socket works fine, but when I use UDP socket, it doesn't work. > > Just to clarify, are you saying that a TCP socket in a deployed App Engine application works for you, but an UDP socket doesn't work? On Wed, Aug 21, 2013 at 1:50 AM, Wei Liu <[email protected]> wrote: > After a long wait, my page comes with this: > > Error: Server Error The server encountered an error and could not > complete your request. If the problem persists, please > report<http://code.google.com/appengine/community.html> your > problem and mention this error message and the query that caused it. > Does anything show up in the logs? Go to your admin console and click the Logs link on the left hand side. Also, which server are you attempting to send messages to? It might be firewalled or blocking UDP in some way. ----------------- -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.
