No connection on a fresh install
Metadata (please complete the following information) Version: 4.10.0 OS: Windows 11 Shell: Git Bash
Describe the bug ani-cli -U returns Connection error and all searches result in no results found
Steps To Reproduce
- Searching or Updating
Screenshots (if applicable; you can just drag the image onto github. remove the following line if not needed)
Additional context
Followed the Windows installation guide and on a fresh install get these errors as shown in the pictue along with my settings for Git Bash. I may be having the same issue as another user where there is an issue with curl requests but the fix did not work for me (https://github.com/pystardust/ani-cli/issues/1512). Even with my VPN and Firewall turned off I get the same result.
Quite odd. Can you try to ping something from your terminal?
ping -c1 -W2 google.com
@brandonian218, this might be because of a firewall or antivirus. Can you disable them or re-try the blocked curl requests with the -k flag?
See: https://github.com/pystardust/ani-cli/issues/1471
@ykhan21, I turned off my antivirus, firewall and VPN and still get the same results. @port19x , Yes I can ping from terminal
@ykhan21, So I read the issue you linked and it looks like I was having the same probelm as that user. Disabling the web shield in my anitivirus solved the issue