Conversation
|
i have been experiencing this very issue |
|
#1632 - there is change to POST merged and I feel like the PR description is not really accurate since you didn't change the HTTP method in the request rather than added decryption of the response. Please be more accurate now and in the future |
Thanks for pointing this out, I appreciate it. You're right — the PR description was not accurate. The POST request change was already introduced earlier, and my change actually focuses on handling the I’ll update the PR description to reflect this correctly. Thanks again for the clarification. |
Thanks for mentioning this. I've pushed a fix that handles the |
Had the same issue. its fixed now after installing 4.12 |
|
Literal duplicate of #1650. |
Problem
ani-cli was returning:
"Specified quality not found, defaulting to best
Episode is released, but no valid sources!"
This was caused by newer responses including a
tobeparsedencrypted payload that was not being handled.Solution
This PR adds support for decoding the
tobeparsedfield by introducing a decryption step, allowing extraction of valid episode source URLs.Key Changes
decode_tobeparsed()function to decrypt AES-256-CTR encoded responsestobeparsedin API responseResult
Verification