Skip to content
New issue

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

CriminalIP - can't handle multiple queries #193

Open
bongobongoland opened this issue Apr 5, 2023 · 2 comments
Open

CriminalIP - can't handle multiple queries #193

bongobongoland opened this issue Apr 5, 2023 · 2 comments
Labels
Investigation Something to Investigate Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@bongobongoland
Copy link

I have 70 queries in the file and nothing goes through.

The site responds with

[criminalip] unexpected status code 500 received from https://api.criminalip.io/v1/banner/search?offset=1&query=

@bongobongoland bongobongoland added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Apr 5, 2023
@bongobongoland
Copy link
Author

CIP is now officially out of beta. And we have a new problem, Houston. Uncover outputs random results or, should I say, the website outputs random results ignoring provided queries.

@ehsandeep ehsandeep added the Investigation Something to Investigate label Apr 30, 2023
@tomorrow9913
Copy link

In addition to the above comments, the following requires further verification, but compared to the documentation, there seem to be a few additional issues that are likely related to this comment:

  1. Unlike the example in the documentation, the offset starts at 0, but the offset shown in the code below starts at 1.


    image

  2. In the code below, the relevant part increments as follows: 1. But in the documentation it is entered as an increment. 10.


    Image

  3. This is a different issue, but the documentation says that the offset should not exceed 9900, but it seems that there is a lack of verification for that part. Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigation Something to Investigate Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants