here's some more errorlog just fyi.
actually it's easy to reproduce when opening page with lots of image
needs to be download via web2py
Traceback (most recent call last):
File "/home/web2py/gluon/main.py", line 488, in wsgibase
session._try_store_in_db(request, response)
File "/home/web2py/gluon/globals.py", line 358, in _try_store_in_db
record_id = table.insert(**dd)
File "/home/web2py/gluon/sql.py", line 1879, in insert
self._db._execute(query)
File "/home/web2py/applications/skyyer/models/db.py", line 76, in
<lambda>
db['_execute']=lambda *a,**b:
timer(db,lambda:db._cursor.execute(*a,**b))
File "/home/web2py/applications/skyyer/models/db.py", line 73, in
timer
f()
File "/home/web2py/applications/skyyer/models/db.py", line 76, in
<lambda>
db['_execute']=lambda *a,**b:
timer(db,lambda:db._cursor.execute(*a,**b))
OperationalError: database is locked
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.