When I run ./fuzzysearch-cli.exe match-images --api-key [key] D:\images\ all-sources sources.csv it will hash all files, then after looking up some items will exit without any errors. This is the output before it quits.
⠒ [00:00:02] [>---------------------------------------] 9/32183 (79m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 42
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 42
⠁ [00:00:03] [>---------------------------------------] 18/32183 (69m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 33
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 41
⠴ [00:00:04] [>---------------------------------------] 27/32183 (65m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 24
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 40
⠖ [00:00:05] [>---------------------------------------] 36/32183 (63m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 15
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 39
⠈ [00:00:06] [>---------------------------------------] 45/32183 (62m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 6
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 38
⠒ [00:00:07] [>---------------------------------------] 54/32183 (62m):
DEBUG fuzzysearch_cli::fuzzysearch > found next rate limit: 1
DEBUG fuzzysearch_cli::fuzzysearch > found rate limit reset: 37
[00:00:07] [>---------------------------------------] 59/32183 (0s):
INFO fuzzysearch_cli > Calculating image sources
INFO fuzzysearch_cli > Sources calculated, writing output
INFO fuzzysearch_cli > Done!
The same thing happens with an offline database.
When I run
./fuzzysearch-cli.exe match-images --api-key [key] D:\images\ all-sources sources.csvit will hash all files, then after looking up some items will exit without any errors. This is the output before it quits.The same thing happens with an offline database.