googlearchive / appengine-vm-fortunespeak-python

Getting started with Python Managed VMs runtime
Apache License 2.0
17 stars 7 forks source link

Bugfix. I think this was rare and happened only on cache hit. #28

Closed jkh52 closed 9 years ago

jkh52 commented 9 years ago

Traceback (most recent call last): ... File "/home/vmagent/app/main.py", line 40, in synth_fortune return redirect(url_for(serve_fortune, path=digest)) File "/usr/local/lib/python2.7/dist-packages/flask/helpers.py", line 268, in url_for if endpoint[:1] == '.': TypeError: 'function' object has no attribute 'getitem'