AnimePahe Error 404 #562

Closed
opened 2025-01-17 11:55:11 -06:00 by YouSummoner · 6 comments
YouSummoner commented 2025-01-17 11:55:11 -06:00 (Migrated from github.com)

Source information

AnimePahe 14.28

Source language

English

Steps to reproduce

  1. Go to the source
  2. Try to open an entry
  3. Gives Http error 404

Expected behavior

Episodes should load.

Actual behavior

Error 404 shows up.

Image
Image

Which app are you using?

Aniyomi

App version

Preview r8019

Android version

Android 15

Other details

This has only started happening after the latest kwikextractor update on v14.28 of the extension.
The extension works properly when I downgrade to v14.27

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 AnimePahe 14.28 ### Source language English ### Steps to reproduce 1. Go to the source 2. Try to open an entry 3. Gives Http error 404 ### Expected behavior Episodes should load. ### Actual behavior Error 404 shows up. ![Image](https://github.com/user-attachments/assets/d422cc26-8786-4c94-8b7a-55c42af8478a) ![Image](https://github.com/user-attachments/assets/1270b04a-5aab-4418-bba0-ad79457ec690) ### Which app are you using? Aniyomi ### App version Preview r8019 ### Android version Android 15 ### Other details This has only started happening after the latest kwikextractor update on v14.28 of the extension. The extension works properly when I downgrade to v14.27 ### 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.
CursedSheep commented 2025-01-17 12:06:26 -06:00 (Migrated from github.com)

Try clicking the title of the anime, once you found the result of that anime from animepahe, add it to your library.
I think you need to do the same for all the anime. It will be hassle if you have a lot of anime in your library.
If this issue still continues, I'll look into it further.

Try clicking the title of the anime, once you found the result of that anime from animepahe, add it to your library. I think you need to do the same for all the anime. It will be hassle if you have a lot of anime in your library. If this issue still continues, I'll look into it further.
YouSummoner commented 2025-01-17 12:23:05 -06:00 (Migrated from github.com)

That did solve the issue, thanks👍

That did solve the issue, thanks👍
JRodster commented 2025-01-17 19:23:49 -06:00 (Migrated from github.com)

Individually migrating AnimePahe entries (back to itself) has indeed worked.

It seems that AnimePahe has restructured the link pattern for the series on its website, which might've resulted in this issue taking place?

Comparing the WebView links for each entry before and after migration shows that the style seems to have changed from https://animepahe.ru/anime//anime/?anime_id=#### to https://animepahe.ru/anime/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee, which might explain why the old entries (the ones prior to the latest extension update) are unable to update to the current ones (since they're essentially different now)?

Individually migrating AnimePahe entries (back to itself) has indeed worked. It seems that AnimePahe has restructured the link pattern for the series on its website, which might've resulted in this issue taking place? Comparing the WebView links for each entry before and after migration shows that the style seems to have changed from *https://animepahe.ru/anime//anime/?anime_id=####* to *https://animepahe.ru/anime/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee*, which might explain why the old entries (the ones prior to the latest extension update) are unable to update to the current ones (since they're essentially different now)?
CursedSheep commented 2025-01-18 03:12:22 -06:00 (Migrated from github.com)

Individually migrating AnimePahe entries (back to itself) has indeed worked.

It seems that AnimePahe has restructured the link pattern for the series on its website, which might've resulted in this issue taking place?

Comparing the WebView links for each entry before and after migration shows that the style seems to have changed from https://animepahe.ru/anime//anime/?anime_id=#### to https://animepahe.ru/anime/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee, which might explain why the old entries (the ones prior to the latest extension update) are unable to update to the current ones (since they're essentially different now)?

Not sure about them restructuring the link. But I don't think that's the case.

AnimePahe extension's way to resolve an anime series was bad. Basically it uses AnimePahe search and it uses the Anime Title of your saved anime to resolve for the anime series. The problem is that... for example, when you search for "Re:ZERO -Starting Life in Another World-", you are expecting to see the Re:Zero Season 1 right? Well, you get "IDOLiSH7 Second BEAT!" instead and there's nothing you can do about it.

I'm thinking of improving my solution since after the release of the new version of the extension, I found a much more reliable way to resolve the anime. So I apologize for the people who updated to 14.28 re-added all of their anime again, since you probably gonna have to do that again on the new update 😅. However, if you haven't updated to 14.28 yet, you don't need to re-add your anime on 14.29 since I'll be using anime id again instead of session id.

But this time, I am sure that this is more reliable compared to my experimental solution. Once again, I apologize for the inconvenience and I will do my best and what I can to improve the AnimePahe extension.

> Individually migrating AnimePahe entries (back to itself) has indeed worked. > > It seems that AnimePahe has restructured the link pattern for the series on its website, which might've resulted in this issue taking place? > > Comparing the WebView links for each entry before and after migration shows that the style seems to have changed from _https://animepahe.ru/anime//anime/?anime_id=####_ to _https://animepahe.ru/anime/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee_, which might explain why the old entries (the ones prior to the latest extension update) are unable to update to the current ones (since they're essentially different now)? Not sure about them restructuring the link. But I don't think that's the case. AnimePahe extension's way to resolve an anime series was bad. Basically it uses AnimePahe search and it uses the Anime Title of your saved anime to resolve for the anime series. The problem is that... for example, when you search for "Re:ZERO -Starting Life in Another World-", you are expecting to see the Re:Zero Season 1 right? Well, you get "IDOLiSH7 Second BEAT!" instead and there's nothing you can do about it. I'm thinking of improving my solution since after the release of the new version of the extension, I found a much more reliable way to resolve the anime. So I apologize for the people who updated to 14.28 re-added all of their anime again, since you probably gonna have to do that again on the new update 😅. However, if you haven't updated to 14.28 yet, you don't need to re-add your anime on 14.29 since I'll be using anime id again instead of session id. But this time, I am sure that this is more reliable compared to my **experimental solution**. Once again, I apologize for the inconvenience and I will do my best and what I can to improve the AnimePahe extension.
CursedSheep commented 2025-01-18 05:55:45 -06:00 (Migrated from github.com)

Good news for the people who have not updated to 14.28. Because you will no longer have the http error when you update to 14.29. However, if you have updated to 14.28 already, you might need to delete and add all your anime again.

Anyways, #564 fixes the issue that @YouSummoner described 🎉

Good news for the people who have not updated to **14.28**. Because you will no longer have the `http error` when you update to **14.29**. However, if you have updated to **14.28** already, you might need to delete and add all your anime again. Anyways, #564 fixes the issue that @YouSummoner described 🎉
JRodster commented 2025-01-18 15:40:58 -06:00 (Migrated from github.com)

Not sure about them restructuring the link. But I don't think that's the case.

AnimePahe extension's way to resolve an anime series was bad. Basically it uses AnimePahe search and it uses the Anime Title of your saved anime to resolve for the anime series. The problem is that... for example, when you search for "Re:ZERO -Starting Life in Another World-", you are expecting to see the Re:Zero Season 1 right? Well, you get "IDOLiSH7 Second BEAT!" instead and there's nothing you can do about it.

I'm thinking of improving my solution since after the release of the new version of the extension, I found a much more reliable way to resolve the anime. So I apologize for the people who updated to 14.28 re-added all of their anime again, since you probably gonna have to do that again on the new update 😅. However, if you haven't updated to 14.28 yet, you don't need to re-add your anime on 14.29 since I'll be using anime id again instead of session id.

But this time, I am sure that this is more reliable compared to my experimental solution. Once again, I apologize for the inconvenience and I will do my best and what I can to improve the AnimePahe extension.

Ah, thanks for the clarification! Migrated my entries back again after the update from 14.28 to 14.29, and they appear to be working properly again.

And thanks so much for your work with the AnimePahe extension!

> Not sure about them restructuring the link. But I don't think that's the case. > > AnimePahe extension's way to resolve an anime series was bad. Basically it uses AnimePahe search and it uses the Anime Title of your saved anime to resolve for the anime series. The problem is that... for example, when you search for "Re:ZERO -Starting Life in Another World-", you are expecting to see the Re:Zero Season 1 right? Well, you get "IDOLiSH7 Second BEAT!" instead and there's nothing you can do about it. > > I'm thinking of improving my solution since after the release of the new version of the extension, I found a much more reliable way to resolve the anime. So I apologize for the people who updated to 14.28 re-added all of their anime again, since you probably gonna have to do that again on the new update 😅. However, if you haven't updated to 14.28 yet, you don't need to re-add your anime on 14.29 since I'll be using anime id again instead of session id. > > But this time, I am sure that this is more reliable compared to my **experimental solution**. Once again, I apologize for the inconvenience and I will do my best and what I can to improve the AnimePahe extension. Ah, thanks for the clarification! Migrated my entries back again after the update from 14.28 to 14.29, and they appear to be working properly again. And thanks so much for your work with the AnimePahe extension!
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: Kohi-den/extensions-source#562
No description provided.