[Cyberduck-trac] [Cyberduck] #11793: OperationalError: database is locked

Cyberduck trac at cyberduck.io
Sun Sep 5 21:46:39 UTC 2021


#11793: OperationalError: database is locked
-----------------------+------------------------
 Reporter:  sethbaugh  |         Owner:
     Type:  defect     |        Status:  closed
 Priority:  normal     |     Milestone:
Component:  core       |       Version:  7.10.2
 Severity:  normal     |    Resolution:  invalid
 Keywords:             |  Architecture:
 Platform:             |
-----------------------+------------------------
Changes (by sethbaugh):

 * status:  new => closed
 * resolution:   => invalid


Old description:

> I was trying to create an account to submit a ticket about Cyberdeck and
> got this error.  When I tried to go to the create ticket page again, this
> error report was pre-filled, so I'm submitting it as-is.
>
> ==== How to Reproduce ====
>
> While doing a POST operation on `/register`, Trac issued an internal
> error.
>
> ''(please provide additional details here)''
>
> Request parameters:
> {{{
> {'__FORM_TOKEN': u'dd23e0343e6175b22df86d7d',
>  'action': u'create',
>  'email': u'sethbaugh at gmail.com',
>  'g-recaptcha-response':
> u'03AGdBq242SXzE9jF3e48WQzmQ2PtaA6ytji8GCsuQwiVrdhLrPTb6lriq3k4
> -VnIq2fN6gP4keW_Uc-
> JvdVebET5IWQ7PjEnGEs_V9jTiajU3UoK54HGC5Rc9ohZFC7QqYTPX7yztNke7pkMawVTtlw2GyU2eP2HZ0wxd_mGx0
> -23F9o3rQbbsUrQOxzAGKgQ3oNv-WdXkPub0WxBs-
> rcVwVpoQ4EPnqr_BiDYjqNytLSalY5tMeDPsO2j7p8XR25m384xBaQOH3pJD2Lh_QcvgAL3rgJFXbi0EAkfk8lRHP02Z5yfDiUOR6La0RhBfXXL_xFoF7Y5z59A6CBdW_AXODWRsDVr3JzEx-
> LM5wrLZRJX-
> Qw3fRzw2JXFnbq0QooLDBOMMvffdoQh4WGIOSko7yUCUPL4PguJN2eBFsN_8O1S_7PwVYlv6Hmdi8TY7YFEdo8oMbwaAO-
> fsQJIzkcy-iyyiXdWcTehw',
>  'name': u'',
> }}}
>
> User agent: `#USER_AGENT#`
>
> ==== System Information ====
> ''System information not available''
>
> ==== Enabled Plugins ====
> ''Plugin information not available''
>
> ==== Python Traceback ====
> {{{
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 513, in
> _dispatch_request
>     dispatcher.dispatch(req)
>   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 222, in
> dispatch
>     resp = chosen_handler.process_request(req)
>   File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 396, in
> process_request
>     acctmgr.validate_registration(req)
>   File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 367, in
> validate_registration
>     self.set_password(username, req.args.get('password'))
>   File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 245, in
> set_password
>     if store.set_password(user, password, old_password):
>   File "build/bdist.linux-x86_64/egg/acct_mgr/db.py", line 90, in
> set_password
>     db.commit()
> OperationalError: database is locked
> }}}

New description:

 '''EDIT: It appears this submitted as a ticket for Cyberduck itself, which
 it is not.  Assuming this isn't the place for that, I'd delete it, but
 can't see a way to do so.'''


 I was trying to create an account to submit a ticket about Cyberdeck and
 got this error.  When I tried to go to the create ticket page again, this
 error report was pre-filled, so I'm submitting it as-is.

 ==== How to Reproduce ====

 While doing a POST operation on `/register`, Trac issued an internal
 error.

 ''(please provide additional details here)''

 Request parameters:
 {{{
 { REMOVED }}}

 User agent: `#USER_AGENT#`

 ==== System Information ====
 ''System information not available''

 ==== Enabled Plugins ====
 ''Plugin information not available''

 ==== Python Traceback ====
 {{{
 Traceback (most recent call last):
   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 513, in
 _dispatch_request
     dispatcher.dispatch(req)
   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 222, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 396, in
 process_request
     acctmgr.validate_registration(req)
   File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 367, in
 validate_registration
     self.set_password(username, req.args.get('password'))
   File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 245, in
 set_password
     if store.set_password(user, password, old_password):
   File "build/bdist.linux-x86_64/egg/acct_mgr/db.py", line 90, in
 set_password
     db.commit()
 OperationalError: database is locked
 }}}

--

--
Ticket URL: <https://trac.cyberduck.io/ticket/11793#comment:2>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list