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

The tracking search can't find a specific light novel. #809

Closed
5 tasks done
MerkKey opened this issue Oct 14, 2023 · 2 comments
Closed
5 tasks done

The tracking search can't find a specific light novel. #809

MerkKey opened this issue Oct 14, 2023 · 2 comments
Labels
Bug Something isn't working

Comments

@MerkKey
Copy link

MerkKey commented Oct 14, 2023

Steps to reproduce

  1. Add MyAnimeList tracking for "I'm in Love with the Villainess", "Watashi no Oshi wa Akuyaku Reijou.: Revolution"
  2. Enter the series title in the search.

Expected behavior

The series should show up in the results

Actual behavior

No results / Other series show up

https://streamable.com/fxh2j3

LNReader version

1.1.18

Android version

Android 13

Device

Samsung Galaxy A22 5G

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with a source, I should be opening an issue in the sources repository.
  • I have updated the app to version 1.1.18.
  • I will fill out all of the requested information in this form.
@MerkKey MerkKey added the Bug Something isn't working label Oct 14, 2023
@rajarsheechatterjee
Copy link
Member

The MyAnimeList API doesn't seem to return the novel.

Endpoint

https://api.myanimelist.net/v2/manga?q=I’m in Love with the Villainess&fields=id,title,main_picture,media_type 

Response

[
  {
    "node": {
      "id": 107566,
      "title": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta...",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/207950.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/207950l.jpg"
      },
      "media_type": "manga"
    }
  },
  {
    "node": {
      "id": 147728,
      "title": "Villainess in Love",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/270238.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/270238l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 147394,
      "title": "When the Villainess Is in Love",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/263114.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/263114l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 148410,
      "title": "Kill the Villainess",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/4/291250.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/4/291250l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 147767,
      "title": "The Villainess's Maker",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/262207.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/262207l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 146912,
      "title": "Beware the Villainess!",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/260779.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/260779l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 149161,
      "title": "The Villainess Flips the Script!",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/3/288109.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/3/288109l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 154182,
      "title": "Akuyaku Reijou to Akuyaku Reisoku ga, Deatte Koi ni Ochita nara: Nanashi no Seirei to Keiyaku shite Oidasareta Reijou wa, Kyou mo Reisoku to Kisoiatteiru you desu",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/3/276621.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/3/276621l.jpg"
      },
      "media_type": "manga"
    }
  }
]

@ghost

This comment was marked as spam.

@nyagami nyagami closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants