-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoneType' object has no attribute 'group #109
Comments
Trying to login... |
Any Workaround ? Still not working |
What are you trying to download exactly? Please remove your email and password before doing so! |
@echo off I precise i always use that for years now and i don't work anymore since 6days. I think it's more a backend change from Crunchyroll who cause the problem. |
I'm using it and I'm not having a problem atm. |
Nothing precize, i try multiple episode on Crunchyroll and it doing the same error I have the very last update of the script and Binaries |
I just did It downloaded my videos fine. Are you sure you got everything updated? Just curious is all. |
I tried it work only with no premium episodes. BUT my account is okay and subscribed ( I can read premium video on the website) |
Wait a second.. I just realized you're using windows.. My apologies. I have not a clue what your error could be then.. Let me do some looking because I use Linux to do my dirty work. |
I'm pretty sure the anime_dl.exe is out dated... |
Mine is dating from January 2019, I try with the last one on the projet and is not even able to login so ... |
It's the anime_dl.exe. Give me a minute to compile a new one and I'll post it here for you. |
I've compiled it multiple times with the newest stuff and it's just not working.. I think I know what the issue is so I'll see if I can fix it but below is the issue I'm getting.
|
Fixed-2020-01-01.zip |
- Removed ".decode" on line 209 in file crunchyroll.py - Added " b' " on line 98 in file browser_instance.py
Same problem. Trying to login... |
@Xonshiz Any ideas ? |
I tried wit a complete fresh install with no .exe and use only python, here are the logs Trying to login... And here the comand : @echo off |
What version of Python are you running, I can't remember if I was having issues with Python3 or Python2 not working with the current code base. |
Python 3.8.0 |
I just got home and checked quickly and an older copy of the anime-dl code I have only runs correctly using Python 2.7.17. I don't have all the extras installed for Python3 like cfscrape and all the other pre-requiresites. I'm pretty sure this Linux box was rebuilt with only the working things I needed for a web-server and anime download server. It might be a pain, but I would recommend trying Python 2.7.17. If that works, then awesome, otherwise I can't remember if 3.6 -> 3.7 > 3.8 have any differences that would affect the anime-dl Python code. |
I have Python3.7 and I'm not having any problems at the moment with the current code I gave above. :( |
Ok I uninstall Python 3.8 and install python 3.7 Official release of the scripti : Don't work (missing modules) Very weird problem because i have 2 computer where I've didn't change anything and the script stopping working one day so ..... quite weird |
@EpicUnknown I donwload the update who @Xonshiz done and the exe you gave me doesn't work anymore ... Trying to login... |
I still have the following problem with all last updates :
|
I'll check it out tonight but I didn't have any problems with my latest build and I even upgrading to Python 3.8. I'll reply again when I take a look. |
@EpicUnknown Did you manage to find out something about this error??
|
I sure did! It's a very simple fix and I apologize for not posting about it earlier. Because it is needed to be a byte like object for the anime you are downloading, simply make "(Dub)" now b'Dub' and yes that b needs to be in front of the single quotes, not inside. Quick Edit: Line 185 of crunchyroll.py inside the sites folder ;) sorry Happy coding and let me know if it fixes it for you! :) |
Hi i've got this problem today
Trying to login...
Logged in successfully...
Seems like this video isn't available...
'NoneType' object has no attribute 'group'
My account is okay and the video exist
The text was updated successfully, but these errors were encountered: