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

dumpfiles NoneType is not iterable #55

Closed
marcurdy opened this issue Nov 23, 2016 · 2 comments
Closed

dumpfiles NoneType is not iterable #55

marcurdy opened this issue Nov 23, 2016 · 2 comments
Labels

Comments

@marcurdy
Copy link

I ran a straight dumpfiles and got the triangle of module death.

DEBUG Running Plugin: dumpfiles
DEBUG : web.views : Running Plugin: dumpfiles
Testing: json
ERROR argument of type 'NoneType' is not iterable
ERROR : web.views : argument of type 'NoneType' is not iterable
ERROR Error: Unable to run plugin dumpfiles - argument of type 'NoneType' is not iterable
ERROR : web.views : Error: Unable to run plugin dumpfiles - argument of type 'NoneType' is not iterable

Is there any extra debug I can give you?

@kevthehermit
Copy link
Owner

Dumpfiles itself is not set to run. It is only used to store files selected from other plugins like filescan.

It should set a default empty list when it loads an image for the first time. If it has not or it has been dropped If you use 'store file object' from the context menu on filescan output it will populate the table.

Will add a better error msg and always create the table if it doesnt yet exist.

I wanted to avoid just grabbing every file and storing them all at once. I can always add this as an option if its still useful, or you can jsut use the vol command line from the Tools bar dropdown.

@marcurdy
Copy link
Author

That makes sense. There's other ones like "strings" that I also expect never to run as-is without intelligent input added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants