Changes between Version 2 and Version 3 of PublicPages/ConnectionProblems


Ignore:
Timestamp:
Dec 2, 2019 9:59:52 AM (4 years ago)
Author:
Benjamin Alan Weaver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/ConnectionProblems

    v2 v3  
    1717We have no control over this problem, unfortunately.  If this problem is at your home institution, you can try discussing the problem with your network administrator.  However, this problem is most commonly encountered when traveling:  airports, cafes, libraries, etc.  The only thing you can do is try a different network.
    1818
     19== !OperationalError: database is locked ==
     20
     21=== Problem ===
     22
     23You attempt to login, but get an error page that may contain a Python traceback and the phrase:
     24
     25{{{OperationalError: database is locked}}}
     26
     27=== Cause ===
     28
     29Most likely you tried to login at the exact moment that an external script was running, something which would open & lock the database, typically for less than 1 minute.
     30
     31=== Solution ===
     32
     33Just wait a few minutes and try again.
     34
    1935[[BackLinks]]