You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
504 time out when searching for anime
To Reproduce
Steps to reproduce the behavior:
run anipy-cli -D -l .
"Do you want to search in season?" "N"
Search "doctor detective" (Other terms reproduce but this is the one I am testing with) Expected behavior
CLI list anime results
Info
(ani-venv) PS C:\Users\alexg\AN2025> anipy-cli --version
3.3.5
PS C:\Users\alexg> cd .\AN2025\
PS C:\Users\alexg\AN2025> .\ani-venv\Scripts\Activate.ps1
(ani-venv) PS C:\Users\alexg\AN2025> anipy-cli -D -l .
***Download Mode***
Downloads are stored in: .
? Do you want to search in season? No
Hint: you can set `skip_season_search` to `true` in the config to skip this prompt!
? Search Anime: doctor detective
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\alexg\AN2025\ani-venv\Scripts\anipy-cli.exe\__main__.py", line 7, in <module>
sys.exit(run_cli())
~~~~~~~^^
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_cli\cli.py", line 60, in run_cli
cli_class(options=args).run()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_cli\clis\base_cli.py", line 31, in run
ret = func()
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_cli\clis\download_cli.py", line 55, in take_input
anime = self._get_anime_from_user()
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_cli\clis\download_cli.py", line 46, in _get_anime_from_user
return search_show_prompt("download")
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_cli\prompts.py", line 53, in search_show_prompt
for x in provider.get_search(query)
~~~~~~~~~~~~~~~~~~~^^^^^^^
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_api\provider\providers\anivibe_provider.py", line 95, in get_search
res = self._request_page(req)
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_api\provider\base.py", line 159, in _request_page
return request_page(self.session, req)
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\anipy_api\provider\utils.py", line 26, in request_page
res.raise_for_status()
~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\alexg\AN2025\ani-venv\Lib\site-packages\requests\models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 504 Server Error: Gateway Time-out for url: https://anivibe.net/search.html?keyword=doctor+detective&page=1
Platform
OS: Windows (Though I also get it on mac)
I have tried on both mac and windows, and my wifi + phone hotspot
Additional context
Add any other context about the problem here, e.g. your config if related.
I use the default config.
I get a similar error when searching in season. (2025 winter)
Let me know if you can reproduce or if you want more info!
The text was updated successfully, but these errors were encountered:
The source of this is https://anivibe.net/ itself being down, same root cause as #229. I can close this as a duplicate while we wait for the site to come back up
Describe the bug
504 time out when searching for anime
To Reproduce
Steps to reproduce the behavior:
anipy-cli -D -l .
Expected behavior
CLI list anime results
Info
Platform
Additional context
Add any other context about the problem here, e.g. your config if related.
The text was updated successfully, but these errors were encountered: