Closed slormo closed 7 months ago
Please try with the latest change
I tried the latest version but failed.
ERROR:Unable to get favorite users from kemono.su Traceback (most recent call last): File "G:\kemono-dl-main\src\main.py", line 827, in start_download self.get_favorites(self.cookie_domains['kemono'], 'artist', self.k_fav_users) File "G:\kemono-dl-main\src\main.py", line 147, in get_favorites if not (favorite['service'] in services or 'all' in services): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable
I tried the latest version but failed.
ERROR:Unable to get favorite users from kemono.su Traceback (most recent call last): File "G:\kemono-dl-main\src\main.py", line 827, in start_download self.get_favorites(self.cookie_domains['kemono'], 'artist', self.k_fav_users) File "G:\kemono-dl-main\src\main.py", line 147, in get_favorites if not (favorite['service'] in services or 'all' in services): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable
Different issue. Did you provide argument value to --kemono-fav-users?
I tried the latest version but failed. ERROR:Unable to get favorite users from kemono.su Traceback (most recent call last): File "G:\kemono-dl-main\src\main.py", line 827, in start_download self.get_favorites(self.cookie_domains['kemono'], 'artist', self.k_fav_users) File "G:\kemono-dl-main\src\main.py", line 147, in get_favorites if not (favorite['service'] in services or 'all' in services): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable
Different issue. Did you provide argument value to --kemono-fav-users?
My command is: python kemono-dl.py --cookies cookie.txt --kemono-fav-users fanbox --extract-links It works before.
I tried the latest version but failed. ERROR:Unable to get favorite users from kemono.su Traceback (most recent call last): File "G:\kemono-dl-main\src\main.py", line 827, in start_download self.get_favorites(self.cookie_domains['kemono'], 'artist', self.k_fav_users) File "G:\kemono-dl-main\src\main.py", line 147, in get_favorites if not (favorite['service'] in services or 'all' in services): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable
Different issue. Did you provide argument value to --kemono-fav-users?
My command is: python kemono-dl.py --cookies cookie.txt --kemono-fav-users fanbox --extract-links It works before.
My bad. Should be fixed now.
I tried the latest version but failed. ERROR:Unable to get favorite users from kemono.su Traceback (most recent call last): File "G:\kemono-dl-main\src\main.py", line 827, in start_download self.get_favorites(self.cookie_domains['kemono'], 'artist', self.k_fav_users) File "G:\kemono-dl-main\src\main.py", line 147, in get_favorites if not (favorite['service'] in services or 'all' in services): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable
Different issue. Did you provide argument value to --kemono-fav-users?
My command is: python kemono-dl.py --cookies cookie.txt --kemono-fav-users fanbox --extract-links It works before.
My bad. Should be fixed now.
Thanks alot.Looking forward to your updates!
Version
Version: 2022.04.28 (latest github pull as 11/11/23)
Your Command
Description of bug
Gives the error "Unable to to get favorite posts from kemono.su"
How To Reproduce
Run command with cookie file
Error messages and tracebacks
Additional comments