Hi, I got a timeout when I try to use the script in a view in django (via app engine), but it works ok when I try the exact same code (the example given in the doc) in the django shell.
The problem is present with all the commands of the script.
Any idea?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, not sure, not having used GAE myself. You could try using a debugger or putting in some print statements to see where it's hanging, but my guess would be on the network call (maybe a permissions thing within GAE?).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I got a timeout when I try to use the script in a view in django (via app engine), but it works ok when I try the exact same code (the example given in the doc) in the django shell.
The problem is present with all the commands of the script.
Any idea?
thanks
Hmm, not sure, not having used GAE myself. You could try using a debugger or putting in some print statements to see where it's hanging, but my guess would be on the network call (maybe a permissions thing within GAE?).