Open Nova-69 opened 2 years ago
Trying to get a link to any anime, including using the example code, results in an InvalidAnimeIdError. My code is as follows:
results = anikimi.search_anime(query=search) for i in results: animeid = i.animeid anime_link = anikimi.get_episode_link_advanced(animeid=animeid, episode_num=1) await ctx.send(anime_link.link_720p) await ctx.send(anime_link.link_1080p)
Error is as follows:
Command raised an exception: InvalidAnimeIdError: Invalid animeid or episode_num given
This API looks really easy to use, would love to be able to get it working.
I am having this problem on get_details() as well.
get_details()
Edit: The problem persists on v0.1.3
this was most likely fixed by my latest PR which is not merged yet by the author #12 you can find it here
Trying to get a link to any anime, including using the example code, results in an InvalidAnimeIdError. My code is as follows:
Error is as follows:
Command raised an exception: InvalidAnimeIdError: Invalid animeid or episode_num given
This API looks really easy to use, would love to be able to get it working.