Putting aside a typo in the error message, I just installed the mod. I had some logistic requests set to 0, so that I can adjust a slider easily when I need it, without having to look for an item. However, when I clicked "Save" in "Logistics configuration" I got the following error:
Item stack count has to a be positive number
stack traceback:
AutoTrash/gui.lua:30: in function 'set_requests'
AutoTrash/gui.lua:528: in function 'save_changes'
AutoTrash/control.lua:563: in function <AutoTrash/control.lua:544>
[C]: in function 'pcall'
AutoTrash/gui.lua:544: in function <AutoTrash/control.lua:543>
I understand what's wrong and why I got the error, but I think it should be handled better. Is it possible to avoid printing the stack trace? Even better would be to actually ignore those requests that are set to 0 or simply save them, as all the other requests (which is what the base game allows).