Skip to content
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

I got bug in line #329 #168

Open
flsfps opened this issue Dec 9, 2022 · 3 comments
Open

I got bug in line #329 #168

flsfps opened this issue Dec 9, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@flsfps
Copy link

flsfps commented Dec 9, 2022

ERROR:Unable to get posts for https://kemono.party/fanbox/user/60588249
Traceback (most recent call last):
File "D:\kemono2\src\main.py", line 641, in start_download
self.get_post(url)
File "D:\kemono2\src\main.py", line 161, in get_post
post = self.clean_post(post, user, site)
File "D:\kemono2\src\main.py", line 329, in clean_post
new_post['post_variables']['user_updated'] = datetime.datetime.strptime(user['updated'], r'%a, %d %b %Y %H:%M:%S %Z').strftime(self.date_strf_pattern) if user['updated'] else None
TypeError: strptime() argument 1 must be str, not float

This is all the message i got. What am I supposed to do?

@flsfps flsfps added the bug Something isn't working label Dec 9, 2022
@afterdelight
Copy link

use this fork
https://github.com/L4cache/kemono-dl

@Caxapok-X
Copy link

use this fork https://github.com/L4cache/kemono-dl

Thanks, this actually solved the problem. Why is the other version not working

@afterdelight
Copy link

its an outdated version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants