-
Notifications
You must be signed in to change notification settings - Fork 254
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
daylastupdated error #1381
Comments
What are you hoping to accomplish by setting |
I want to be able to update all the pixiv members to the latest post at any time. |
It looks like the error is hitting here: Line 19 in d2e774d
Is your dbPath set correctly? |
I didnt set anything for dbPath. Its still the default setting
|
|
When i set daylastupdated = 0
I get this error:
"
Processing from database.
Error at selectAllMember(): (<class 'AttributeError'>, AttributeError("'NoneType' object has no attribute 'strip'"), <traceback object at 0x0000019985599E80>)
failed
Error at process_list(): (<class 'AttributeError'>, AttributeError("'NoneType' object has no attribute 'strip'"), <traceback object at 0x0000019985599F80>)
Failed
Traceback (most recent call last):
File "PixivUtil2.py", line 1745, in main
File "PixivUtil2.py", line 1414, in main_loop
File "PixivUtil2.py", line 498, in menu_download_from_list
File "PixivListHandler.py", line 22, in process_list
File "PixivDBManager.py", line 469, in selectAllMember
File "PixivListItem.py", line 19, in init
AttributeError: 'NoneType' object has no attribute 'strip'
Unknown Error, please check the log file: (<class 'AttributeError'>, AttributeError("'NoneType' object has no attribute 'strip'"), <traceback object at 0x000001998559A080>)
press enter to exit.
"
Thank you
The text was updated successfully, but these errors were encountered: