Skip to content

draft #47

Description

@Lewickiy
Silent worker 1 failed unexpectedly
Traceback (most recent call last):
  File "/app/main.py", line 159, in _worker
    SilentRunner(wdb, wgh, shutdown_event=shutdown_event).run(
  File "/app/services/silent.py", line 769, in run
    self._collect_user_repos(username, idx, total)
  File "/app/services/silent.py", line 381, in _collect_user_repos
    self.db.mark_repo_checked(repo_id)
  File "/app/core/database.py", line 766, in mark_repo_checked
    self.conn.execute(
sqlite3.OperationalError: database is locked
Silent worker 0 failed unexpectedly
Traceback (most recent call last):
  File "/app/main.py", line 159, in _worker
    SilentRunner(wdb, wgh, shutdown_event=shutdown_event).run(
  File "/app/services/silent.py", line 769, in run
    self._collect_user_repos(username, idx, total)
  File "/app/services/silent.py", line 280, in _collect_user_repos
    repo_id, repo_changed = self.db.save_repository(username, repo)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/core/database.py", line 1053, in save_repository
    cur = self.conn.execute(
          ^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: database is locked
Nothing to migrate.
Checking owner's followers ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions