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

Anidex search by categories does not work whilst searching by "any" works #9727

Closed
elboletaire opened this issue Oct 3, 2020 · 8 comments · Fixed by #9735
Closed

Anidex search by categories does not work whilst searching by "any" works #9727

elboletaire opened this issue Oct 3, 2020 · 8 comments · Fixed by #9735

Comments

@elboletaire
Copy link

Environment

OS: arch linux (using docker linuxserver/jackett)

.Net Runtime: Mono

Jackett Version: 0.16.1549.0

Last Working Jackett Version: not sure, the one used by latest linuxserver's docker image.

Are you using a proxy or VPN? yes, traefik

Description

Searching in anidex works, but as soon as you try to search with categories, it returns empty results. Selecting all tags doesn't help at all either.

Obviously sonarr & radarr aren't able to find anything because, AFAIK, it always uses categories when searching.

Note that this does not happen with other indexers, I'm only experiencing this issue with anidex.

Logged Error Messages

There are no errors. It just doesn't return results.

imatge

Screenshots

  • Working anidex resultset (no categories selected):
    imatge
  • One category selected:
    imatge
  • All categories selected:
    imatge
  • Other indexers' search by category:
    imatge
@garfield69
Copy link
Contributor

garfield69 commented Oct 3, 2020

the anidex indexer needs to separate the categories in the query with a comma, like this:
https://anidex.info/?q=best+friends&s=upload_timestamp&o=desc&group=0&id=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
which returns result.
image

ATM the anidex indexer is encoding the comma as %2C and this generates a query like:
q=best+friends&s=upload_timestamp&o=desc&group=0&id=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16
which returns

Email anidex.moe@gmail.com if you are seeing this error and you are NOT a bot.

@garfield69
Copy link
Contributor

Jackett 0.16.1583

@elboletaire
Copy link
Author

Cool, now it works as expected. Thanks!

@elboletaire
Copy link
Author

Hhmmm this is happening again in 0.17.159 😕

@ngosang
Copy link
Member

ngosang commented Dec 31, 2020

They have an RSS feed if we want to try to implement that - https://anidex.info/rss/

This is the way

@garfield69
Copy link
Contributor

v0.18.95

@garfield69 garfield69 removed this from Done in Jackett Indexers May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants