Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-12-2009, 11:05 AM   #1
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,111
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
calibre website not working?

Oops…
Trac detected an internal error:

DatabaseError: database disk image is malformed

There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue.

The action that triggered the error was:

GET: /wiki/WikiStart

Code:
==== How to Reproduce ====

While doing a GET operation on `/wiki/WikiStart`, Trac issued an internal error.

''(please provide additional details here)''


Request parameters:
{{{
{'page': u'WikiStart'}
}}}


==== System Information ====

|| '''Trac''' || `0.11.2` ||
|| '''Python''' || `2.5.2 (r252:60911, Nov 18 2008, 20:40:19) ` [[br]] `[GCC 4.2.3 (Gentoo 4.2.3 p1.0)]` ||
|| '''setuptools''' || `0.6c9` ||
|| '''SQLite''' || `3.6.10` ||
|| '''pysqlite''' || `2.4.1` ||
|| '''Genshi''' || `0.5.1` ||
|| '''mod_python''' || `3.3.1` ||
|| '''Pygments''' || `0.11.1` ||

==== Python Traceback ====
{{{
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 229, in dispatch
    req.session.save()
  File "/usr/lib64/python2.5/site-packages/trac/web/session.py", line 133, in save
    (mintime,))
  File "/usr/lib64/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, in execute
    args or [])
  File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
    return function(self, *args, **kwargs)
DatabaseError: database disk image is malformed

}}}
ilovejedd is offline   Reply With Quote
Old 03-12-2009, 11:24 AM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,970
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Code:
Oops…
Trac detected an internal error:

DatabaseError: database disk image is malformed

There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue.

To that end, you could ==== How to Reproduce ==== While doing a POST operation on `/login`, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {'__FORM_TOKEN': u'92cf77492d270523cf481f5c', 'password': u'**********', 'referer': u'http://calibre.kovidgoyal.net/', 'user': u'JSWolf'} }}} User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008122619 Firefox/3.0.2 (tete009 SSE PGO)` ==== System Information ==== || '''Trac''' || `0.11.2` || || '''Python''' || `2.5.2 (r252:60911, Nov 18 2008, 20:40:19) ` [[br]] `[GCC 4.2.3 (Gentoo 4.2.3 p1.0)]` || || '''setuptools''' || `0.6c9` || || '''SQLite''' || `3.6.10` || || '''pysqlite''' || `2.4.1` || || '''Genshi''' || `0.5.1` || || '''mod_python''' || `3.3.1` || || '''Pygments''' || `0.11.1` || || '''jQuery:''' || `1.2.6` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 432, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 204, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 371, in process_request return auth.LoginModule.process_request(self, req) File "/usr/lib64/python2.5/site-packages/trac/web/auth.py", line 104, in process_request self._redirect_back(req) File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 393, in _redirect_back req.redirect(referer or self.env.abs_href()) File "/usr/lib64/python2.5/site-packages/trac/web/api.py", line 294, in redirect self.session.save() # has to be done before the redirect is sent File "/usr/lib64/python2.5/site-packages/trac/web/session.py", line 133, in save (mintime,)) File "/usr/lib64/python2.5/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, in execute args or []) File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error return function(self, *args, **kwargs) DatabaseError: database disk image is malformed }}} a ticket at this site.

The action that triggered the error was:

POST: /login

TracGuide — The Trac User and Administration Guide
I got the above when I just tried to login.

Last edited by JSWolf; 03-12-2009 at 11:43 AM.
JSWolf is offline   Reply With Quote
Advert
Old 03-12-2009, 11:36 AM   #3
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,111
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
If this is your actual password, you might want to remove it from the post:
removed password

Last edited by ilovejedd; 03-12-2009 at 04:09 PM.
ilovejedd is offline   Reply With Quote
Old 03-12-2009, 11:43 AM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,970
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by ilovejedd View Post
If this is your actual password, you might want to remove it from the post:
'password': u'***#' (obfuscated the rest of the characters)
Thanks! Fixed it.
JSWolf is offline   Reply With Quote
Old 03-12-2009, 12:37 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,857
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Should be fixed now
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Calibre convert a website article? flyash Calibre 6 06-10-2010 06:49 PM
New calibre website kovidgoyal Calibre 20 11-30-2009 11:42 PM
Calibre working only 47% neilmarr Calibre 7 09-30-2009 02:02 AM
Calibre website down? sirbruce Calibre 3 03-20-2009 03:53 PM
Add link to Calibre website in Wiki Gaurnim Calibre 4 12-09-2008 07:08 AM


All times are GMT -4. The time now is 12:16 AM.


MobileRead.com is a privately owned, operated and funded community.