Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4490 closed defect (duplicate)

error when downloading torrents

Reported by: brunoalexandremiguel@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version: 0.10.3
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib64/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "/usr/lib64/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib64/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 260, in get_repository
    crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)
  File "/usr/lib64/python2.4/site-packages/trac/versioncontrol/cache.py", line 34, in __init__
    self.sync()
  File "/usr/lib64/python2.4/site-packages/trac/versioncontrol/cache.py", line 88, in sync
    "VALUES (%s,%s,%s,%s)", (str(current_rev),
  File "/usr/lib64/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib64/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/lib64/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database is locked

Attachments (0)

Change History (7)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)

Are you sure this bug happens with a 0.10.3 release?

comment:2 by Emmanuel Blot, 17 years ago

Keywords: needinfo added

comment:3 by anonymous, 17 years ago

i don't know the version… it's the one used by the latest democracy player. every time i try to download a old torrent i get this error..

in reply to:  3 comment:4 by Emmanuel Blot, 17 years ago

Replying to anonymous:

i don't know the version… it's the one used by the latest democracy player. every time i try to download a old torrent i get this error..

Could you provide a public URL to check the web site? If the site is using an old release of Trac, I'm afraid there's nothing to do but ask the administrator to update to a newer release of Trac.

comment:5 by anonymous, 17 years ago

i got the feeds from tvrss.net the player website is getdemocracy.com

in reply to:  5 comment:6 by Emmanuel Blot, 17 years ago

Replying to anonymous:

i got the feeds from tvrss.net the player website is getdemocracy.com

Could you indicate a faulty URL (which links to a torrent file in trouble) in order to be sure which site is actually used? Thanks.

comment:7 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

See #4586.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.