I'm trying to use the Tweepy Library to follow a user. This means using the 
Streaming API. I'm using the Google App Engine SDK release: "1.9.40". 
Everything works on my Dev server but when I deploy to Production, it stops 
working. I don't get an error.

Basically what is happening is - the code I have in on_status is not being 
triggered i.e. my app seems not to be listening to the on_status event. I 
added a checkpoint and it is not being printed to the log file. But on Dev, 
it is being triggered.


def on_status(self, status):
    decoded = json.loads(status)
    logger.info(decoded) # Checkpoint


Am I doing something wrong or is this not supported in App Engine?  And if 
it is not supported, how come it works on the Dev env? Finally, what are my 
alternatives?


Thanks

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f09f0525-315a-4564-bdb8-ca59cb976c23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to