You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: