-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Streaming Links endpoint not working #16
Comments
same error from 2 days this endpoint is not working perfectly |
There is an issue with the key, I will look for a fix. |
Probably this issue is not with keys but with the scraped url PS C:\Users\*******\aniwatch-api\src\parsers> tsx animeEpisodeSrcs.ts
https://aniwatchtv.to/watch/steinsgate-3?ep=230
THE SERVER: vidstreaming
SERVER_ID: 641987
THE LINK: https://megacloud.tv/embed-2/e-1/k7jCM2morfb0?k=1
Malformed UTF-8 data
Cannot decrypt sources. Perhaps the key is invalid.
Error: Cannot decrypt sources. Perhaps the key is invalid.
|
Yes, you are right, |
hello the error remains the same and i noticed this error in many apis for this website do have any idea how to fix that and i'll by my self thank you |
I currently have no fixes for this. If I find one, then the code would be updated. |
actually in |
Did you find anything regarding that? |
|
yeah I was just inspecting that, and also this extractor belongs to consumet, but I have a found a new way to decrypt the encrypted string, so if I have time then I will push a new api endpoint that will work(I think). |
@massi-css, @KhadeerBashaShaik , @ayushch80 I have added another extractor for getting anime episodes. The response is a bit all over the place, I will arrange it sometime. |
This is awesome i'll check it |
What's the api endpoint for this?? |
https://github.com/ghoshRitesh12/aniwatch-api?tab=readme-ov-file#get-anime-episode-streaming-links and it's giving 404 error cuz aniwatch.to is down rn |
If that's the case, then there's nothing to do. We have to wait. I was thinking of making another api for anicrush.to, but lets see. |
I've noticed that for the past two days, whenever aniwatch is down, the APIs of anicrush also don't work. This suggests that they're most likely using aniwatch APIs. So, try for gogoanime instead. |
Ok, I wasn't aware of that. Recently many people were facing issues while streaming anime, it was buffering for a long time. At that time, not only aniwatch, but anix, anilab (android app) were facing the same issues, on the other hand, anicrush's servers were in a good condition. |
Aniwatch is blocked it's Hianime now |
yeah I noticed that, will see if the all those routes work or not, then I will apply the changes |
Hello! I tried to request episode sources today and got similiar issue. Here is example log: |
This endpoint is a hit or miss, it happens because hianime.to rotates keys and this error is mostly related to encryption. |
|
Yeah, I tried a few examples just changing anime name. But I was mainly looking at the docs in ReadMe |
I tested it with hd-1 just now. It worked. Thanks for suggestion |
I should have checked this earlier but i fixed this from my side use hd-1 and hd-2 |
@MMeetJS |
Describe the bug
The route of streaming links aka
/api/v2/hianime/episode/sources
is not working.Expected behavior
Streaming links endpoint:
should work as expected and the response should be this response schema:
Actual behavior
It's not working or giving a 500 or >500 error status code.
Additional context
Well it' s not working because of several reasons stated below:
Well in most cases the endpoints should work after a certain amount of downtime (consider 2 days to be max).
If the downtime is more than 1 or 2 days, then option 1 is the problem, in which case please open an issue informing the same.
The text was updated successfully, but these errors were encountered: