I have got the following error message.
This message appeard a short time after I had sent something using the
"mail.send" function.
ERROR:Rocket.Errors.Thread-10:Traceback (most recent call last):
File "D:\dropbox\InfoSMS\web2py\gluon\rocket.py", line 1302, in run
self.run_app(conn)
File "D:\dropbox\InfoSMS\web2py\gluon\rocket.py", line 2016, in run_app
self.write(data, sections)
File "D:\dropbox\InfoSMS\web2py\gluon\rocket.py", line 1933, in write
self.send_headers(data, sections)
File "D:\dropbox\InfoSMS\web2py\gluon\rocket.py", line 1885, in
send_headers
h_set['Content-Length'] = str(len(data))
TypeError: object of type 'int' has no len()
Regards, Martin
--