Opened 3 years ago
#95723 new defect
OperationalError: database is locked
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Database | Version: | |
Severity: | major | Keywords: | |
Cc: |
Description
To try it yourself–walk around a crystal shop and just choose whatever crystals stick out to you.This is why the best approach to choosing a crystal is to quieten your mind and simply do what feels right. https://www.thegreencrystal.com/crystal-shops-near-me Check this site to search for crystal shops.
How to Reproduce
While doing a POST operation on /newticket
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{u'__FORM_TOKEN': u'86266b9a36ff81c2e3a2bef8', u'action': u'create', u'field_cc': u'', u'field_component': u'Database', u'field_description': u' To try it yourself\u2013walk around a crystal shop and just choose whatever crystals stick out to you.This is why the best approach to choosing a crystal is to quieten your mind and simply do what feels right. https://www.thegreencrystal.com/crystal-shops-near-me Check this site to search for crystal shops.', u'field_keywords': u'', u'field_milestone': u'', u'field_priority': u'major', u'field_reporter': u'anonymous', u'field_severity': u'major', u'field_summary': u'TheGreenCrystal', u'field_type': u'defect', u'field_version': u'', u'submit': u'\u521b\u5efa\u65b0\u4efb\u52a1\u5355'}
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36
System Information
系统信息不可用
Enabled Plugins
插件信息不可用
Interface Customization
Interface customization information not available
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 648, in _dispatch_request dispatcher.dispatch(req) File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 249, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 175, in process_request return self._process_newticket_request(req) File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 526, in _process_newticket_request self._do_create(req, ticket, action) File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 1385, in _do_create ticket.insert() File "build/bdist.linux-x86_64/egg/trac/ticket/model.py", line 287, in insert for c in custom_fields]) File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 155, in __exit__ self.db.commit() OperationalError: database is locked