Skip to content

Episode is released, but no valid sources (v4.14.1) - allanime.to HTTPS connection times out #1760

Description

@RICKY-gmdev

Make sure you are on the latest version by running ani-cli -U

**METADATA
Version: 4.14.1
OS: Windows 11 (WSL2 Ubuntu 24.04)
Shell: /usr/bin/bash
Anime: One Piece (Episode 98)

Describe the bug
Search works correctly after updating with ani-cli -U, but playback fails.
For every anime I tried, ani-cli prints:
Specified quality not found, defaulting to best
Episode is released, but no valid sources!
I verified that this is not caused by missing dependencies.

Image

Additional context

~$ for cmd in grep sed curl mpv yt-dlp ffmpeg fzf openssl patch aria2c; do
printf "%-10s : " "$cmd"
command -v "$cmd" >/dev/null && echo "✅ Installed" || echo "❌ Missing"
done
grep : ✅ Installed
sed : ✅ Installed
curl : ✅ Installed
mpv : ✅ Installed
yt-dlp : ✅ Installed
ffmpeg : ✅ Installed
fzf : ✅ Installed
openssl : ✅ Installed
patch : ✅ Installed
aria2c : ✅ Installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: duplicateThis issue seems to be a duplicate

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions