We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there i get this error when trying to start masscan
Error: Kind: Command failed: Error code 2 (BadValue): error processing query: ns=mcscanner.servers batchSize=2000Tree: _id $gt ObjectId('677e6b8b0000000000000000') Sort: {} Proj: { addr: 1, port: 1, _id: 0 } planner returned error :: caused by :: hint provided does not correspond to an existing index, labels: {}
i have setup the mongodb with the 2 collections and indexes (port and timestamp fail) and when running the scanner i get the above error config.json
config is attached as well (had to rename to json cuz toml isnt supported)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there i get this error when trying to start masscan
Error: Kind: Command failed: Error code 2 (BadValue): error processing query: ns=mcscanner.servers batchSize=2000Tree: _id $gt ObjectId('677e6b8b0000000000000000')
Sort: {}
Proj: { addr: 1, port: 1, _id: 0 }
planner returned error :: caused by :: hint provided does not correspond to an existing index, labels: {}
i have setup the mongodb with the 2 collections and indexes (port and timestamp fail) and when running the scanner i get the above error
config.json
config is attached as well (had to rename to json cuz toml isnt supported)
The text was updated successfully, but these errors were encountered: