Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: cannot concatenate 'str' and 'int' objects #2

Open
zbayarea opened this issue Mar 10, 2011 · 0 comments
Open

TypeError: cannot concatenate 'str' and 'int' objects #2

zbayarea opened this issue Mar 10, 2011 · 0 comments

Comments

@zbayarea
Copy link

I'm sending about 1 mil. emails per day and I am getting about 250K erros like this
ms=22 cpu_ms=0 api_cpu_ms=0 cpm_usd=0.003879
E 2011-03-10 07:13:36.775
cannot concatenate 'str' and 'int' objects
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/init.py", line 517, in call
handler.post(*groups)
File "/base/data/home/apps/bloog444/1.348886030884843708/main.py", line 135, in post
self.response.out.write("Success")
File "/base/python_runtime/python_dist/lib/python2.5/contextlib.py", line 33, in exit
self.gen.throw(type, value, traceback)
File "/base/data/home/apps/bloog44/1.348886030884843708/main.py", line 72, in mailExcpHandler
xml_error_response(ctx, 500 ,'system.other', 'An unexpected error in the web service has happened: ' + exc.message)
TypeError: cannot concatenate 'str' and 'int' objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant