Animeworld 202 fix #581

Merged
giorgionegro merged 3 commits from main into main 2025-01-22 07:50:30 -06:00
giorgionegro commented 2025-01-22 04:41:15 -06:00 (Migrated from github.com)

Closes: #578
Checklist:

  • Updated extVersionCode value in build.gradle for individual extensions
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Added the isNsfw = true flag in build.gradle when appropriate
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Added token and lastTokenRefresh variables for managing cookies.
  • Implemented extractCookie method to extract cookie values from HTML.
  • Implemented localGet method to handle HTTP requests with cookies, refreshing the token if necessary.
Closes: #578 Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [x] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [x] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [x] Have not changed source names - [x] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio * Added `token` and `lastTokenRefresh` variables for managing cookies. * Implemented `extractCookie` method to extract cookie values from HTML. * Implemented `localGet` method to handle HTTP requests with cookies, refreshing the token if necessary.
PGgamer2 commented 2025-01-22 10:30:39 -06:00 (Migrated from github.com)

The new version (14.42) doesn't seem to fix the issue. The app on my phone still doesn't work and anitester still gives me a 202 response.

The new version (14.42) doesn't seem to fix the issue. The app on my phone still doesn't work and anitester still gives me a 202 response.
giorgionegro commented 2025-01-22 10:55:07 -06:00 (Migrated from github.com)

The new version (14.42) doesn't seem to fix the issue. The app on my phone still doesn't work and anitester still gives me a 202 response.

try opening the latest anime, does it give 202 also?

> The new version (14.42) doesn't seem to fix the issue. The app on my phone still doesn't work and anitester still gives me a 202 response. try opening the latest anime, does it give 202 also?
Vend0002 commented 2025-01-22 11:09:45 -06:00 (Migrated from github.com)

For me it surely buffer more than the previous version, still doesn't show up the episodes (tried on lates updated anime) and returns 202 error on Dantotsu ping test.
I'm also using Dantotsu 3.2.1

For me it surely buffer more than the previous version, still doesn't show up the episodes (tried on lates updated anime) and returns 202 error on Dantotsu ping test. I'm also using Dantotsu 3.2.1
PGgamer2 commented 2025-01-23 07:16:03 -06:00 (Migrated from github.com)

Found a solution, it only needed an Interceptor and now it works just fine. #582

Found a solution, it only needed an Interceptor and now it works just fine. #582
Sign in to join this conversation.
No reviewers
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#581
No description provided.