Hianime video list empty #425

Closed
opened 2024-12-10 11:07:50 -06:00 by cbritogonzalez · 1 comment
cbritogonzalez commented 2024-12-10 11:07:50 -06:00 (Migrated from github.com)

Source information

HiAnime 14.47

Source language

English

Steps to reproduce

  1. Open the extension
  2. Open any anime
  3. Play any episode

Expected behavior

The anime should play with the preferred settings

Actual behavior

A toast showing that: Video list is empty

Which app are you using?

Aniyomi

App version

0.16.4.3

Android version

Android 14

Other details

When using the webview to attempt to view an episode I get this error:
image

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.
  • I have updated all installed extensions.
  • I have tried the troubleshooting guide.
  • I will fill out all of the requested information in this form.
### Source information HiAnime 14.47 ### Source language English ### Steps to reproduce 1. Open the extension 2. Open any anime 3. Play any episode ### Expected behavior The anime should play with the preferred settings ### Actual behavior A toast showing that: Video list is empty ### Which app are you using? Aniyomi ### App version 0.16.4.3 ### Android version Android 14 ### Other details When using the webview to attempt to view an episode I get this error: ![image](https://github.com/user-attachments/assets/28c1c4bf-5074-459e-96a1-9b052a7ce223) ### Acknowledgements - [X] I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue. - [X] I have written a short but informative title. - [X] I have updated all installed extensions. - [X] I have tried the [troubleshooting guide](https://aniyomi.org/docs/guides/troubleshooting/). - [X] I will fill out all of the requested information in this form.
krysanify commented 2024-12-10 22:20:58 -06:00 (Migrated from github.com)

FWIW, MegaCloud extractor is returning empty list for videos:

// example Mushen Ji ep.1
HiAnime sub HD-1 https://megacloud.tv/embed-2/e-1/EfGCUhBQIITC?k=1
MegaCloud https://megacloud.tv/embed-2/ajax/e-1/getSources?id=EfGCUhBQIITC {"sources":[],"tracks":[]}
HiAnime sub HD-2 https://megacloud.tv/embed-2/e-1/qQx9knbKbcge?k=1
MegaCloud https://megacloud.tv/embed-2/ajax/e-1/getSources?id=qQx9knbKbcge {"sources":[],"tracks":[]}

EfGCUhBQIITC_404
EfGCUhBQIITC_empty

Seeing that episodes can be played just fine on its source site directly,
some work is required to find the correct endpoints and parameters to call.

Also, AFAICT this extractor is only used by HiAnime and Kaido extensions,
so may not be related to other extensions' missing videos.

FWIW, MegaCloud extractor is returning empty list for videos: ``` // example Mushen Ji ep.1 HiAnime sub HD-1 https://megacloud.tv/embed-2/e-1/EfGCUhBQIITC?k=1 MegaCloud https://megacloud.tv/embed-2/ajax/e-1/getSources?id=EfGCUhBQIITC {"sources":[],"tracks":[]} HiAnime sub HD-2 https://megacloud.tv/embed-2/e-1/qQx9knbKbcge?k=1 MegaCloud https://megacloud.tv/embed-2/ajax/e-1/getSources?id=qQx9knbKbcge {"sources":[],"tracks":[]} ``` ![EfGCUhBQIITC_404](https://github.com/user-attachments/assets/33b893f4-73f5-4edc-8d2a-24bf6bc8d244) ![EfGCUhBQIITC_empty](https://github.com/user-attachments/assets/d1829990-8798-4636-954d-4498e0a5370e) Seeing that episodes can be played just fine on its source site directly, some work is required to find the correct endpoints and parameters to call. Also, AFAICT this extractor is only used by HiAnime and Kaido extensions, so may not be related to other extensions' missing videos.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AlmightyHak/extensions-source#425
No description provided.