开发者

Django app error

开发者 https://www.devze.com 2023-03-25 02:15 出处:网络
I\'ve made a simple leads-collecting app in Python, under Ubuntu 10.10, using Django as framework and mysql as database and it works perfectly fine. Well, almost perfectly because once in a while it t

I've made a simple leads-collecting app in Python, under Ubuntu 10.10, using Django as framework and mysql as database and it works perfectly fine. Well, almost perfectly because once in a while it throws some malicious server error when trying to save a new lead. This is my error email:

[Django] Error (EXTERNAL IP): /myapp/save-lead/
...
IOError: request data read error
...
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/myapp/save-lead/',
'SCRIPT_FILENAME': '/var/www/my_domain_name/myapp/app/app_name.wsgi',

The app already holds 10 000 leads at the moment, but I've received this error 3 开发者_JAVA技巧times now. Where is the problem?

0

精彩评论

暂无评论...
验证码 换一张
取 消