anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.92k stars 220 forks source link

4anime not working #677

Open lisbonjoker opened 3 years ago

lisbonjoker commented 3 years ago

Describe the bug ERROR: 'NoneType' object has no attribute 'group'

Provider: 4anime Title: Ookami to Koushinryou

AbdullahM0hamed commented 3 years ago

Could not replicate the issue using anime dl -u "Ookami to Koushinryou" -p 4anime -c 1 - could you perhaps give the exact command you used, and options you selected + logs? (Also, ensure you are up-to-date by running pip install -U --force-reinstall git+https://github.com/anime-dl/anime-downloader.git)

lisbonjoker commented 3 years ago
anime dl -u "Ookami to Koushinryou" -p 4anime -c 1
anime: anime-downloader 5.0.9
+--------+--------------------------+--------+
|      2 | Ookami to Koushinryou II |        |
|      1 | Ookami to Koushinryou    |        |
|--------+--------------------------+--------|
|   SlNo | Title                    | Meta   |
+--------+--------------------------+--------+
anime: Selected Ookami to Koushinryou
anime: Extracting episode info from page
anime: Found anime: Ookami to Koushinryou
ERROR: 'NoneType' object has no attribute 'group'
lisbonjoker commented 3 years ago
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pycaption 1.0.1 requires beautifulsoup4<4.5.0,>=4.2.1, but you have beautifulsoup4 4.9.3 which is incompatible.
aiohttp 3.7.3 requires chardet<4.0,>=2.0, but you have chardet 4.0.0 which is incompatible.

with the latest version

akash-258 commented 3 years ago

I had the same error, force reinstall command fixed it, now 4anime is working fine.

rubiin commented 3 years ago

Also problem wit all providers starting with Anime . I tried all. Twist.moe is only working

ArjixWasTaken commented 3 years ago

well, its because aiohttp is a bitch uninstall that package (pip uninstall aiohttp) and try the update command AbdullahM0hamed sent