question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hi,

normaly i use this command cross-seed search --exclude-older 1440 this is my config.js

module.exports = {
	configVersion: 1,

	jackettServerUrl: "url",
	jackettApiKey: "api",
	delay: 5,
	trackers: ["trackers"],
	torrentDir: ".../rtorrent/session",
	outputDir: ".../.cross-seed/import",
	includeEpisodes: true,
	searchAll: true,

};

this usually works great as it just searches torrents which were added the last 24 hours.

i discovered that sometimes the --exclude-older flag is not working for me. atm when i run the command i see this:

Validating your configuration...
Your configuration is valid!
Found 933 torrents, 473 suitable to search for matches
[1/473] Searching for ...

i was expecting to search 2 torrents which i added an hour ago, other than the 2 torrent there were no torrents added to rtorrent in the last 48 hours, why is cross-seed searching all my torrent?

this happened to me a few times before, the next day when i run the command everything works as expected again.

any idea what could cause this?

edit: when i use --exclude-older 120

cross-seed search --exclude-older 120
Validating your configuration...
Your configuration is valid!
Found 933 torrents, 2 suitable to search for matches
[1/2] Searching for ...

it works fine

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:29 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mmgoodnowcommented, Dec 29, 2021

yeah that would be 3.0.0. I recommend updating to 3.0.1 asap

0reactions
Jerrkcommented, Apr 27, 2022

tried on my other server as well (unraid rc5), got similar error to the first attempt

Configuration file already exists.
migration file "00-initialSchema" failed
migration failed with error: insert into ... - UNIQUE constraint failed: decision.guid

/usr/src/app/node_modules/knex/lib/dialects/better-sqlite3/index.js:39
    const response = await statement.run(bindings);
                                     ^
SqliteError: insert into ... - UNIQUE constraint failed: decision.guid
    at Client_BetterSQLite3._query (/usr/src/app/node_modules/knex/lib/dialects/better-sqlite3/index.js:39:38)
    at executeQuery (/usr/src/app/node_modules/knex/lib/execution/internal/query-executioner.js:37:17)
    at Client_BetterSQLite3.query (/usr/src/app/node_modules/knex/lib/client.js:146:12)
    at /usr/src/app/node_modules/knex/lib/execution/transaction.js:363:24
    at new Promise (<anonymous>)
    at Client_BetterSQLite3.trxClient.query (/usr/src/app/node_modules/knex/lib/execution/transaction.js:358:12)
    at Runner.query (/usr/src/app/node_modules/knex/lib/execution/runner.js:130:36)
    at ensureConnectionCallback (/usr/src/app/node_modules/knex/lib/execution/internal/ensure-connection-callback.js:13:17)
    at Runner.ensureConnection (/usr/src/app/node_modules/knex/lib/execution/runner.js:307:20)
    at async Runner.run (/usr/src/app/node_modules/knex/lib/execution/runner.js:30:19) {
  code: 'SQLITE_CONSTRAINT_UNIQUE'
}

the ellipses are all my torrents in one line.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing a corrupted cache - BMC PATROL Agent 9.5
The Event and Statistics cache can get corrupted at time due to various incidents such as an abrupt shut down of the PATROL...
Read more >
Corrupted Cache Files. how to solve? - Microsoft Community
I suggest you to try deleting the OneNote cache folder from the following location. Check if the issue persists:.
Read more >
App Control: Widespread Cache Corruption with Agen...
In times of system instability/crashes, with the agent focused on performance, it is possible for the cache to become corrupted. Resolution. Changing the...
Read more >
Global Cache Blocks Corrupt
Global Cache Blocks Corrupt. Description. This metric represents the number of blocks that encountered a corruption or checksum failure during interconnect ...
Read more >
Hard time troubleshooting a "Corrupt Cache" issue #12 - GitHub
The issue I was troubleshooting is the following cache corruption problem: ... in ExperimentHub doesn't say anything about "corrupt cache".
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found